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-09-12branches/2-44-stablev2.45Diego Borghetti
2007-09-12change from last commit. dont show the relative button in the file selector i...Campbell Barton
2007-09-12made relative disabled by default when the user has not saved their file, thi...Campbell Barton
2007-09-11fix from Revision: 12011Campbell Barton
2007-09-11console was trying to execute console_autoexec.py even if it wasnt thereCampbell Barton
2007-09-11(from mingius)Campbell Barton
2007-09-10bummped the VERSION file to 2.45Kent Mein
2007-09-10MERGE from trunk: Version bump to 2.45 and splash screen for stable releaseMartin Poirier
2007-09-09branches/2-44-stableDiego Borghetti
2007-09-08left a print inCampbell Barton
2007-09-08this script still used a removed python module, updated and tested.Campbell Barton
2007-09-08missing () in last commitCampbell Barton
2007-09-08* added support for parent/child hierarchy (see wiki docs for notes)Campbell Barton
2007-09-08cleanup, remvoed unneeded varsCampbell Barton
2007-09-08branches/2-44-stableDiego Borghetti
2007-09-08update from migiusCampbell Barton
2007-09-07matrix.scalePart() was never returning negative values, even tho its impossib...Campbell Barton
2007-09-07neg scale values didnt work. must add a function in the python API for this. ...Campbell Barton
2007-09-07fix from Revision: 11953Campbell Barton
2007-09-06fix's from trunkCampbell Barton
2007-09-06branches/2-44-stableDiego Borghetti
2007-08-30new defauts for os x scons buildJean-Luc Peurière
2007-08-29FBX animations didnt export if there were no bones in the sceneCampbell Barton
2007-08-29fix segfault in Python NLA, was missing a null check when looping through act...Campbell Barton
2007-08-29sync with trunkCampbell Barton
2007-08-29hash function for libdata was more complex then it needed to be. simple to re...Campbell Barton
2007-08-28branches/2-44-stableDiego Borghetti
2007-08-28colbits fix from trunkCampbell Barton
2007-08-28fbx texture fixes, refer to Revision: 11855Campbell Barton
2007-08-28update from trunk.Campbell Barton
2007-08-28mesh fix from trunk, rev 11847Campbell Barton
2007-08-27another problem with weakref fixed, replacing PyWeakref_NewProxy with PyWeakr...Campbell Barton
2007-08-26fixed namespace collisions and cleanupCampbell Barton
2007-08-2511832 - armature weakref fix from trunkCampbell Barton
2007-08-25pops up a nice error if the user dosnt have teh required modulesCampbell Barton
2007-08-24updated from trunk, fixes a user intterface and support for exporting animate...Campbell Barton
2007-08-24own dumb mistake missing a returnCampbell Barton
2007-08-22branches/2-44-stableDiego Borghetti
2007-08-21obj export had the overwrite confirmation commented out from testing, UIBlock...Campbell Barton
2007-08-20fix for rgbTuple compile error on some platforms (from trunk)Campbell Barton
2007-08-19another update from migius, added batch import, can create new scenes.Campbell Barton
2007-08-18this is not needed anymore with the updated dxf importerCampbell Barton
2007-08-18Big update to kitsu's dxf importer from migius version beta09_f, too many cha...Campbell Barton
2007-08-17this broke on some compilersCampbell Barton
2007-08-16own mistake, materials were not deallocating their rgbTuples, causing a memor...Campbell Barton
2007-08-15branches/2-44-stableDiego Borghetti
2007-08-14added bone comparison for the python APICampbell Barton
2007-08-12fix for bug #7038 (Text3d Scriptlink updates values in UI, but not in render)Campbell Barton
2007-08-09branches/2-44-stableDiego Borghetti
2007-08-09approx 25% speedup in mesh.getVertsFromGroup(), double checked results match...Campbell Barton