Search found 913 matches

by timurhai
Fri Oct 11, 2019 2:03 pm
Forum: General
Topic: Blender 2.8 Support
Replies: 2
Views: 3511

Re: Blender 2.8 Support

Hi.
Someone already wrote it:
viewtopic.php?f=7&t=3209

But i have not test it. I am busy with a new 2.4 release that will be very huge.

CGRU 2.3.1 has Blender 2.79 plugin.
by timurhai
Fri Oct 11, 2019 1:57 pm
Forum: Houdini
Topic: Windows to Linux paths errors
Replies: 10
Views: 12797

Re: Windows to Linux paths errors

Better to use $HIP variable, or (and even better) your custom, that you control manually.

ps
We are not using $JOB variable at all, it seems that $JOB behavior is differ on Linux&Windows.
by timurhai
Fri Oct 11, 2019 1:29 pm
Forum: Houdini
Topic: Windows to Linux paths errors
Replies: 10
Views: 12797

Re: Windows to Linux paths errors

Hi.

Who and when "creates windows drive/folder structure"?
by timurhai
Thu Oct 10, 2019 10:19 am
Forum: General
Topic: Node shutdown after task complete
Replies: 6
Views: 5866

Re: Node shutdown after task complete

You can change task command to:

Code: Select all

do_some_work && shutdown -P
by timurhai
Thu Oct 10, 2019 9:35 am
Forum: General
Topic: Node shutdown after task complete
Replies: 6
Views: 5866

Re: Node shutdown after task complete

It depends on your needs.

You want to create some job, that will run some command on each machine only once, than node should be shutdown?

You want to ask render some node (from GUI or API) to shutdown after the current running task will be finished?
by timurhai
Wed Oct 09, 2019 3:04 pm
Forum: General
Topic: Node shutdown after task complete
Replies: 6
Views: 5866

Re: Node shutdown after task complete

Hi!

There is no such feature "out-of-the-box".
Afanasy can't automatically shut down render node after a job or a task completes.
by timurhai
Sat Sep 21, 2019 5:52 pm
Forum: General
Topic: How to count necessary render nodes?
Replies: 1
Views: 2908

Re: How to count necessary render nodes?

Hi!
There is no API for this.

You can do it yourself. If you have 10 tasks, and each needs an hour to render. 10 machines will render all in an hour. Or 5 machines in 2 hours. And if you have 20 machines, they render all in an hour too, or you should split tasks to have 20 x 0.5 hour tasks.
by timurhai
Wed Sep 18, 2019 10:26 am
Forum: General
Topic: Post render command
Replies: 2
Views: 3598

Re: Post render command

by timurhai
Fri Sep 06, 2019 3:35 pm
Forum: Setup
Topic: Newbie questions.
Replies: 9
Views: 15643

Re: Newbie questions.

Hi.
Render manager does not save any images (any files). It just run commands (your software).
You should configure images sequence naming in your software.
by timurhai
Sat Aug 31, 2019 5:42 am
Forum: Setup
Topic: Restrict system block commands to server
Replies: 5
Views: 7117

Re: Restrict system block commands to server

Hi.
afrende node should be in "Sleeping" state to be wake able.