Blender Git Commit Log

Git Commits -> Revision 6d35460

Revision 6d35460 by Campbell Barton (master)
April 1, 2011, 08:51 (GMT)
fix [#26713] Video Sequencer: Audio mute after making meta strip copy/paste
was not recursively restoring sound strips on paste.

also found many duplicate functions were defining the transform mode as in int but getting as an enum, use enum for both now.

Commit Details:

Full Hash: 6d3546069c270136856815365883c6490dbff25d
SVN Revision: 35933
Parent Commit: 308f813
Lines Changed: +70, -65

13 Modified Paths:

/source/blender/blenkernel/BKE_sequencer.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+18, -0) (Diff)
/source/blender/editors/curve/editcurve.c (+3, -2) (Diff)
/source/blender/editors/mesh/editmesh_add.c (+2, -1) (Diff)
/source/blender/editors/metaball/mball_edit.c (+2, -1) (Diff)
/source/blender/editors/object/object_add.c (+1, -1) (Diff)
/source/blender/editors/render/render_internal.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+4, -24) (Diff)
/source/blender/editors/transform/transform_ops.c (+33, -32) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021