Blender Git Commit Log
Git Commits -> Revision 195cc9c
Revision 195cc9c by Andrea Weikert (master) January 5, 2011, 14:00 (GMT) |
ToDo: long outstanding patch to allow access to system paths in background mode Thanks Damien Plisson for contributing the Carbon and Cocoa implementation |
Commit Details:
Full Hash: 195cc9c6a647a98cf0f8c760867233dfa2479357
SVN Revision: 34096
Parent Commit: 8e29c7b
Lines Changed: +990, -285
11 Added Paths:
/intern/ghost/GHOST_ISystemPaths.h (+93, -0) (View)
/intern/ghost/intern/GHOST_ISystemPaths.cpp (+104, -0) (View)
/intern/ghost/intern/GHOST_SystemPaths.h (+74, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsCarbon.cpp (+78, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsCarbon.h (+83, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsCocoa.h (+75, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsCocoa.mm (+116, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsWin32.cpp (+81, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsWin32.h (+82, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsX11.cpp (+76, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsX11.h (+73, -0) (View)
/intern/ghost/intern/GHOST_ISystemPaths.cpp (+104, -0) (View)
/intern/ghost/intern/GHOST_SystemPaths.h (+74, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsCarbon.cpp (+78, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsCarbon.h (+83, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsCocoa.h (+75, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsCocoa.mm (+116, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsWin32.cpp (+81, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsWin32.h (+82, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsX11.cpp (+76, -0) (View)
/intern/ghost/intern/GHOST_SystemPathsX11.h (+73, -0) (View)
18 Modified Paths:
/intern/ghost/CMakeLists.txt (+10, -0) (Diff)
/intern/ghost/GHOST_C-api.h (+0, -1) (Diff)
/intern/ghost/GHOST_ISystem.h (+1, -19) (Diff)
/intern/ghost/GHOST_Path-api.h (+14, -0) (Diff)
/intern/ghost/GHOST_Types.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_Path-api.cpp (+18, -7) (Diff)
/intern/ghost/intern/GHOST_System.h (+1, -19) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.cpp (+0, -36) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.h (+0, -21) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+0, -20) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+0, -64) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+1, -37) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+0, -20) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+0, -19) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+0, -20) (Diff)
/intern/ghost/intern/Makefile (+1, -1) (Diff)
/intern/ghost/SConscript (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+6, -0) (Diff)
/intern/ghost/GHOST_C-api.h (+0, -1) (Diff)
/intern/ghost/GHOST_ISystem.h (+1, -19) (Diff)
/intern/ghost/GHOST_Path-api.h (+14, -0) (Diff)
/intern/ghost/GHOST_Types.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_Path-api.cpp (+18, -7) (Diff)
/intern/ghost/intern/GHOST_System.h (+1, -19) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.cpp (+0, -36) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.h (+0, -21) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+0, -20) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+0, -64) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+1, -37) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+0, -20) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+0, -19) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+0, -20) (Diff)
/intern/ghost/intern/Makefile (+1, -1) (Diff)
/intern/ghost/SConscript (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+6, -0) (Diff)