Blender Git Commits

Blender Git "master" branch commits.

Page: 3388 / 5574

November 22, 2012, 09:57 (GMT)
minor edit to console line adding, all callers have the console space, may as well pass it.
November 22, 2012, 09:49 (GMT)
fix for clear line adjusting console selection.
November 22, 2012, 09:20 (GMT)
BGE Docs: Changing ROT_* Armature Channel constants in the docs to be ROT_MODE_* to match the actual constants from bge.logic.
November 22, 2012, 09:12 (GMT)
BGE Docs: Fixing indentation.
November 22, 2012, 08:45 (GMT)
avoid string -> unicode conversion when registering classes, also avoid unlikely but possible crash if the py-class returns new instances of PyObjects it doesnt own when registering the class.
November 22, 2012, 08:30 (GMT)
indentation edits
November 22, 2012, 08:22 (GMT)
BGE Docs: Adding some basic docs for the KX_STEERING_* constants. Right now just their names and values are in the docs, not what they actually do.
November 22, 2012, 08:16 (GMT)
BGE Docs: Moving the BL_ArmatureChannel.rotation_mode constant docs from bge.types.rst to bge.logic.rst where the rest of the constants docs are.
November 22, 2012, 08:07 (GMT)
BGE Docs: Moving the BL_ArmatureConstraint constant docs from bge.types.rst to bge.logic.rst with the rest of the constants docs are.
November 22, 2012, 08:01 (GMT)
BGE Docs: Adding RM_* mode constants from KX_NavMeshObject.draw()
November 22, 2012, 07:52 (GMT)
Moving the Armature Actuator constant docs from bge.types.rst to bge.logic.rst with the rest of the constants docs are. Not only is this more consistent, but it also makes Campbell's script happier.
November 22, 2012, 07:31 (GMT)
Some KX_CONSTRAINTACT_* constants were incorrectly documented as KX_CONSTRAINT_*.
November 22, 2012, 07:24 (GMT)
Adding docs for KX_NavMeshObject based on doc strings found in KX_NavMeshObject.cpp.
November 22, 2012, 07:08 (GMT)
BGE: KX_PhysicsObjectWrapper was not being used anywhere in the code base, but it was being maintained (style, docs, name changes, etc), so I'm removing it.
November 22, 2012, 06:11 (GMT)
BGE: Removing some glIsEnabled() calls from DisableForText() in KX_BlenderGL.cpp. Use of glIsEnabled() is discouraged since it causes a potential sync with the graphics card. Also, it's faster to just always use glDisable() (even if that feature is already disabled) then to check if it's enabled first.
November 22, 2012, 06:04 (GMT)
more bge reference api docstrings, leaving KX_FontObject and KX_NavMeshObject as TODO.
November 22, 2012, 05:33 (GMT)
bge camera axix actuator was undocumented and python had incorrect limits on this attribute.
November 22, 2012, 05:20 (GMT)
modify the python stub to include __file__ and __name__, also correct odd indent in KX_KetsjiEngine.cpp
November 22, 2012, 05:15 (GMT)
add missing bgl and gpu api docstrings (found using docstring completeness checker)
November 22, 2012, 01:00 (GMT)
fix own error - remove doubles slot name.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021