Search found 886 matches

by timurhai
Thu Apr 13, 2023 4:02 pm
Forum: Feature Requests
Topic: Gaffer Support
Replies: 1
Views: 130

Re: Gaffer Support

Hi!

Better to ask this question on Gaffer forums.
Such things thould me implemented by Gaffer power users.
I do not think that there are such people on this forum.

I can help with Python API and server engine features.
by timurhai
Tue Mar 28, 2023 6:28 pm
Forum: General
Topic: working directory
Replies: 2
Views: 197

Re: working directory

Hi!
On job submission, Python module stores current process working directory.
Later, afrender tries to run task process in the same working directory, if it exists.
This allows you to use relative paths in commands.
by timurhai
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Job Fails to Start Due to Python Syntax Error
Replies: 3
Views: 303

Re: Job Fails to Start Due to Python Syntax Error

Yes, your software tries to use CGRU Python, but should use own older version. You should empty PYTHONHOME variable: set PYTHONHOME= CGRU software setup do this for all soft: https://github.com/CGRU/cgru/blob/master/software_setup/setup__all.cmd You should make a cmd script wrapper to make your soft...
by timurhai
Sun Mar 12, 2023 4:43 pm
Forum: News
Topic: CGRU Version 3.3.1 Released.
Replies: 0
Views: 314

CGRU Version 3.3.1 Released.

by timurhai
Mon Mar 06, 2023 7:28 am
Forum: General
Topic: How to Configure Tickets
Replies: 4
Views: 278

Re: How to Configure Tickets

Tell me if it works.
by timurhai
Mon Feb 27, 2023 2:20 pm
Forum: General
Topic: How to Configure Tickets
Replies: 4
Views: 278

Re: How to Configure Tickets

You can try to use 2 different tickets for a node-locked and a floating type.
Set node-locked on the node and a floating on farm.
Job block should have both tickets.
by timurhai
Mon Feb 27, 2023 1:23 pm
Forum: General
Topic: How to Configure Tickets
Replies: 4
Views: 278

Re: How to Configure Tickets

Hi! I have not deal with a node-locked licences. It seems that mix locked and floating licences situation can't be solved by tickets. If you set 4 lics for pool - any pool machine can run ticket. If you set 1 lic for pool - just one pool machine can run ticket and there is no matter some one more ma...
by timurhai
Mon Feb 27, 2023 12:30 pm
Forum: General
Topic: BUG: open_folder_cmd not being read?
Replies: 3
Views: 302

Re: BUG: open_folder_cmd not being read?

Hi!
Afanasy does not reads and uses this variable.
This is used by Keeper.

AfWatch always uses explorer on Windows, this is build-in.
But it is not a big deal to make afwatch to use it.
by timurhai
Thu Feb 16, 2023 7:13 am
Forum: Installation
Topic: Rules upgrade from 2.41 to 3.3
Replies: 13
Views: 1038

Re: Rules upgrade from 2.41 to 3.3

Hi!
Role should be one of ['admin', 'coord', 'user'] to let to edit shot.
Other roles can edit only task and only if assigned on task.

Sorry for the lack of documentation, the project it under active development.
And now there is some mess with is Roles and Groups.
(Groups stands for permissions).