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.
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 163f2e7045 - Show all commits

View File

@ -9,7 +9,7 @@
#include "BLT_translation.hh"
#include "BKE_attribute.hh"
#include "BKE_collection.h"
#include "BKE_collection.hh"
#include "BKE_curves.hh"
#include "BKE_geometry_set.hh"
#include "BKE_geometry_set_instances.hh"

View File

@ -974,7 +974,7 @@ static void execute_instances_tasks(
}
result.replace_instances(dst_instances.release());
auto &dst_component = result.get_component_for_write<bke::InstancesComponent>();
join_attributes(src_components, dst_component, {"position"});
join_attributes(src_components, dst_component, {"position", ".reference_index"});
}
static void execute_realize_pointcloud_tasks(const RealizeInstancesOptions &options,