Error bsurfaces (Blender RUS Interface) #104441

Closed
opened 2023-02-27 03:19:45 +01:00 by Shemetov-Alexandr · 0 comments

System Information
Operating system: Windows-10-10.0.18363-SP0 64 Bits
Graphics card: Intel(R) HD Graphics 630 Intel 4.5.0 - Build 30.0.100.9670

Blender Version
Broken: 3.3, 3.4.1
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: Bsurfaces GPL Edition (1, 8, 1)
Author: Eclectiel, Vladimir Spivak (cwolf3d)

Short description of error
Error in Russion Interface

When pressing the button Add Mirror and others modifiers

Python: Traceback (most recent call last):
  File "A:\Blender Foundation\Blender 3.4\3.4\scripts\addons\mesh_bsurfaces.py", line 3596, in execute
    shrinkwrap = mesh_object.modifiers["Shrinkwrap"]
KeyError: 'bpy_prop_collection[key]: key "Shrinkwrap" not found'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "A:\Blender Foundation\Blender 3.4\3.4\scripts\addons\mesh_bsurfaces.py", line 3643, in invoke
    self.execute(context)
  File "A:\Blender Foundation\Blender 3.4\3.4\scripts\addons\mesh_bsurfaces.py", line 3605, in execute
    shrinkwrap = mesh_object.modifiers["Shrinkwrap"]
KeyError: 'bpy_prop_collection[key]: key "Shrinkwrap" not found'

Blender English version works fine.

Exact steps for others to reproduce the error

  • Enable Bsurfaces GPL Edition (1, 8, 1)
  • Set any translation for the interface
  • In the Edit (translated) category in the 3D View, press Add Mirror and others modifiers
**System Information** Operating system: Windows-10-10.0.18363-SP0 64 Bits Graphics card: Intel(R) HD Graphics 630 Intel 4.5.0 - Build 30.0.100.9670 **Blender Version** Broken: 3.3, 3.4.1 Worked: (newest version of Blender that worked as expected) **Addon Information** Name: Bsurfaces GPL Edition (1, 8, 1) Author: Eclectiel, Vladimir Spivak (cwolf3d) **Short description of error** Error in Russion Interface When pressing the button `Add Mirror and others modifiers` ``` Python: Traceback (most recent call last): File "A:\Blender Foundation\Blender 3.4\3.4\scripts\addons\mesh_bsurfaces.py", line 3596, in execute shrinkwrap = mesh_object.modifiers["Shrinkwrap"] KeyError: 'bpy_prop_collection[key]: key "Shrinkwrap" not found' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "A:\Blender Foundation\Blender 3.4\3.4\scripts\addons\mesh_bsurfaces.py", line 3643, in invoke self.execute(context) File "A:\Blender Foundation\Blender 3.4\3.4\scripts\addons\mesh_bsurfaces.py", line 3605, in execute shrinkwrap = mesh_object.modifiers["Shrinkwrap"] KeyError: 'bpy_prop_collection[key]: key "Shrinkwrap" not found' ``` Blender English version works fine. **Exact steps for others to reproduce the error** - Enable `Bsurfaces GPL Edition (1, 8, 1)` - Set any translation for the interface - In the `Edit` (translated) category in the 3D View, press `Add Mirror and others modifiers`
Shemetov-Alexandr added the
Type
Report
Priority
Normal
Status
Needs Triage
labels 2023-02-27 03:19:46 +01:00
Damien Picard added
Status
Confirmed
Type
Bug
and removed
Status
Needs Triage
Type
Report
labels 2023-02-27 11:21:07 +01:00
Damien Picard self-assigned this 2023-02-27 11:21:18 +01:00
Blender Bot added
Status
Resolved
and removed
Status
Confirmed
labels 2023-02-27 22:58:55 +01:00
Sign in to join this conversation.
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: blender/blender-addons#104441
No description provided.