Blender Git Loki
Git Commits -> Revision 23bf087
Revision 23bf087 by Monique Dewanchand (master) February 6, 2013, 08:40 (GMT) |
Code clean up translate node added constants. moved the code to a separate class. so it can be reused for other nodes |
Commit Details:
Full Hash: 23bf087338204b45e5b72c1269bd013a88cf3f9d
SVN Revision: 54349
Parent Commit: a78cf85
Lines Changed: +187, -116
2 Added Paths:
/source/blender/compositor/operations/COM_WrapOperation.cpp (+117, -0) (View)
/source/blender/compositor/operations/COM_WrapOperation.h (+47, -0) (View)
/source/blender/compositor/operations/COM_WrapOperation.h (+47, -0) (View)
6 Modified Paths:
/source/blender/compositor/CMakeLists.txt (+2, -0) (Diff)
/source/blender/compositor/nodes/COM_TranslateNode.cpp (+11, -2) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.cpp (+0, -105) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.h (+0, -5) (Diff)
/source/blender/makesdna/DNA_node_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+4, -4) (Diff)
/source/blender/compositor/nodes/COM_TranslateNode.cpp (+11, -2) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.cpp (+0, -105) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.h (+0, -5) (Diff)
/source/blender/makesdna/DNA_node_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+4, -4) (Diff)