Page Menu
Home
Search
Configure Global Search
Log In
Differential
D15132
Diff 52298
source/blender/nodes/geometry/nodes/node_geo_input_instance_scale.cc
Changeset View
I think we can skip the domain interpolation, since no other domains exist for instances
return VArray<float3>::ForFunc(instance_component.instances_num(), [&](const int i) -> float3 { return instance_component.instance_transforms()[i].scale(); };