can't align scales or dimensions #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
when I attempt to align scales or dimensions of any axis, I get the error below
Python: Traceback (most recent call last):
File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\align_tools_init_.py", line 796, in execute
align_function(
File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\align_tools_init_.py", line 434, in align_function
find_new_dimensions(obj, dim)
File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\align_tools_init_.py", line 313, in find_new_dimensions
obj.scale[0] = (ref_dim[0] / dim) * act_obj.scale[0]
~~~~~~~
^ZeroDivisionError: float division by zero