Can confirm. It's just because the armature doesn't have an active pose bone yet so ED_object_pose_constraint_list
returns NULL unhandled. Fixing.
Crashes at source/blender/blenkernel/intern/lib_override.cc
line 4020:
if (!(!ID_IS_LINKED(id) && ID_IS_OVERRIDE_LIBRARY_REAL(id) &&
(id->override_library->runtime->tag &…
I can replicate the issue if I:
- Move time line
- Select an object
- Undo undo till the beginning
- Select an object, crashes
Will look into it.
Can confirm. From the look of it, rest_position
field doesn't seem to align with the subdivided result.
Unable to test earlier version since nodes and curves doesn't work the same way. From…
This is simply because it's using Blender's internal icons and there's no such an icon for the slice option. Maybe we could have the interface guys take a look at the icon but it might not get…
My tests gives me such result:
- Up to 3.4.1 everything is working as it should
- From 3.5.0 and above:
- Snap circle only shows up in one of the 3d viewport in the window. -…
Caused by 85a743e08bfcaa321c7f0e7ce
cc @antoniov
Not sure why, is the ceilf
gonna cause much trouble?
Hi @Cyrese-Parrish We can't determine anything from just a few sentences. Could you give us your system information? What is the model is your CPU/graphics card?
If you can use the menu in…
Guys I can even reproduce the problem on Windows with @Imaginer 's method... So something a bit weird is happening with blender's window manager/event system. The modal operator should technically…