By looking in keymap and searching the exact operator name (grease_pencil.select_all), keymap exists... But without the search I cannot find this Grease pencil Selection category.
#126260
4.3 and 4.4 as of today. @zazizizou hi, can we backport the fix to 4.2?
Likely some calculation error. Multiplying key.grid_area/offset
will compute out of bound index. My knowledge is bit short. cc @Sean-Kim
Checked again, Select all
is working as expected. Could you try factory defaults?: File > Defaults > Load Factory Settings
Hi, thanks for the report. Can confirm
Hi, can confirm the crash.
Possible fix would be:
diff --git a/source/blender/editors/sculpt_paint/sculpt_transform.cc b/source/blender/editors/sculpt_paint/sculpt_transform.cc
index d3b95b26d99..4090b1451ff…
I think pbvh is not initialized when switched to sculpt mode. So crash occurs if we redo the first undo step.
I see, was looking at rna_*
for unordered map
Will tag Cycles dev then? cc @Sergey
Hi, thanks for the report. I did not find any evidence of EnumPropertyItem
being stored as unordered map.
Can you share an example which we can test on different platforms(Windows and mac)?