greisane / gret

Blender addons.
GNU General Public License v3.0
375 stars 23 forks source link

Changes in Blender 3.4 break rope and collision mesh creation #12

Closed Ran9 closed 1 year ago

Ran9 commented 1 year ago

After installing the addon in Blender 3.4 and trying to create a rope there is an error: AttributeError: 'Mesh' object has no attribute 'use_customdata_edge_crease'

also, when trying to create collision mesh there is another error: AttributeError: 'Mesh' object has no attribute 'use_customdata_vertex_bevel'

Probably related to https://developer.blender.org/rB291c313f80b4cc and https://developer.blender.org/rBa8a454287a27

greisane commented 1 year ago

Fixed in ba6dcf65f293d1a83e7e14253bc91798785abf3f and added a new release, thank you Ran!