Fix T99732
Adding the FCURVESONLY filter in the filter function of the Grease Pencil dopesheet prevents calls to F-curves related functions to grease pencil channels.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
This seems to fix the issue : blender no longer crashes when typing F3 in grease pencil dopesheet.
However, I am not 100% sure if this is the right place to put this if filtering condition, as I don't know what cases the if condition above (line 1802) covers. Maybe the filtering condition should be added before that.
Comment Actions
LGTM
I have tested and the crash has gone.
@Sybren A. Stüvel (sybren) Do you think the fix is ok? If you agree, we can solve this high priority bug.