davidhaver-WIP-realize-depth #3

Closed
David-Haver wants to merge 65 commits from David-Haver/blender-old:davidhaver-WIP-realize-depth into WIP-realize-depth

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 648e4bf510 - Show all commits

View File

@ -22,6 +22,17 @@ struct RealizeInstancesOptions {
*/
bool realize_instance_attributes = true;
/**
* Selection of top-level instances to realize.
*/
IndexMask selection;
/**
* Depth of realize instances for each selected top-level instance.
*/
VArray<int> depths;
bke::AnonymousAttributePropagationInfo propagation_info;
};