BKE_fcurves_filter()
with the new slotted Actions API
Hi @Marek-9 , is it a big file? It could mean you are running out of memory. If the file is pretty small and the crash is still replicable, please attach the file that's causing the crash. Thanks!
Hummm... consistency-wise indeed it would be best to not support history for box select. Thanks for the explanation :D I guess we can close this PR for now.
@PratikPB2123 For me main still crashes. Just make sure you use CTRL
without selecting any brushes:
- Add GPencil
- Switch to draw mode
- Hold
CTRL
and draw
It seems I can't even open this blend on latest main... I got this assert while opening the file inIDNode *DepsgraphNodeBuilder::add_id_node(ID *id)
:
BLI_assert(id->session_uid !=…
@PratikPB2123 Ah looks like it does crash when clicking collection eye icon. On objects it doesn't
Apparently good on 5b5576993e648161839484954269d9d7288a668d now 🤔, it might have already fixed itself?
Broken by a38c96b92ca28f30b062382c15cc77902615fc0d @JulianEisel
Good on 801a73887a39e172e4b8454ec9, will besect
Looks like indeed it's a inverted view matrix... But without a step to reproduce this, we kinda don't really know how you get there and thus make a fix to correct this 😅
apparently when that "separate geometry" ever runs, the edge mark will disappear.
Looks like that freestyle edge marks is missing after that, only selection remains. Let me take a look at the…
This also brings up the topic of having a UI for seeing whether there are dependency cycle. Sometimes they are not so obvious 🤔
I think at this point it might be better to resort to using cycles. I upgraded to 560 driver on my linux machine and it still gives me whole system hang just like previously :(
Still can't reproduce here locally. It's best if you have the crash log so we at least know roughly where it crashed…