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
2005-12-13From kh_pylon:Campbell Barton
2005-12-13Added Image.GetCurrent()Campbell Barton
2005-12-12*Armature api documentationJoseph Gilbert
2005-12-12- Armature/Bone API for pythonJoseph Gilbert
2005-12-12Rewrote TimeLine_getFramesMarked func with better codingJoilnen Leite
2005-12-11Added some details in the Mathutils documentation.Campbell Barton
2005-12-10-- Bugfix #3573: Deleting a scriptlink when some other scriptlinks were noKen Hughes
2005-12-10-- Bugfix #3564: Texture.getImage() always returned None for Env maps, even ifKen Hughes
2005-12-09change return of getMarked method for dict {framnum:['nameframe']}Joilnen Leite
2005-12-08Made Mesh verts/edges/faces hashable (as they were in NMesh); this willKen Hughes
2005-12-07-- Bugfix #3551: fix memory corruption problem if Text3d.setText() calledKen Hughes
2005-12-06-- Bugfix #3548: material.setMode() was doing incorrect range check onKen Hughes
2005-12-06More corrections and additions to Ipo and IpoCurve documentation.Ken Hughes
2005-12-06Added some extra parameter checking in Ipo driver code.Ken Hughes
2005-12-05-- Bugfix #3072: As discussed on IRC, matrix.invert() should throw aKen Hughes
2005-12-05-- Bugfix 3453: coercion operations were doing an extra incref on coercedKen Hughes
2005-12-05Fix unchecked parameter in M_Ipo_Recalc, and some documentation fixes.Ken Hughes
2005-12-05-- remove unused variable "dict" which was giving compiler warnings.Ken Hughes
2005-12-04-- Fix segfault when callign Blender.Armature.Get() with no parametersKen Hughes
2005-12-03Just one more useful commit from Desoto: added a newline to the endChris Burt
2005-12-03Small changes to API docs on curves and space handlers explanations.Ken Hughes
2005-12-01-- Bugfix #3139: Blender.Library.Open() was changing current .blendKen Hughes
2005-12-01Make curnurb.flagU and curnurb.flagV range check their inputs, plus makeKen Hughes
2005-11-30-- previous commit was decrefing a borrowed reference; thanks Ascotan forKen Hughes
2005-11-30-- Bugfix #3186: Fix memory leaks caused by multiple calls toKen Hughes
2005-11-30-- Bugfix #2868: NMesh.update(0,0,1) with derived mesh data would cause aKen Hughes
2005-11-29* warnings fixesJoseph Gilbert
2005-11-29-- Partial bugfix for #3186. curve.getControlPoint() wasn't DECREF-ingKen Hughes
2005-11-29Fix incorrect documentation for Window.QTest().Ken Hughes
2005-11-28-- Fix bugs caused (by me) by incorrect use of Py_RETURN_NONE macro inKen Hughes
2005-11-28-- Bugfix #3458: keyblock.getData() was getting vertex data from keysKen Hughes
2005-11-28-- bugfix: me.subdivide() was declared NOARGS but was expecting an arg,Ken Hughes
2005-11-27patch #3475 for bug #2867 Object.makeParent with noninverse doesn't clear pa...Stephen Swaney
2005-11-26patch #2869 MTex module additionsStephen Swaney
2005-11-24While looking at the python Lattice code for a bug, I instead foundChris Want
2005-11-23New stuff & fixes in Blender OSA filtering.Ton Roosendaal
2005-11-22- accidentally removed a macro for returning Py_None for python 2.3Joseph Gilbert
2005-11-22A few more python 2.4 macros to covert to 2.3 compatible code.Joseph Gilbert
2005-11-22Little bit of testing code snuck in there.Joseph Gilbert
2005-11-22Fix for a python boolean macro that shouldn't be there.Joseph Gilbert
2005-11-22Added some equvalency tests for the other math objectsJoseph Gilbert
2005-11-22new attempt at the pyboolean macro, 'cause that style did not work in one lin...Toni Alatalo
2005-11-22trying to fix new armature compile probs on macs (w/ py 2.3 probably) by addi...Toni Alatalo
2005-11-22- editng options for armature added to AramtureTypeJoseph Gilbert
2005-11-22- drawtypes added to ArmatureTypeJoseph Gilbert
2005-11-21* added some display options to the ArmatureType classJoseph Gilbert
2005-11-21* adds deformation properties to armatureTypeJoseph Gilbert
2005-11-21* [ #3376 ] Blender.Mathutils.Matrix().toQuat() brokenJoseph Gilbert
2005-11-21A few more doc updatesJoseph Gilbert
2005-11-21Some updates to armature documentation.Joseph Gilbert