Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-UV mapping error #29

Open
Felina-Lain opened this issue Jun 14, 2022 · 0 comments
Open

Auto-UV mapping error #29

Felina-Lain opened this issue Jun 14, 2022 · 0 comments

Comments

@Felina-Lain
Copy link

Felina-Lain commented Jun 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant