You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use the auto-smart uv of this addon, with blender 3.1.2 but I get this error:
Not sure why
The text was updated successfully, but these errors were encountered: