Search found 913 matches

by timurhai
Fri Jan 11, 2019 9:11 am
Forum: General
Topic: custom job alongside the render
Replies: 1
Views: 3793

Re: custom job alongside the render

Hi. Create a wrapper scripts for all software is a good approach. ( We have custom wrappers for all commands that Afanasy launches ) In that wrappers we can do anything before and after the command, even parse/change command output before Afanasy Python parser if needed. Also you can use own Python ...
by timurhai
Fri Jan 11, 2019 8:45 am
Forum: Houdini
Topic: saving logs next to render frame
Replies: 4
Views: 9169

Re: saving logs next to render frame

Hi.
You can customize Python parser class. Even better to use some custom, leaving original unchanged.
https://github.com/CGRU/cgru/blob/maste ... /hbatch.py
You can read/write any files (do anything) during output parsing.
by timurhai
Thu Jan 10, 2019 5:10 pm
Forum: Setup
Topic: afserver Core Dump
Replies: 4
Views: 7370

Re: suddenly db stopped working

Hi. Afwatch is a Qt GUI. I asked to try it just to check browser http connection works. But now we see that the reason is afserver hung. You can try some "catchsegv" or other linux utility to get more info at "Segmentation fault". Also you can try to catch a bug. Stop afserver. D...
by timurhai
Thu Jan 10, 2019 9:50 am
Forum: Blender
Topic: blender 2.8 beta
Replies: 20
Views: 31629

Re: blender 2.8 beta

Hi.
I am not a Blender user, but can you paste some error message here?
by timurhai
Thu Jan 10, 2019 9:25 am
Forum: Setup
Topic: afserver Core Dump
Replies: 4
Views: 7370

Re: suddenly db stopped working

Hi. 1. Database. With this settings it can't connect to database: https://github.com/CGRU/cgru/blob/master/afanasy/config_default.json#L181 With this default settings, it should connect if database was created by this steps from info: http://cgru.info/afanasy/server#statistics btw, SQL database need...
by timurhai
Wed Jan 09, 2019 2:32 pm
Forum: Clarisse
Topic: Clarisse Submission Error - Qt bindings
Replies: 6
Views: 19369

Re: Clarisse Submission Error - Qt bindings

Hi. I do not have Clarisse and Windows (must die :) ) by hand. But error message says: "No Qt binding were found.". Have you installed some PySide or PyQt? Qt is a python module (script) that finds and uses latest PySide or PyQt module for a Qt GUI in Python: https://github.com/mottosso/Qt...
by timurhai
Wed Jan 09, 2019 10:52 am
Forum: General
Topic: Per Job Environment Var Overrides
Replies: 6
Views: 8986

Re: Per Job Environment Var Overrides

... As every project and department has different environment variables ... We have the same. We are using working directory to setup everything. Artist do not just run some "maya" by double clicking some icon on the desktop, artist run some "maya" from the specific location (pr...
by timurhai
Tue Jan 08, 2019 6:22 pm
Forum: General
Topic: Per Job Environment Var Overrides
Replies: 6
Views: 8986

Re: Per Job Environment Var Overrides

Hi.
For such environment fine tuning better to use wrapper scripts.
Do not launch soft directly. Write a script with the same name in PATH that will setup environment first (PATH) and then launch soft.
by timurhai
Tue Jan 08, 2019 6:17 pm
Forum: General
Topic: Thanks Timur
Replies: 2
Views: 4362

Re: Thanks Timur

Hi. Thank you!
( I was at Holidays, so post approval delayed )