It does look a little odd having unsigned long long
next to ulong
. I could add typedef unsigned long long ulonglong;
to BLI_sys_types.h
and then change use of unsigned long long
in this PR to ulonglong
.
Since e503536775
adds support for enum properties that don't have raw array access, this issue is fixed now…
The symptoms sound similar to blender/blender#111152 (the crash initially occurs when opening user preferences or a file dialog, all blender versions no longer…
Some operators use context members such as selected_objects
or active_object
and some operators get objects directly from the view_layer
context member and some may do something else…
In which case, I think the release notes could be clearer that there are changes to both meshes that had "Auto Smooth" on and meshes that had "Auto Smooth" off. Currently https://wiki.blender.org/w…