-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Display error popup when AOBake to layer #111
Comments
I can't seem to reproduce the issue here. Can you upload an example file? |
Thank you for quick fix, But I downloaded latest code mannually then applied and still does error occurs, seems to be another one. Python: Traceback (most recent call last): |
can you provide a sample blend file? |
I tried make minimum sample, but why, I couldn't do it this time, sorry. |
I couldn't reproduce the issue here, so I can't fix the bug if there's no sample blend file. |
Okay, I can reproduce the issue here, please create a proper bug report next time. |
I got this stacktrace but I'm newbie didn't know what happen.
Python: Traceback (most recent call last):
File "C:\Users\motos\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ucupaint\BakeToLayer.py", line 1671, in execute
layer = Layer.add_new_layer(node.node_tree, layer_name, 'IMAGE', int(self.channel_idx), self.blend_type,
^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: ''
I was doing a tutorial using my clothes mesh.
When I AO bake, after a little while, I get error message, showing the hidden hair and body, and the clothes are hidden.
I do reappear clothes mesh and try again, bake will be successful.
I hope this helps for something.
The text was updated successfully, but these errors were encountered: