forked from blender/blender
Implement GetDoubleSided and GetCullStyle for BlenderSceneDelegate #38
No reviewers
Labels
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BogdanNagirniak/blender#38
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLEN-408"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Purpose
GetDoubleSided and GetCullStyle has to be implemented for BlenderSceneDelegate. It is especially important for HdStorm.
Technical steps
double_sided
option is material property, not mesh, therefore it was translated from MaterialData to MeshData.DirtyDoubleSided
for mesh when it was changed for material.Tested. Works fine.