Search found 913 matches

by timurhai
Mon Apr 15, 2019 10:12 am
Forum: Maya
Topic: Issues to Render Fluids in Maya
Replies: 3
Views: 7529

Re: Issues to Render Fluids in Maya

Hi. Any project (scene) files should have the same path on each machine. So all sources/textures/caches should be placed in some network shared location. Usually, when program can't get file, it prints something in output. You should read task process output first in any problem case: - double click...
by timurhai
Fri Apr 12, 2019 9:49 am
Forum: Houdini
Topic: Houdini Sliced Particles Distributed Sim Problem
Replies: 5
Views: 88087

Re: Houdini Sliced Particles Distributed Sim Problem

Hi. Long time with no answer... I think this is because distributed simulation is a most complex theme. There can be lots of reasons that it does not work. "I'm trying to understand how can I use Afanasy for distributed simulations." - the same as HQueue. When Houdini computes the same (sl...
by timurhai
Sun Apr 07, 2019 3:21 pm
Forum: Setup
Topic: Windows Services and NVIDIA monitoring
Replies: 7
Views: 9342

Re: Windows Services and NVIDIA monitoring

Hi. NVIDIA: http://cgru.info/afanasy/render#custom_resources Services: There is the lack of documentation on this topic for now. Scripts to manipulate windows service(s) are here: https://github.com/CGRU/cgru/tree/master/afanasy/service You can watch them, may be rewrite (create own) to customize. T...
by timurhai
Mon Apr 01, 2019 7:56 pm
Forum: General
Topic: Run batch file before and after job
Replies: 3
Views: 5231

Re: Run batch file before and after job

Yes, this is a custom command script.
You should replace your "render command" by this.
by timurhai
Sat Mar 30, 2019 9:15 am
Forum: AfterFX
Topic: afterFX script not sending job
Replies: 15
Views: 52375

Re: afterFX script not sending job

Hi.
I have updated my paypal account (provided more documents that they checked - as they said).
And want to test again, whether i can to accept payment from other country.
Can you send some minimal money to test it?
by timurhai
Fri Mar 29, 2019 12:58 pm
Forum: Nuke
Topic: Nuke error Unknown switch: -r
Replies: 16
Views: 21323

Re: Nuke error Unknown switch: -r

And where is "C:\cgru-windows" in your paths map?
Seems you should something like ["c:/cgru-windows", "/opt/cgru/"].
by timurhai
Fri Mar 29, 2019 12:57 pm
Forum: Nuke
Topic: Nuke error Unknown switch: -r
Replies: 16
Views: 21323

Re: Nuke error Unknown switch: -r

Try to execute in a Nude script editor:

Code: Select all

import cgrupathmap
pm = cgrupathmap.PathMap(UnixSeparators=True, Verbose=True)
This should initialize paths map and output info.
by timurhai
Fri Mar 29, 2019 11:15 am
Forum: Setup
Topic: IPA, Failed to determine user credentials
Replies: 1
Views: 4372

Re: IPA, Failed to determine user credentials

Hi. Authentication and af_ip_trust mask does not work now. It happen long ago, on server architecture redesign, and was not rewritten for a new manner for now (it should be, and will be). SQL database connection is needed for statistics only, since afserver got an own JSON store. SQL connection has ...
by timurhai
Fri Mar 29, 2019 11:04 am
Forum: Nuke
Topic: Nuke error Unknown switch: -r
Replies: 16
Views: 21323

Re: Nuke error Unknown switch: -r

Hi.
So it seems that it is a paths map issue.
You should dig this.

Why paths map work on other task types?
What is the difference?
On what side is the problem submission->python->afserver or afserver->afrender->python?
by timurhai
Wed Mar 27, 2019 4:19 pm
Forum: Nuke
Topic: Nuke error Unknown switch: -r
Replies: 16
Views: 21323

Re: Nuke error Unknown switch: -r

Do your afanasy gizmo has "Apply path map to scene" option turn on?
( it should be turned on by default )