Blender Git Loki
Git Commits -> Revision da96336
Revision da96336 by Germano Cavalcante (master) September 27, 2018, 03:53 (GMT) |
Commit Details:
Full Hash: da96336e5ffa146cc240d1e9fe3c3d98e41387d1
Parent Commit: 1e647a5
Lines Changed: +481, -80
4 Added Paths:
/source/blender/python/gpu/gpu_py_element.c (+251, -0) (View)
/source/blender/python/gpu/gpu_py_element.h (+39, -0) (View)
/source/blender/python/gpu/gpu_py_primitive.c (+81, -0) (View)
/source/blender/python/gpu/gpu_py_primitive.h (+30, -0) (View)
/source/blender/python/gpu/gpu_py_element.h (+39, -0) (View)
/source/blender/python/gpu/gpu_py_primitive.c (+81, -0) (View)
/source/blender/python/gpu/gpu_py_primitive.h (+30, -0) (View)
6 Modified Paths:
/source/blender/gpu/GPU_element.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_element.c (+21, -20) (Diff)
/source/blender/python/gpu/CMakeLists.txt (+4, -0) (Diff)
/source/blender/python/gpu/gpu_py_batch.c (+50, -60) (Diff)
/source/blender/python/gpu/gpu_py_types.c (+3, -0) (Diff)
/source/blender/python/gpu/gpu_py_types.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_element.c (+21, -20) (Diff)
/source/blender/python/gpu/CMakeLists.txt (+4, -0) (Diff)
/source/blender/python/gpu/gpu_py_batch.c (+50, -60) (Diff)
/source/blender/python/gpu/gpu_py_types.c (+3, -0) (Diff)
/source/blender/python/gpu/gpu_py_types.h (+1, -0) (Diff)