Skip to content

Auto-UV mapping error #29

Description

@Felina-Lain

Hello,

I'm trying to use the auto-smart uv of this addon, with blender 3.1.2 but I get this error:

Python: Traceback (most recent call last):
  File "C:\LiberKey\Apps\Blender\Data\settings\scripts\addons\Principled-Baker-master\baker.py", line 875, in execute
    self.bake_batch(context, self.bake_objects)
  File "C:\LiberKey\Apps\Blender\Data\settings\scripts\addons\Principled-Baker-master\baker.py", line 631, in bake_batch
    self.bake_combined(context, [obj])
  File "C:\LiberKey\Apps\Blender\Data\settings\scripts\addons\Principled-Baker-master\baker.py", line 499, in bake_combined
    auto_uv_project(bake_objects)
  File "C:\LiberKey\Apps\Blender\Data\settings\scripts\addons\Principled-Baker-master\uv\project.py", line 40, in auto_uv_project
    smart_project()
  File "C:\LiberKey\Apps\Blender\Data\settings\scripts\addons\Principled-Baker-master\uv\project.py", line 12, in smart_project
    bpy.ops.uv.smart_project(angle_limit=settings.angle_limit,
  File "C:\LiberKey\Apps\Blender\Data\settings\scripts\modules\bpy\ops.py", line 132, in __call__
    ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Operator bpy.ops.uv.smart_project.poll() failed, context is incorrect

location: <unknown location>:-1

Not sure why

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions