Blender Git Commit Log
Git Commits -> Revision fd22a92
Revision fd22a92 by Thomas Szepe (master) March 23, 2015, 23:23 (GMT) |
BGE: Add new world API KX_WorldInfo (KX_Scene) This Patch will add a the world API (mist, background, ambient) to KX_WorldInfo. The new API uses now attributes. Reviewers: campbellbarton, moguri Reviewed By: moguri Subscribers: klauser, brecht Differential Revision: https://developer.blender.org/D157 |
Commit Details:
Full Hash: fd22a92939dc937216f50d1350a63de872e0a6be
Parent Commit: 6c9502a
Lines Changed: +463, -22
1 Added Path:
/doc/python_api/rst/bge_types/bge.types.KX_WorldInfo.rst (+87, -0) (View)
8 Modified Paths:
/doc/python_api/rst/bge.render.rst (+18, -17) (Diff)
/doc/python_api/rst/bge_types/bge.types.KX_Scene.rst (+6, -0) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+9, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonInitTypes.cpp (+3, -0) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+14, -0) (Diff)
/source/gameengine/Ketsji/KX_Scene.h (+1, -0) (Diff)
/source/gameengine/Ketsji/KX_WorldInfo.cpp (+303, -0) (Diff)
/source/gameengine/Ketsji/KX_WorldInfo.h (+22, -4) (Diff)
/doc/python_api/rst/bge_types/bge.types.KX_Scene.rst (+6, -0) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+9, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonInitTypes.cpp (+3, -0) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+14, -0) (Diff)
/source/gameengine/Ketsji/KX_Scene.h (+1, -0) (Diff)
/source/gameengine/Ketsji/KX_WorldInfo.cpp (+303, -0) (Diff)
/source/gameengine/Ketsji/KX_WorldInfo.h (+22, -4) (Diff)