Search found 912 matches

by timurhai
Wed Aug 05, 2020 9:46 am
Forum: General
Topic: Email Configuration
Replies: 3
Views: 3264

Re: Email Configuration

Hi!

For now there is only 2 events: on job done and error
https://cgru.readthedocs.io/en/latest/a ... tml#events

Later (soon) there will be render offline and sick (produced configured number of errors).
by timurhai
Thu Jul 30, 2020 9:02 am
Forum: General
Topic: Keeper not starting up
Replies: 9
Views: 5894

Re: Keeper not starting up

It seems that Python that came with CGRU does not work. It definitely works on other machines. Have you changed it somehow? Have you some special python environment on than machine? (May be some PYTHON_PATH, PYTHON_HOME variables?) Try to unpack a fresh CGRU archive on a fresh Windows machine. Try t...
by timurhai
Thu Jul 30, 2020 8:48 am
Forum: General
Topic: Keeper not starting up
Replies: 9
Views: 5894

Re: Keeper not starting up

1. Can you find keeper (python3 with keeper) process in some process viewer?
- may be you unable to see tray icon, but keeper is running.
2. Try to run "start.cmd f"
by timurhai
Thu Jul 30, 2020 8:36 am
Forum: General
Topic: Keeper not starting up
Replies: 9
Views: 5894

Re: Keeper not starting up

You can not to send movies, better just copy text here.
You should run start.cmd
start - is command that runs raises new cmd.exe window
by timurhai
Thu Jul 30, 2020 8:15 am
Forum: General
Topic: Keeper not starting up
Replies: 9
Views: 5894

Re: Keeper not starting up

Hi!
Try to run in the console (cmd.exe).
May be it ouputs some errors.
by timurhai
Tue Jul 28, 2020 10:53 am
Forum: Compilation
Topic: how to compile the cgru project from source code to release version (such as 2.2.2)
Replies: 9
Views: 15347

Re: how to compile the cgru project from source code to release version (such as 2.2.2)

Now i see why Fedora!

I do not have Arnold by hand to test cgru scripts changes.
You can simple remove this line before compile and make packages.

Best way to collaborate is to perform changes on GitHub by users that uses soft.
by timurhai
Tue Jul 28, 2020 8:22 am
Forum: Compilation
Topic: how to compile the cgru project from source code to release version (such as 2.2.2)
Replies: 9
Views: 15347

Re: how to compile the cgru project from source code to release version (such as 2.2.2)

Hi. This is some cmake and PostgreSQL packages problem on Fedora 32. Better to ask on Fedora forums. For a temporary solution you can to use --nosql flag to build w/o PostgreSQL (statistics will be disabled). btw Why Fedora? Most suitable distibution for CG is ubuntu-studio or any other ubuntu-debia...
by timurhai
Thu Jul 16, 2020 8:39 am
Forum: Houdini
Topic: PDG Scheduler?
Replies: 4
Views: 6096

Re: PDG Scheduler?

Now and for more that a year on my radar is a version 3.0 with major changes. And i am almost finished, but lots of testing needed. I have not used PDG yet. Even i have not got any info about it. And people near me too. There is a Python and JSON API in Afanasy, you can try to do something with PDG ...
by timurhai
Tue Jul 14, 2020 8:07 am
Forum: Nuke
Topic: Nuke Interactive and render licenses
Replies: 6
Views: 24331

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