Search found 913 matches

by timurhai
Tue Jul 14, 2020 8:07 am
Forum: Nuke
Topic: Nuke Interactive and render licenses
Replies: 6
Views: 24655

Re: Nuke Interactive and render licenses

Hi.
In the Python service class:
https://github.com/CGRU/cgru/blob/maste ... es/nuke.py

It`s inherited from service.py class, so you can override this function:
https://github.com/CGRU/cgru/blob/maste ... ce.py#L198
by timurhai
Mon Jul 06, 2020 8:41 am
Forum: Houdini
Topic: Arnold in Houdini submit to farm render issue
Replies: 5
Views: 9308

Re: Arnold in Houdini submit to farm render issue

Hi.
This error was thrown by Houdini on hip file load.
It found unrecognized parameters and node types.
It seems that you and afrender running Houdini under different environments.
Try launch Houdini from CGRU Keeper and open that file. Will that errors preset?
by timurhai
Mon Jun 29, 2020 12:17 pm
Forum: General
Topic: Branches hosts mask exclude
Replies: 2
Views: 3113

Re: Branches hosts mask exclude

Hi! To see json actions, you can perform something from a GUI and look at WebGUI log, or AfWatch stdout. Also, here is some examples: https://github.com/CGRU/cgru/tree/master/examples/json This is a good example on this topic: https://github.com/CGRU/cgru/blob/master/examples/json/action_jobs_params...
by timurhai
Wed Jun 03, 2020 11:43 am
Forum: Setup
Topic: Problem here(Maya Redshift)
Replies: 4
Views: 8335

Re: Problem here(Maya Redshift)

On almost any problem you should launch command in the console.
Copy command from AfWatch and paste in cmd.exe.

btw
There is a russian forum: http://forus.cgru.info/
by timurhai
Tue Jun 02, 2020 5:31 pm
Forum: Setup
Topic: Problem here(Maya Redshift)
Replies: 4
Views: 8335

Re: Problem here(Maya Redshift)

Hi.
Try to launch task command within console (cmd.exe).
You can open console (terminal) from cgru keeper, or call setup.cmd in the cgru root folder first.

ps
Try to use an english windows and ascii characters for work. MS Windows always produce coding errors.
by timurhai
Wed May 20, 2020 1:37 pm
Forum: General
Topic: ImageMagick
Replies: 6
Views: 6668

Re: ImageMagick

On Ubuntu 18.04 (that we are wirking on) we have: $ convert --version Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org Copyright: © 1999-2017 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC Modules OpenMP Delegates (built-...
by timurhai
Mon May 18, 2020 4:33 pm
Forum: Setup
Topic: Afanasy on Ubuntu 20.04
Replies: 12
Views: 13680

Re: Afanasy on Ubuntu 20.04

This fixes the issue: (i checked on 20.04)
https://github.com/CGRU/cgru/commit/3bb ... d325800c57
by timurhai
Mon May 18, 2020 4:22 pm
Forum: Configuration
Topic: Dailies creation error
Replies: 25
Views: 37112

Re: Dailies creation error

CGRU documentation will be (and should be) totally rewritten using sphinx and rst (for now it is just started).
Sources:
https://github.com/CGRU/cgru/tree/master/docs
Result:
https://cgru.readthedocs.io/en/latest/i ... index.html
by timurhai
Mon May 18, 2020 4:13 pm
Forum: Configuration
Topic: Dailies creation error
Replies: 25
Views: 37112

Re: Dailies creation error

Great!
I should remember this issue.
Or dailies should work w/o exiftool, or there should be written somewhere and some error should be printed.
by timurhai
Mon May 18, 2020 4:11 pm
Forum: Configuration
Topic: Dailies creation error
Replies: 25
Views: 37112

Re: Dailies creation error

Do you have "exiftool" command on server?