Search found 921 matches
- Fri May 23, 2025 1:48 pm
- Forum: General
- Topic: Renderfarm don't quit Blender after a render
- Replies: 1
- Views: 3368
Re: Renderfarm don't quit Blender after a render
Hello! Sorry for such delay. I did not noticed the post (lots of spam). It should not execute any "quit" command. https://docs.blender.org/manual/en/latest/advanced/command_line/render.html After frame render, command exits itself. You can copy command that Afanasy launches and paste it in...
- Tue Feb 04, 2025 7:42 am
- Forum: News
- Topic: CGRU Version 3.4.0 Released.
- Replies: 2
- Views: 145985
CGRU Version 3.4.0 Released.
https://cgru.readthedocs.io/en/latest/changes_log/changes_log.html#v3-4-0 New task states SUSPENDED and FATAL_ERROR. CPU temperature and hardware info. Simple find function is used to match hosts mask and hosts exclude mask. Server done jobs, AfWatch job thumbnails and tasks huge output performance ...
- Tue Nov 26, 2024 6:08 pm
- Forum: General
- Topic: Can't a block error terminate a job?
- Replies: 2
- Views: 153666
Re: Can't a block error terminate a job?
Hello! Sorry for a delay! I missed notifications. Block should have a depend mask (regex) that should match blocks names to wait to complete. Search? I am not so familiar with this forum engine. May if somebody could help. But for now new forums are loosing popularity, people prefer messengers &...
- Mon Nov 25, 2024 9:10 am
- Forum: General
- Topic: Automatic Wake on Lan
- Replies: 1
- Views: 25690
- Mon Nov 25, 2024 9:08 am
- Forum: Feature Requests
- Topic: CopyCat support
- Replies: 2
- Views: 150969
Re: CopyCat support
Hello!
Sorry for a delay.
Unfortunatelly, there are no such plans.
At first it should be tested in a simple command line mode.
For now there is no such person, who have all for it, need it and able to do it.
Sorry for a delay.
Unfortunatelly, there are no such plans.
At first it should be tested in a simple command line mode.
For now there is no such person, who have all for it, need it and able to do it.
- Fri Jun 14, 2024 8:32 am
- Forum: General
- Topic: Missing end_group command(s)
- Replies: 1
- Views: 23217
Re: Missing end_group command(s)
Hello!
Sorry, I never faced and heard about this.
May be better to ask on Nuke specific forums.
Sorry, I never faced and heard about this.
May be better to ask on Nuke specific forums.
- Fri Jun 14, 2024 8:30 am
- Forum: General
- Topic: CGRU + Nuke - license problem
- Replies: 1
- Views: 23706
Re: CGRU + Nuke - license problem
Hello!
Sorry for a delay.
Unfortunately, I had no deal with Nuke (and any other soft) license.
Any license workflow that exists in Ananasy was created by other developers (admins, TDs) by themselves, or somebody asked me to make direct changes in code.
Sorry for a delay.
Unfortunately, I had no deal with Nuke (and any other soft) license.
Any license workflow that exists in Ananasy was created by other developers (admins, TDs) by themselves, or somebody asked me to make direct changes in code.
- Tue May 07, 2024 12:40 pm
- Forum: General
- Topic: How can I set pre_block?
- Replies: 3
- Views: 31850
Re: How can I set pre_block?
Task command (task process) should finish (exit) after everything is done, all saving, cleanup and so on. So, your python script should wait for child processes did everything. For Afanasy actual task finish time, is the time when task process finishes, of cource. It is a task command job to finish ...
- Tue Apr 23, 2024 9:21 am
- Forum: General
- Topic: How can I set pre_block?
- Replies: 3
- Views: 31850
- Wed Apr 17, 2024 9:40 am
- Forum: Setup
- Topic: Can't configure software
- Replies: 2
- Views: 173880
Re: Can't configure software
Hello!
There is a bug in setup_nuke.sh, it checks for valid location before override, so if there was not any Nuke in the default location, it throws with an error.
Now I fixed it:
https://github.com/CGRU/cgru/blob/maste ... up_nuke.sh
There is a bug in setup_nuke.sh, it checks for valid location before override, so if there was not any Nuke in the default location, it throws with an error.
Now I fixed it:
https://github.com/CGRU/cgru/blob/maste ... up_nuke.sh