can't align scales or dimensions #2

Open
opened 2024-11-18 17:37:28 +01:00 by Thomas-35 · 0 comments

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

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
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: extensions/space_view3d_align_tools#2
No description provided.