Skip to content

UV sculpt AttributeError: Vector subtraction: (NoneType - Vector) invalid type for this operation #127

@Fak3

Description

@Fak3

System Information

  • OS: LInux
  • Blender version: 2.83
  • Add-on version: Git master

When i tried to sculpt UV in 3d view edit mode, it fails with error:

Traceback (most recent call last):
  File "/home/z/soft/blender-2.83-e8dd8c2829f3-linux64/2.83/scripts/addons/magic_uv/op/uv_sculpt.py", line 460, in modal
    self.__stroke_init(context, event)
  File "/home/z/soft/blender-2.83-e8dd8c2829f3-linux64/2.83/scripts/addons/magic_uv/op/uv_sculpt.py", line 269, in __stroke_init
    diff = loc_2d - self.__initial_mco
AttributeError: Vector subtraction: (NoneType - Vector) invalid type for this operation

location: <unknown location>:-1

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions