Changeset View
Changeset View
Standalone View
Standalone View
source/blender/nodes/geometry/nodes/node_geo_convex_hull.cc
| Context not available. | |||||
| r_coords->reserve(r_coords->size() + total_size * transforms.size()); | r_coords->reserve(r_coords->size() + total_size * transforms.size()); | ||||
| r_coords->as_mutable_span().take_back(total_size).copy_from(curves.evaluated_positions()); | r_coords->as_mutable_span().take_back(total_size).copy_from(curves.evaluated_positions()); | ||||
| for (const float3 &position : curves.evaluated_positions()) { | for (const float3 &position : curves.evaluated_positions()) { | ||||
| r_coords->append(transform * postition); | r_coords->append(transform * position); | ||||
luzpaz: Source typo? | |||||
HooglyBooglyUnsubmitted Not Done Inline ActionsI don't see the context, but this is probably in the section of disabled code in this file, so it doesn't get compiled. Fine to change it though. HooglyBoogly: I don't see the context, but this is probably in the section of disabled code in this file, so… | |||||
luzpazAuthorUnsubmitted Done Inline Actionsluzpaz: context: https://github.com/blender/blender/blob/master/source/blender/nodes/geometry/nodes/nod… | |||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||
Source typo?