Blender Git Loki

Git Commits -> Revision 372cf93

Revision 372cf93 by Mitchell Stokes (master)
February 10, 2013, 06:13 (GMT)
BGE: Splitting up the bge.types docs so they are not all on the same page. This should make them much easier to browse.

Commit Details:

Full Hash: 372cf9330955c7d7b16529ffc7d39265ada47474
SVN Revision: 54418
Parent Commit: a4a1c66
Lines Changed: +5932, -5383

77 Added Paths:

/doc/python_api/rst/bge_types/bge.types.BL_ActionActuator.rst (+78, -0) (View)
/doc/python_api/rst/bge_types/bge.types.BL_ArmatureActuator.rst (+61, -0) (View)
/doc/python_api/rst/bge_types/bge.types.BL_ArmatureBone.rst (+105, -0) (View)
/doc/python_api/rst/bge_types/bge.types.BL_ArmatureChannel.rst (+278, -0) (View)
/doc/python_api/rst/bge_types/bge.types.BL_ArmatureConstraint.rst (+129, -0) (View)
/doc/python_api/rst/bge_types/bge.types.BL_ArmatureObject.rst (+34, -0) (View)
/doc/python_api/rst/bge_types/bge.types.BL_Shader.rst (+220, -0) (View)
/doc/python_api/rst/bge_types/bge.types.BL_ShapeActionActuator.rst (+72, -0) (View)
/doc/python_api/rst/bge_types/bge.types.CListValue.rst (+72, -0) (View)
/doc/python_api/rst/bge_types/bge.types.CPropValue.rst (+11, -0) (View)
/doc/python_api/rst/bge_types/bge.types.CValue.rst (+17, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_ArmatureSensor.rst (+36, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_BlenderMaterial.rst (+77, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_Camera.rst (+284, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_CameraActuator.rst (+47, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_CharacterWrapper.rst (+45, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_ConstraintActuator.rst (+78, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_ConstraintWrapper.rst (+18, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_FontObject.rst (+12, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_GameActuator.rst (+23, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_GameObject.rst (+839, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_IpoActuator.rst (+65, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_LibLoadStatus.rst (+45, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_LightObject.rst (+90, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_MeshProxy.rst (+134, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_MouseFocusSensor.rst (+66, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_NavMeshObject.rst (+47, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_NearSensor.rst (+23, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_NetworkMessageActuator.rst (+35, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_NetworkMessageSensor.rst (+38, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_ObjectActuator.rst (+129, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_ParentActuator.rst (+38, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_PolygonMaterial.rst (+250, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_PolyProxy.rst (+139, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_RadarSensor.rst (+44, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_RaySensor.rst (+72, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_SCA_AddObjectActuator.rst (+55, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_SCA_DynamicActuator.rst (+29, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_SCA_EndObjectActuator.rst (+13, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_SCA_ReplaceMeshActuator.rst (+89, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_Scene.rst (+172, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_SceneActuator.rst (+49, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_SoundActuator.rst (+115, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_StateActuator.rst (+29, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_SteeringActuator.rst (+71, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_TouchSensor.rst (+41, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_TrackToActuator.rst (+39, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_VehicleWrapper.rst (+161, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_VertexProxy.rst (+209, -0) (View)
/doc/python_api/rst/bge_types/bge.types.KX_VisibilityActuator.rst (+29, -0) (View)
/doc/python_api/rst/bge_types/bge.types.PyObjectPlus.rst (+21, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_2DFilterActuator.rst (+49, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_ActuatorSensor.rst (+19, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_AlwaysSensor.rst (+11, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_ANDController.rst (+13, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_DelaySensor.rst (+39, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_IActuator.rst (+11, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_IController.rst (+55, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_ILogicBrick.rst (+29, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_IObject.rst (+11, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_ISensor.rst (+95, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_JoystickSensor.rst (+133, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_KeyboardSensor.rst (+64, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_MouseSensor.rst (+39, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_NANDController.rst (+13, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_NORController.rst (+13, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_ORController.rst (+13, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_PropertyActuator.rst (+29, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_PropertySensor.rst (+41, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_PythonController.rst (+48, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_PythonJoystick.rst (+75, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_PythonKeyboard.rst (+37, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_PythonMouse.rst (+35, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_RandomActuator.rst (+127, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_RandomSensor.rst (+23, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_XNORController.rst (+13, -0) (View)
/doc/python_api/rst/bge_types/bge.types.SCA_XORController.rst (+13, -0) (View)

2 Modified Paths:

/doc/python_api/rst/bge.types.rst (+3, -5382) (Diff)
/doc/python_api/sphinx_doc_gen.py (+8, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021