Blender Git Loki
Git Commits -> Revision 8060293
Revision 8060293 by Hans Goudey (master) March 24, 2021, 15:05 (GMT) |
Fix T86875: "Show on Cage" crash for geometry nodes primitives Without `calc_object_remap` turned off in the conversion to and from BMesh for the primitive nodes, the `CD_ORIGINDEX` custom data layer has incorrect values. By using a different function to do the conversions, we can avoid this problem. Thanks to Jacques for finding the fix here. Differential Revision: https://developer.blender.org/D10805 |
Commit Details:
Full Hash: 80602936568b9756ff291172b8c3f7772f6ada07
Parent Commit: a478d50
Lines Changed: +12, -4
4 Modified Paths:
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_cone.cc (+3, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_cube.cc (+3, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_ico_sphere.cc (+3, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_uv_sphere.cc (+3, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_cube.cc (+3, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_ico_sphere.cc (+3, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_uv_sphere.cc (+3, -1) (Diff)