Search found 910 matches

by timurhai
Mon Feb 13, 2023 10:46 am
Forum: General
Topic: default pool for new renders
Replies: 2
Views: 3379

Re: default pool for new renders

Hi!
Each pool has a pattern - a regular expression, like a hosts mask.
New render with the name matching this mask will be assigned to the pool.
by timurhai
Mon Feb 06, 2023 9:40 am
Forum: General
Topic: Default job ticket
Replies: 3
Views: 3696

Re: Default job ticket

Hi!
It is not a big deal to add parameter.
Just some Python experience needed to look at how other parameters work in Blender addon, then look at how tickets parameter works in Nuke.
And do the same.
by timurhai
Wed Feb 01, 2023 7:30 am
Forum: Feature Requests
Topic: Blender: Correct Time Calculation of Stereo Renderings
Replies: 1
Views: 3178

Re: Blender: Correct Time Calculation of Stereo Renderings

Hi!
What is the "time calculation"?
GUIs calculates and show some "ETA" - it based on job elapsed time and current percentage.
by timurhai
Tue Jan 31, 2023 11:01 am
Forum: General
Topic: Default job ticket
Replies: 3
Views: 3696

Re: Default job ticket

Hi! I am not familiar with Blender. In other software, where render goes via nodes, and afanasy is a node too, callback scripts can be called when a node with a specific type created. I such call back scripts we set default parameters for render settings, camera, Afanasy (tickets and others) and so ...
by timurhai
Fri Jan 13, 2023 11:05 am
Forum: Setup
Topic: WakeOnLan on Windows
Replies: 12
Views: 13570

Re: WakeOnLan on Windows

Hi! As I told before, CGRU wakes machines by this script: https://github.com/CGRU/cgru/blob/master/utilities/wolwake.py It sends a broadcast message a magick packet contains a mac address of a machine (its network interface) to wake. You should test whis script w/o CGRU, just by hands. Also, try to ...
by timurhai
Wed Jan 11, 2023 5:53 pm
Forum: Setup
Topic: WakeOnLan on Windows
Replies: 12
Views: 13570

Re: WakeOnLan on Windows

Also you can override such commands with yours for customization.
by timurhai
Wed Jan 11, 2023 5:51 pm
Forum: Setup
Topic: WakeOnLan on Windows
Replies: 12
Views: 13570

Re: WakeOnLan on Windows

CGRU has nothing special with wake and sleep.
It just executes this commands (cmd scripts) for this:
wolsleep.cmd and wolwake.cmd that are located here:
https://github.com/CGRU/cgru/tree/master/bin
You can test (debug, tune settings) this commands w/o CGRU (Afanasy).
by timurhai
Wed Jan 11, 2023 3:07 pm
Forum: Setup
Topic: WakeOnLan on Windows
Replies: 12
Views: 13570

Re: WakeOnLan on Windows

So you have just unckecked the last item on the image above and WOL by Afanasy begins to work?
by timurhai
Wed Jan 11, 2023 2:30 pm
Forum: Setup
Topic: WakeOnLan on Windows
Replies: 12
Views: 13570

Re: WakeOnLan on Windows

Yes.
It is a way afrender wakes other afrender.
by timurhai
Mon Jan 09, 2023 1:19 pm
Forum: Setup
Topic: WakeOnLan on Windows
Replies: 12
Views: 13570

Re: WakeOnLan on Windows

Hi! WOL is documented here: https://cgru.readthedocs.io/en/latest/afanasy/server.html#wake-on-lan This Python script is used to wake up machines: https://github.com/CGRU/cgru/blob/master/utilities/wolwake.py So you can debug waking by launching this command by hands. If this command does not work, y...