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 not sure if this is supported, but I've found an issue while baking other objects to a channel, where if the object isn't a mesh (and is instead a text or curve), a python error appears and it doesn't work.
I'm not sure if this is supported, but I've found an issue while baking other objects to a channel, where if the object isn't a mesh (and is instead a text or curve), a python error appears and it doesn't work.
I believe this is happening because in common.py it returns a blank array if it isn't a
MESH
, which it doesn't seem likeprepare_bake_settings
is expecting.The text was updated successfully, but these errors were encountered: