Hello!
Sorry, I never faced and heard about this.
May be better to ask on Nuke specific forums.
Search found 916 matches
- Fri Jun 14, 2024 8:32 am
- Forum: General
- Topic: Missing end_group command(s)
- Replies: 1
- Views: 3063
- Fri Jun 14, 2024 8:30 am
- Forum: General
- Topic: CGRU + Nuke - license problem
- Replies: 1
- Views: 3755
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: 5158
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: 5158
- Wed Apr 17, 2024 9:40 am
- Forum: Setup
- Topic: Can't configure software
- Replies: 2
- Views: 8663
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
- Wed Mar 20, 2024 9:03 am
- Forum: General
- Topic: ImageMagick
- Replies: 7
- Views: 13621
Re: ImageMagick
Hello! It works fine on Ubuntu right now. Some time ago, when I was working on centos 5 there was very old ImageMagick and FFMpeg packages from native repos. We have to build needed versions ourselves. There are download and build scripts for it in CGRU: https://github.com/CGRU/cgru/tree/master/util...
- Fri Feb 02, 2024 11:32 am
- Forum: General
- Topic: Please create a use case for pools and Tickets.
- Replies: 5
- Views: 6779
Re: Please create a use case for pools and Tickets.
You can start with an empty service (that does nothing, just exists): https://github.com/CGRU/cgru/blob/master/afanasy/python/services/ffmpeg.py And the simplest parser, that just catches progess by regexp: https://github.com/CGRU/cgru/blob/master/afanasy/python/parsers/curl.py Later you can define ...
- Fri Feb 02, 2024 11:20 am
- Forum: General
- Topic: Please create a use case for pools and Tickets.
- Replies: 5
- Views: 6779
Re: Please create a use case for pools and Tickets.
The simplest way to define, what pool can run Unreal and what Blender is by defining services. Add on some pool "unreal" service and it will take only "unreal" tasks. Add on that pool "blender" service and it will take only "unreal" and "blender" tas...
- Fri Feb 02, 2024 10:33 am
- Forum: General
- Topic: Please create a use case for pools and Tickets.
- Replies: 5
- Views: 6779
Re: Please create a use case for pools and Tickets.
Hello! Does CGRU works fine w/o any configuration? Configuration is mostly needed to limit something. For exmple, some pool can run only Blender, some only ffmpeg, some both. Tickets info is here: https://cgru.readthedocs.io/en/latest/afanasy/tickets.html You can configure tickets and pools via AfWa...
- Mon Dec 25, 2023 9:33 am
- Forum: Houdini
- Topic: AF_CMD_PREFIX for pdg
- Replies: 1
- Views: 14424
Re: AF_CMD_PREFIX for pdg
Hello!
PDG construct tasks commands for Afanasy in this case.
But yes, you can try to add something here, in this function:
https://github.com/CGRU/cgru/blob/maste ... er.py#L178
PDG construct tasks commands for Afanasy in this case.
But yes, you can try to add something here, in this function:
https://github.com/CGRU/cgru/blob/maste ... er.py#L178