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-10-22== Constraints System - Recode 2 ==Joshua Leung
2007-10-21changed default nan_definitions.mk to use python 2.5 for linux (ai64 default ...Campbell Barton
2007-10-21own error, was returning the wrong python error typeCampbell Barton
2007-10-21warning cleanup:Stephen Swaney
2007-10-21== Core ==Peter Schlaile
2007-10-21python api, slicing works differently on the 64bit ubuntu gutsy system, compa...Campbell Barton
2007-10-20made setting the pose_bone.poseMatrix possible, this does not set the matrix ...Campbell Barton
2007-10-19Mesh edit option 'AutoMerge' - access from the mesh menu, basically runs remo...Campbell Barton
2007-10-18made sequence handle calculation into a function, (lines were being copied ar...Campbell Barton
2007-10-17patch, 7340 from frank richter add glPush/PopClientAttribCampbell Barton
2007-10-15updated pyconstraint template from nathan (cessen) which exposed some Campbell Barton
2007-10-15pyconstraints USE_TARGET wasnt being checked for true/false, was assumed True...Campbell Barton
2007-09-28Python APIKen Hughes
2007-09-26== Clamp To Constraint ==Joshua Leung
2007-09-25made active vert/edge/face draw properly with modifiers applied and made thei...Campbell Barton
2007-09-24bugfix - running scriptlinks did not initialize the armature weakref dict, th...Campbell Barton
2007-09-22added an active face for the mesh editmode and normal mesh - this is needed b...Campbell Barton
2007-09-22Python APIKen Hughes
2007-09-19* Documented scene.objects.camera , used for getting the active cameraMatt Ebb
2007-09-18A user submitted a BVH file that took a long time to import (I didnt end up f...Campbell Barton
2007-09-17== Action Editor - Copy and Paste Tools ==Joshua Leung
2007-09-17Patch/Bugfix #7334 by 'gsr b3d:Joshua Leung
2007-09-17when importing sys failed blender could crash on startup. Blender will now ex...Campbell Barton
2007-09-15new view option, SolidTex, to draw textures in solid mode.Campbell Barton
2007-09-12-> Fix for Mesh Properties Python APIGeoffrey Bantle
2007-09-10Changes to "Face Select" modeCampbell Barton
2007-09-08=Epydoc Fix=Joseph Eagar
2007-09-08Fix compile warning.Diego Borghetti
2007-09-08=Python Bugfix=Joseph Eagar
2007-09-07matrix to scale fixes from stableCampbell Barton
2007-09-05printing a pose's bone dict was limited to 4096 characters otherwise it would...Campbell Barton
2007-09-04more warning cleanup:Stephen Swaney
2007-09-03fix warning: no newline at end of fileStephen Swaney
2007-09-03Update Python API to change to curve 'extrude' limit from 5 to 100.Ken Hughes
2007-09-03fix No newline at end of fileStephen Swaney
2007-09-03shell script that works with epydoc 3.0Campbell Barton
2007-09-02== imagebrowser ==Andrea Weikert
2007-09-01my commit 11122 broke scriptlinks. was returning before re-enabling scriptlinks.Campbell Barton
2007-08-31fix from stable - was missing a NULL checkCampbell Barton
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