Abnormal icon indicating copy to clipboard operation
Abnormal copied to clipboard

Attribute transfer error in 1.1.5

Open Bellzine opened this issue 1 year ago • 0 comments

This comes up every time I try Normals ---> Face Corner Attribute, fresh master install and fresh save file.

bpy.ops.geometry.attribute_add(name="Attribute", domain='CORNER', data_type='FLOAT_VECTOR') bpy.ops.abnormal.store_norms_in_attr() Python: Traceback (most recent call last): File "C:\Users\USERNAME\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\Abnormal-master\operators.py", line 110, in execute aobj.data.attributes[addon_prefs.attribute].data.foreach_set( TypeError: foreach_set(..) sequence length mismatch given 72, needed 0

Reversed, Face Corner Attribute ---> Normals throws this

Python: Traceback (most recent call last): File "C:\Users\USERNAME\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\Abnormal-master\operators.py", line 153, in execute aobj.data.normals_split_custom_set(norms) RuntimeError: Error: Number of custom normals is not number of loops (0.000000 / 24)

Bellzine avatar Jun 16 '24 06:06 Bellzine