Search found 913 matches

by timurhai
Thu Dec 13, 2018 3:22 pm
Forum: Nuke
Topic: Nuke error Unknown switch: -r
Replies: 16
Views: 21727

Re: Nuke error Unknown switch: -r

Anyway, you can disable that feature anytime.
Remove this line from you config.json:

Code: Select all

"nuke_filenamefilter":true,
by timurhai
Thu Dec 13, 2018 1:53 pm
Forum: Nuke
Topic: Nuke error Unknown switch: -r
Replies: 16
Views: 21727

Re: Nuke error Unknown switch: -r

This was some testing feature some time, i did not heard that somebody used it.
You are really need this feature?
This feature worked with previous Nuke or(and) CGRU versions?
by timurhai
Thu Dec 13, 2018 12:22 pm
Forum: Nuke
Topic: Nuke error Unknown switch: -r
Replies: 16
Views: 21727

Re: Nuke error Unknown switch: -r

Hi. You should keep in you config.json only modified parameters. This way is simple to detect/maintain changes. When and where that message appears? Just after "Render Selected..." menu item hit? Just after "Ok" button pressed in "Render Selected" dialog? This is an err...
by timurhai
Tue Dec 11, 2018 1:49 pm
Forum: Setup
Topic: Cannot configure authentication (for web UI)
Replies: 3
Views: 6526

Re: Cannot configure authentication (for web UI)

Hi. Sorry, this was not in changes log, but authentication was skipped since 2.1.0. Afanasy networking changed much that time, but authentication was very raw and undocumented. Nobody uses it that time (at least i do not know), and i have no time develop it. But later i want to back to this issue. b...
by timurhai
Mon Dec 10, 2018 12:28 pm
Forum: General
Topic: Job/Task doesnt switch to next one after being completed
Replies: 3
Views: 5195

Re: Job/Task doesnt switch to next one after being completed

Hi.
Can you paste here task Log and Output?
by timurhai
Mon Dec 10, 2018 12:23 pm
Forum: Houdini
Topic: $JOB variable
Replies: 3
Views: 8991

Re: $JOB variable

Hi. You can try to add command arguments %* to this line: https://github.com/CGRU/cgru/blob/master/software_setup/bin/houdini.cmd#L3 call %CGRU_LOCATION%\software_setup\setup_houdini.cmd %* Or you can adjust submission script to define some environment variable(s): http://cgru.info/afanasy/job#block...
by timurhai
Wed Dec 05, 2018 9:14 am
Forum: General
Topic: Python API - JSON?
Replies: 2
Views: 4561

Re: Python API - JSON?

By "Python API" we call af.py module. There is no method to send JSON data in it. But it uses https://github.com/CGRU/cgru/blob/master/afanasy/python/af.py#L692 function https://github.com/CGRU/cgru/blob/master/afanasy/python/afnetwork.py#L22 to send JSON data. You can use it too. (afnetwo...
by timurhai
Sun Dec 02, 2018 2:16 pm
Forum: General
Topic: AFERROR: Msg::checkValidness: Version mismatch
Replies: 1
Views: 3626

Re: AFERROR: Msg::checkValidness: Version mismatch

Hello. "AFERROR: Msg::checkValidness: Version mismatch: Recieved(60) != Library(55)" This is a build-in number in each Afanasy executable on a compilation stage. There is no way to change it by some settings (or using old config). 2.2.x versions are not compatible with 2.3.x (has different...
by timurhai
Mon Nov 26, 2018 9:40 am
Forum: Setup
Topic: Multiple render nodes on one machine.
Replies: 2
Views: 4870

Re: Multiple render nodes on one machine.

You can run any number of clients on the same machine, if you override machine name via environment AF_HOSTNAME variable: http://cgru.info/installation#config_environment But also you can use capacity mechanism to run several tasks on the same client. For example if render has 2000 capacity, it can ...
by timurhai
Wed Nov 14, 2018 9:17 am
Forum: Maya
Topic: Maya
Replies: 1
Views: 6265

Re: Maya

Hi.
You should always specify CGRU version and OS.
- look at my profile signature
If you are talking about CGRU and some software relationships, you should specify software version too.