Blender Git Loki
Git Commits -> Revision 51efe7d
Revision 51efe7d by Tamito Kajiyama (master) November 10, 2009, 00:03 (GMT) |
Improved context handling. Previously FRS_initialize() was used for both initializing Freestyle and specifying contexts, making the API a bit messy. Now FRS_initialize() is only for initialization, and contexts are specified by new FRS_set_context() function just before starting rendering. |
Commit Details:
Full Hash: 51efe7de27119587c918a1e5cc429acca8ca672f
SVN Revision: 24437
Parent Commit: b65008d
Lines Changed: +37, -16
8 Modified Paths:
/source/blender/editors/screen/screen_ops.c (+6, -0) (Diff)
/source/blender/freestyle/FRS_freestyle.h (+2, -1) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+9, -2) (Diff)
/source/blender/freestyle/intern/application/Controller.h (+2, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+8, -3) (Diff)
/source/blender/freestyle/intern/system/PythonInterpreter.h (+6, -2) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+0, -6) (Diff)
/source/creator/creator.c (+4, -1) (Diff)
/source/blender/freestyle/FRS_freestyle.h (+2, -1) (Diff)
/source/blender/freestyle/intern/application/Controller.cpp (+9, -2) (Diff)
/source/blender/freestyle/intern/application/Controller.h (+2, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+8, -3) (Diff)
/source/blender/freestyle/intern/system/PythonInterpreter.h (+6, -2) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+0, -6) (Diff)
/source/creator/creator.c (+4, -1) (Diff)