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-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
2005-11-20-- fix indentation to make epydoc happyKen Hughes
2005-11-20-- removed GetParticlesLoc() function, which was replaced byKen Hughes
2005-11-20Patch provided by Alfredo de GreefTon Roosendaal
2005-11-20Patch by Matt Ebb: upgraded usablitiy of text button.Ton Roosendaal
2005-11-20-- added an optional "cage" parameter to mesh.getFromObject() to allowKen Hughes
2005-11-19-- fix printing of constant dictsKen Hughes
2005-11-19-- fix bug which used unitialized pointer in M_Effect_New.Ken Hughes
2005-11-19Finally switched to porting UI stuff from tuhopuu!Ton Roosendaal
2005-11-18-- added Object.protectFlags attribute; let user get/set transform lock bitsKen Hughes
2005-11-18-- fixed bug with returning NULL from Object_CreatePyObject() on MacOS/X.Ken Hughes
2005-11-17-- add support for new particle effectsKen Hughes
2005-11-17-- fix small problem with Ipocurve.recalc(); recomputed handles but did notKen Hughes
2005-11-17-- Fix for the "LIB ERROR: base removed" problem; BPy Object was decrementingKen Hughes
2005-11-17-- fix documentation error (replace removeCurve() with delCurve())Ken Hughes
2005-11-16-- fix bug in constant_repr() which printed the final key twiceKen Hughes
2005-11-16- point constructorJoseph Gilbert
2005-11-16* update to python docsJoseph Gilbert