Blender Git Loki

Git Commits -> Revision 064273a

Revision 064273a by Sergey Sharybin (master)
May 6, 2019, 10:54 (GMT)
Sound: Port more cases to be a part of dependency graph

Mainly covers RNA callbacks which were still doing direct scene update,
which was causing crashes. Now corresponding ID_RECALC flags are used,
so all scenes can update accordingly.

Also tested animated volume/pitch on strips, which now works as well.

Fixes T64133: Assert after changing FPS
Fixes T64154: Immediate crash when changing the current frame on the timeline
Fixes T64185: Client Crashes when the frame position value is changed
Fixes T64190: Blender Crash using Timeline Editor
Fixes T64128: Click to close bug type on timeline
Fixes T64147: Crash when setting current frame from Python
Fixes T64152: Blender Auto-Close on timeline change

Commit Details:

Full Hash: 064273a4ae7101f937cf2e16b0e2f1efcd2f0e38
Parent Commit: 2c0da4a
Lines Changed: +103, -113

17 Modified Paths:

/source/blender/blenkernel/BKE_sound.h (+0, -4) (Diff)
/source/blender/blenkernel/intern/scene.c (+25, -0) (Diff)
/source/blender/blenkernel/intern/sound.c (+3, -19) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_rna.cc (+0, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_tag.cc (+20, -3) (Diff)
/source/blender/editors/animation/anim_ops.c (+1, -2) (Diff)
/source/blender/editors/screen/screen_ops.c (+5, -9) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+2, -2) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+1, -2) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+3, -3) (Diff)
/source/blender/editors/space_image/image_ops.c (+1, -2) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+6, -7) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+6, -6) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_ID.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+14, -15) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+8, -35) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021