Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute transfer error in 1.1.5 #38

Open
Bellzine opened this issue Jun 16, 2024 · 0 comments
Open

Attribute transfer error in 1.1.5 #38

Bellzine opened this issue Jun 16, 2024 · 0 comments

Comments

@Bellzine
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant