Search found 913 matches

by timurhai
Mon Jul 03, 2017 3:31 pm
Forum: Cinema4D
Topic: C4D Setup Bug
Replies: 1
Views: 7174

Re: C4D Setup Bug

by timurhai
Thu Jun 29, 2017 11:24 am
Forum: AFermer
Topic: Afermer rendermanager
Replies: 43
Views: 532014

Re: Afermer rendermanager

There is 2.3.0 version in GitHub master branch, which is non-compatible with 2.2.2.
by timurhai
Thu Jun 29, 2017 10:35 am
Forum: General
Topic: a few questions
Replies: 1
Views: 3701

Re: a few questions

Hi. 1. There is 2 approaches to distribute a single frames on a multiply machines: - Tile render: Divide an image on 2x2 tiles and render such crops on 4 machines at the same time. Then join tiles. - Distribute frame: If render engine supports it (VRay, RenderMan, Manta, ...) we can launch some mast...
by timurhai
Tue Jun 27, 2017 4:59 pm
Forum: AFermer
Topic: Afermer rendermanager
Replies: 43
Views: 532014

Re: Afermer rendermanager

btw

CGRU windows release build against Qt-5.8.0 and Python-3.4.4.
Also it contains their libs. ( http://cgru.info/downloads )

If you are able to compile with this versions we can just put afermer.exe into 2.2.2 windows release archive.
by timurhai
Tue Jun 27, 2017 4:02 pm
Forum: AFermer
Topic: Afermer rendermanager
Replies: 43
Views: 532014

Re: Afermer rendermanager

2.2.2 Windows release contains afermer.exe?
Or you build it yourself?
by timurhai
Mon Jun 26, 2017 10:09 am
Forum: General
Topic: Using sub group option "set perameter" and "Task block"
Replies: 1
Views: 4015

Re: Using sub group option "set perameter" and "Task block"

Hi.
This is designed to change some parameter value.
Job parameters are described here:
http://cgru.info/afanasy/job#job_parameters
by timurhai
Fri Jun 23, 2017 2:02 pm
Forum: General
Topic: Using Latest version of AFANASY
Replies: 3
Views: 5608

Re: Using Latest version of AFANASY

Python API is the same.
by timurhai
Fri Jun 23, 2017 12:02 pm
Forum: General
Topic: Using Latest version of AFANASY
Replies: 3
Views: 5608

Re: Using Latest version of AFANASY

Hi.

http://cgru.info/afanasy/server#farm_setup

You should not modify farm_example.json.
You should copy farm_example.json into farm.json and modify farm.json.
This done exact for overwrite files from new version.

If you already modified farm_example.json you can just copy(rename) it into farm.json.
by timurhai
Wed Jun 21, 2017 5:59 pm
Forum: General
Topic: resolving job names after submit
Replies: 3
Views: 5349

Re: resolving job names after submit

Block can wait other block(s) only of the same job.
by timurhai
Wed Jun 21, 2017 5:43 pm
Forum: General
Topic: resolving job names after submit
Replies: 3
Views: 5349

Re: resolving job names after submit

Hi.
Depend masks are regular expressions.
You can set it to "jobname.*" to wait all "jobname-1", "jobname-2", ...
We use it this way in Houdini.