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 f18691df21 - Show all commits

View File

@ -4,6 +4,7 @@
#include "GEO_join_geometries.hh"
#include "GEO_realize_instances.hh"
// #include "BKE_geometry_set.hh"
#include "DNA_collection_types.h"
#include "DNA_layer_types.h"
@ -262,6 +263,13 @@ struct GatherTasksInfo {
*/
Vector<std::unique_ptr<GArray<>>> &r_temporary_arrays;
// /** Instance components to merge for output geometry. */
// Vector<const InstancesComponent *> instances_components_to_merge;
// /** Base transform for each instance component. */
// Vector<float4x4> instances_components_transforms;
/** All gathered tasks. */
GatherTasks r_tasks;
/** Current offsets while gathering tasks. */