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

Error while trying to unwrap to Hotspot #43

Open
vladikula opened this issue May 20, 2024 · 1 comment
Open

Error while trying to unwrap to Hotspot #43

vladikula opened this issue May 20, 2024 · 1 comment

Comments

@vladikula
Copy link

Python: Traceback (most recent call last):
File "C:\Users\username\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\DreamUV-master\DUV_HotSpot.py", line 500, in execute
main(context)
File "C:\Users\username\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\DreamUV-master\DUV_HotSpot.py", line 75, in main
bpy.ops.object.shade_smooth_by_angle(angle=0.523599)
File "D:\PROGRAMS\BLENDER\4.0\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
AttributeError: Calling operator "bpy.ops.object.shade_smooth_by_angle" error, could not be found

@leukbaars
Copy link
Owner

Hi, blender made some big changes to how smoothing works in version 4.1, so any version prior is not supported anymore. Looks like you are using 4.0

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

2 participants