Search found 913 matches

by timurhai
Fri Jan 05, 2018 5:13 pm
Forum: Setup
Topic: Setting affinity for tasks
Replies: 2
Views: 6120

Re: Setting affinity for tasks

You can write a .cmd blender command wrapper.
You can use it on one (any) machines.
Or you can set affinity for an entire afrender process, child processes should inherit it.
by timurhai
Fri Jan 05, 2018 5:11 pm
Forum: General
Topic: child dependency waits on previous frames?
Replies: 1
Views: 4420

Re: child dependency waits on previous frames?

Yes. This is a bug. I will fix it, but for now very busy with other issues. Job solving function should be completely rewritten. This effect happen because there is a recursive function that solves task, run other other task solve if it depends. There should not be any recursion, there should be lik...
by timurhai
Fri Jan 05, 2018 5:06 pm
Forum: General
Topic: aerender return code
Replies: 1
Views: 4499

Re: aerender return code

Hi. Yes.
Check this:
https://github.com/CGRU/cgru/blob/maste ... afterfx.py
You can also look at other parsers code for examples.
by timurhai
Fri Jan 05, 2018 5:04 pm
Forum: Setup
Topic: Render Farm Setup Help
Replies: 22
Views: 28835

Re: Render Farm Setup Help

As i already told before, everything in the task process output.
You can't control commands if you are not looking in output.
by timurhai
Tue Jan 02, 2018 8:16 am
Forum: Setup
Topic: Render Farm Setup Help
Replies: 22
Views: 28835

Re: Render Farm Setup Help

What do you mean by:
- "I added the path to the server into the slave config"
?
by timurhai
Sun Dec 31, 2017 9:34 am
Forum: Setup
Topic: Render Farm Setup Help
Replies: 22
Views: 28835

Re: Render Farm Setup Help

You should find how to get output from any previous session.
By default only the latest is shown, you pasted here an output from a success session.
But should look on the error session output.
by timurhai
Sat Dec 30, 2017 7:38 pm
Forum: Setup
Topic: Render Farm Setup Help
Replies: 22
Views: 28835

Re: Render Farm Setup Help

You are looking at a task output from a latest successful session on "render-manager".
But you should look at the output from a previous error sessions on "kenneth-hp-probook-4730s".
by timurhai
Fri Dec 29, 2017 9:54 am
Forum: Setup
Topic: Render Farm Setup Help
Replies: 22
Views: 28835

Re: Render Farm Setup Help

Process finished with non success exit status. Usually process ouputs what cause an error. For example "texture ... not found", or "can't open scene, permission dinied", or what ever. The most useful info in the task ouput. Now did you get that log? Along with a task "Log&qu...
by timurhai
Thu Dec 28, 2017 11:10 am
Forum: Setup
Topic: Render Farm Setup Help
Replies: 22
Views: 28835

Re: Render Farm Setup Help

Double click on a job - you will get its tasks.
Double click on a task - you get all task info window.
"Ouput" tab.
by timurhai
Wed Dec 27, 2017 11:11 am
Forum: Setup
Topic: Render Farm Setup Help
Replies: 22
Views: 28835

Re: Render Farm Setup Help

This is task "Log". Server stores all actions that it performs with a task.
Task "Output" is a Blender process ouput, may be Blender tells you itself why it can't render?
You shoud ALWAYS see task ouput on ANY sitiation.