Blender Git Commit Log

Git Commits -> Revision 0c18f70

Revision 0c18f70 by Nicholas Rishel
July 2, 2021, 00:07 (GMT)
Replace uint8* with char* in Ghost API when variable is a string.

Commit Details:

Full Hash: 0c18f705e64790200ca33601a89b62b9508143f1
Parent Commit: d026daa
Lines Changed: +94, -95

27 Modified Paths:

/intern/ghost/GHOST_C-api.h (+2, -2) (Diff)
/intern/ghost/GHOST_ISystem.h (+2, -2) (Diff)
/intern/ghost/GHOST_ISystemPaths.h (+4, -4) (Diff)
/intern/ghost/GHOST_Path-api.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_Path-api.cpp (+4, -4) (Diff)
/intern/ghost/intern/GHOST_System.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+5, -5) (Diff)
/intern/ghost/intern/GHOST_SystemNULL.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemPaths.h (+3, -3) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCocoa.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCocoa.mm (+8, -8) (Diff)
/intern/ghost/intern/GHOST_SystemPathsUnix.cpp (+7, -7) (Diff)
/intern/ghost/intern/GHOST_SystemPathsUnix.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemPathsWin32.cpp (+8, -8) (Diff)
/intern/ghost/intern/GHOST_SystemPathsWin32.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+3, -3) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemWayland.cpp (+3, -3) (Diff)
/intern/ghost/intern/GHOST_SystemWayland.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+2, -2) (Diff)
/source/blender/blenkernel/intern/appdir.c (+3, -4) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+4, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021