Tugcga / Sycles

Cycles render integration into Softimage
5 stars 1 forks source link

Disable scene update parameter #4

Open Tugcga opened 1 year ago

Tugcga commented 1 year ago

Add parameter into render settings, which allows to disable scene updates. When this parameter is active, then each render session should crate the scene from scratch. It may be useful for lightweight scenes with some problems on updating.

Tugcga commented 1 year ago

May be will be helpful to implement something like "non-accurate update" mode. In this mode the addon should update only scene items, which can be successfully updated and ignore all other items.

In this new mode we should more accurate catch meshes with active displacement shader. For example, we can store all meshes Cycles indices, which use material with active displacement, and when update this material, update also all meshes. Now we simply reexport the whole scene if there is at least one material with active displacement.

Tugcga commented 1 year ago

Always Abort mode will be available in update 2.1.2. In most cases the mode Update and Abort should be used.