Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-23skip some redundant looping in bevel code.Campbell Barton
2012-11-23fix for inset getting bad UV's/VCols at face boundaries.Campbell Barton
2012-11-23Bugfix [#29186] Object contribute to fluid sim animation start earlier than k...Daniel Genrich
2012-11-23Fix bevel crash in OSX debug build.Howard Trickey
2012-11-23final fix for Sensor Fit (AUTO, HOR, VERT) in panorama lens - patch by Brecht...Dalai Felinto
2012-11-23Bugfix [#33268] Crash when delete all or segment from curve with SplineIKJoshua Leung
2012-11-23Style: AnimData vars should be named "adt" NOT "ad"Joshua Leung
2012-11-23BGE Docs: Adding docs for bge.logic.NextFrame() and bge.logic.PrintMemInfo() ...Mitchell Stokes
2012-11-23BGE Docs: Adding docs for KX_Scene.drawObstacleSimulation() based on its doc ...Mitchell Stokes
2012-11-23Fix cycles OSL wrong reflection texture coordinate.Brecht Van Lommel
2012-11-23BGE Docs: Documenting missing Sound Actuator attributes based on RNA UI strings.Mitchell Stokes
2012-11-23BGE Docs: Adding docs for the KX_GameObject.playAction() play_mode constants.Mitchell Stokes
2012-11-23BGE Docs: Reordering the "Various" constants so they are in alphabetical order.Mitchell Stokes
2012-11-22Reverting previous buildbot commit - sm_13 still fails actuallySergey Sharybin
2012-11-22Fix #33265: editing uv vertex coordinates in panel could move hidden uv's.Brecht Van Lommel
2012-11-22Buildbot: enable sm_13 for 32bit linuxSergey Sharybin
2012-11-22Cycles: disable anisotropic BSDF on CUDA sm 1.x, to try to get it building ag...Brecht Van Lommel
2012-11-22Solved descriptors leak in OCIO module on windowsSergey Sharybin
2012-11-22Fix #33264: Array MOD First Last option does nothingSergey Sharybin
2012-11-22Tweak macbook trackpad version check, now assumes to be there for version >= 10.Brecht Van Lommel
2012-11-22Fix for animation possible offset in sequencer.Sergey Sharybin
2012-11-22Fix #33263: Sequencer Command Line BugsSergey Sharybin
2012-11-22Fix #33185 correct now, forgot stringlength incrasedJens Verwiebe
2012-11-22BGE Docs: Moving the KX_ArmatureSensor.type constant docs from bge.types.rst ...Mitchell Stokes
2012-11-22BGE: KX_ACT_ARMATURE_SETINFLUENCE constant for BL_ArmatureActuator.type was d...Mitchell Stokes
2012-11-22minor speedup for bevel, avoid calling find_bevvert() when we know the edge i...Campbell Barton
2012-11-22Fix #33185 by taking new sysctl hw.model into accontJens Verwiebe
2012-11-22minor edit to console line adding, all callers have the console space, may as...Campbell Barton
2012-11-22fix for clear line adjusting console selection.Campbell Barton
2012-11-22BGE Docs: Changing ROT_* Armature Channel constants in the docs to be ROT_MOD...Mitchell Stokes
2012-11-22BGE Docs: Fixing indentation.Mitchell Stokes
2012-11-22avoid string -> unicode conversion when registering classes, also avoid unlik...Campbell Barton
2012-11-22indentation editsCampbell Barton
2012-11-22BGE Docs: Adding some basic docs for the KX_STEERING_* constants. Right now j...Mitchell Stokes
2012-11-22BGE Docs: Moving the BL_ArmatureChannel.rotation_mode constant docs from bge....Mitchell Stokes
2012-11-22BGE Docs: Moving the BL_ArmatureConstraint constant docs from bge.types.rst t...Mitchell Stokes
2012-11-22BGE Docs: Adding RM_* mode constants from KX_NavMeshObject.draw()Mitchell Stokes
2012-11-22Moving the Armature Actuator constant docs from bge.types.rst to bge.logic.rs...Mitchell Stokes
2012-11-22Some KX_CONSTRAINTACT_* constants were incorrectly documented as KX_CONSTRAIN...Mitchell Stokes
2012-11-22Adding docs for KX_NavMeshObject based on doc strings found in KX_NavMeshObje...Mitchell Stokes
2012-11-22BGE: KX_PhysicsObjectWrapper was not being used anywhere in the code base, bu...Mitchell Stokes
2012-11-22BGE: Removing some glIsEnabled() calls from DisableForText() in KX_BlenderGL....Mitchell Stokes
2012-11-22more bge reference api docstrings, leaving KX_FontObject and KX_NavMeshObject...Campbell Barton
2012-11-22bge camera axix actuator was undocumented and python had incorrect limits on ...Campbell Barton
2012-11-22modify the python stub to include __file__ and __name__, also correct odd ind...Campbell Barton
2012-11-22add missing bgl and gpu api docstrings (found using docstring completeness ch...Campbell Barton
2012-11-22fix own error - remove doubles slot name.Campbell Barton
2012-11-22Fix 33149: LLVM caused startup crash on linux systems using Mesa llvmpipe.Brecht Van Lommel
2012-11-22Fix: Normal maps and triangulate modifier will give incorrect result onAntony Riakiotakis
2012-11-21camera sensor ui fix: grey out values when not affecting cameraDalai Felinto