Auto mirror not working #76917

Closed
opened 2020-05-20 16:00:07 +02:00 by notARealName · 11 comments

System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: Intel(R) UHD Graphics Intel 4.5.0 - Build 26.20.100.6911

Blender Version
Broken: version: 2.82 (sub 7), branch: master, commit date: 2020-03-12 05:06, hash: blender/blender@375c7dc4ca
Worked: (optional)

Addon Information
Name: Auto Mirror (2, 5, 2)
Author: Lapineige

Short description of error

2.82:

Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\addons\mesh_auto_mirror.py", line 167, in execute
    threshold= bpy.context.scene.AutoMirror_threshold)
  File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\modules\bpy\ops.py", line 201, in __call__
    ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Zero normal given

2.90:

Error: Zero normal given
Traceback (most recent call last):
  File "Z:\01_git\01_contribution\blender-git\build_windows_Full_x64_vc15_Debug\bin\Debug\2.90\scripts\addons\mesh_auto_mirror.py", line 178, in execute
    threshold = automirror.threshold
  File "Z:\01_git\01_contribution\blender-git\build_windows_Full_x64_vc15_Debug\bin\Debug\2.90\scripts\modules\bpy\ops.py", line 201, in __call__
    ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Zero normal given

Exact steps for others to reproduce the error

  1. Open Blender with default startup file
  2. Deselect the cube
  3. Open the sidebar and click on the AutoMirror button (bpy.ops.object.automirror())
**System Information** Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: Intel(R) UHD Graphics Intel 4.5.0 - Build 26.20.100.6911 **Blender Version** Broken: version: 2.82 (sub 7), branch: master, commit date: 2020-03-12 05:06, hash: `blender/blender@375c7dc4ca` Worked: (optional) **Addon Information** Name: Auto Mirror (2, 5, 2) Author: Lapineige **Short description of error** 2.82: ``` Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\addons\mesh_auto_mirror.py", line 167, in execute threshold= bpy.context.scene.AutoMirror_threshold) File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\modules\bpy\ops.py", line 201, in __call__ ret = op_call(self.idname_py(), None, kw) RuntimeError: Error: Zero normal given ``` 2.90: ``` Error: Zero normal given Traceback (most recent call last): File "Z:\01_git\01_contribution\blender-git\build_windows_Full_x64_vc15_Debug\bin\Debug\2.90\scripts\addons\mesh_auto_mirror.py", line 178, in execute threshold = automirror.threshold File "Z:\01_git\01_contribution\blender-git\build_windows_Full_x64_vc15_Debug\bin\Debug\2.90\scripts\modules\bpy\ops.py", line 201, in __call__ ret = op_call(self.idname_py(), None, kw) RuntimeError: Error: Zero normal given ``` **Exact steps for others to reproduce the error** 1. Open Blender with default startup file 2. Deselect the cube 3. Open the sidebar and click on the AutoMirror button (`bpy.ops.object.automirror()`)
Author

Added subscriber: @nullpointer

Added subscriber: @nullpointer

#84396 was marked as duplicate of this issue

#84396 was marked as duplicate of this issue

Added subscriber: @rjg

Added subscriber: @rjg

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

I can't reproduce this with the default blend file. Are specific settings required for the Auto-Mirror add-on to make this error appear?

I can't reproduce this with the default blend file. Are specific settings required for the Auto-Mirror add-on to make this error appear?

Added subscriber: @Pasang

Added subscriber: @Pasang

@rjg, select the cube and then deselect it then use the auto-mirror.

@rjg, select the cube and then deselect it then use the auto-mirror.

Changed status from 'Needs User Info' to: 'Confirmed'

Changed status from 'Needs User Info' to: 'Confirmed'
Vladimir Spivak self-assigned this 2020-05-21 22:16:22 +02:00

This issue was referenced by ee468ba535

This issue was referenced by ee468ba535022efc699309aaa29659e52cb4aa35

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'

Added subscriber: @mayank-2

Added subscriber: @mayank-2
Sign in to join this conversation.
No Milestone
No project
No Assignees
5 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: blender/blender-addons#76917
No description provided.