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
2007-08-31Updated the Makefiles removing some of the gcc specific stuff...Kent Mein
2007-08-29hash update from stableCampbell Barton
2007-08-28This commit fixes up a bunch of svn properties to hopefully make things a lit...Kent Mein
2007-08-28getting the mesh for all curves/surfs/text raised an error every time because...Campbell Barton
2007-08-27armature weakref evilness again, using editmode in python is not the best.Campbell Barton
2007-08-25getting the armature twice would cause a weakref error and crash after 2-4 ru...Campbell Barton
2007-08-21obj export had the overwrite confirmation commented out from testing, UIBlock...Campbell Barton
2007-08-20added face sorting to mesh so you can do mesh.faces.sort(...)Campbell Barton
2007-08-19aparently mingw was still having problems, fixed this properly by using PyTyp...Campbell Barton
2007-08-19Undefined reference to subtarget in last PyConstraint commit:Ken Hughes
2007-08-18== PyConstraints ==Joshua Leung
2007-08-17fix warning: initialization makes integer from pointer without a castStephen Swaney
2007-08-17this broke on some compilersCampbell Barton
2007-08-16material leak fix from stable treeCampbell Barton
2007-08-14added bone comparison for the python apiCampbell Barton
2007-08-12move mesh_vgroup_average to the weightpaint menu and rename. also added an op...Campbell Barton
2007-08-09Mesh.c - getVertFromGroup ~25% speedup.Campbell Barton
2007-08-07getVertsFromGroup was vaguely documentedCampbell Barton
2007-08-06Fix minor typo in error messages for Mathutils.DotVecs(), reported on python ML.Ken Hughes
2007-08-05Python APIKen Hughes
2007-08-05Little code cleanup. Joshua Leung
2007-08-03fixes from 2.4xCampbell Barton
2007-08-01misc changes from stableCampbell Barton
2007-08-01armature weakref fix from stable, Curve.c removed unneeded cruftCampbell Barton
2007-07-30nested commentCampbell Barton
2007-07-30Removing some useless code, and fixed a few compiler warnings.Joshua Leung
2007-07-28Draw.py - typoCampbell Barton
2007-07-27missing include and added a warning to UIBlockCampbell Barton
2007-07-27=Draw Module Fixed=Joseph Eagar
2007-07-26fix from 2.44 for adding new curves.Campbell Barton
2007-07-26== PyAPI - Constraints Space Conversion Access ==Joshua Leung
2007-07-26PyAPI Simple Bugfix:Joshua Leung
2007-07-25removing unneeded checksCampbell Barton
2007-07-22fixed some bugs in Draw.cCampbell Barton
2007-07-21== Transformation Constraint ==Joshua Leung
2007-07-21fix for Curve appendNurbCampbell Barton
2007-07-20removing 2 getset duplicates Campbell Barton
2007-07-17== Constraints Work - PyAPI ==Joshua Leung
2007-07-15was missing colorband from the flags in the epy docsCampbell Barton
2007-07-15== Constraints System ==Joshua Leung
2007-07-13Python APIKen Hughes
2007-07-13Revision: 11257 from 2.44 stableCampbell Barton
2007-07-12Python APIKen Hughes
2007-07-12From stableCampbell Barton
2007-07-09Was a missing -DWITH_FFMPEG here so I added it.Kent Mein
2007-07-09Bug #6924: Add WITH_FFMPEG compilation switch when WITH_BF_FFMPEG is true forKen Hughes
2007-07-07Correct comments in example for Python Ipo module doc.Ken Hughes
2007-07-05Ipo doc correction thanks to kempollerCampbell Barton
2007-07-03was missing a decref and leaking ram when building the static particle listCampbell Barton
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton