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
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2010-12-23Bugfix #25341Ton Roosendaal
2010-12-17Fix #25272: shrinkwrap with dependency cycle could lead to eternalBrecht Van Lommel
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-12-02fixed crash with rigid body constraints not having their child pointer read c...Campbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-19bugfix for pivot constraint.Campbell Barton
2010-11-07bugfix [#24574] setting location gained from a matrix_world.copy().translatio...Campbell Barton
2010-11-05tedious string copying changesCampbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-30change mat4_to_eulO, mat3_to_eulO to calculate 2 rotations and return the sma...Campbell Barton
2010-10-30the pivot constraint was translating when the pivot was offset along the rota...Campbell Barton
2010-10-26partial bugfix [#24002] Constraint "Limit rotation" doesn't work properlyCampbell Barton
2010-10-23warning fixes.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-08bugfix [#21483] Twisting when Dupliframing a Surface Circle (Nurbs) along a C...Campbell Barton
2010-09-28images bigger then 32k no longer crash blender, use unsigned int for image si...Campbell Barton
2010-09-24Fix for [#21875] Copy rotation only on y axiesJanne Karhu
2010-09-24Fix for [#23549] Copy rotation don't work if influence is another than 0 or 1Janne Karhu
2010-09-20bugfix [#22263] Child of constraint - only rotationCampbell Barton
2010-08-24py/rna remove functions now all work in a similar way.Campbell Barton
2010-08-15use more BLI math functions.Campbell Barton
2010-07-26replace macros VECCOPY and QUATCOPY with inline math functions no functional ...Campbell Barton
2010-05-27Various constraint code cleanups:Joshua Leung
2010-05-27== Pivot Constraint ==Joshua Leung
2010-04-29option to copy constraints without making their ID references direct links.Campbell Barton
2010-04-26Assorted code cleanups:Joshua Leung
2010-04-26Pass constraint names as operator properties in constraint operatorsMatt Ebb
2010-04-25bugfix [#22117] Memory Error messages with Spline IKCampbell Barton
2010-04-25minor mathutils updateCampbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-21option to use curve point weights to influence particle effectors.Campbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-12- use more inline math funcitons where possibleCampbell Barton
2010-04-05Fix #21885: constraint with copy location/rotation from vertex group crashes.Brecht Van Lommel
2010-03-264 Devs in Agreement - End of the Road for Old Track Joshua Leung
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-16New "Maintain Volume" constraint. When attached to a bone, you specify a "fre...Roland Hess
2010-03-01Missed a spot when renaming the API functions for adding Keying Set pathsJoshua Leung
2010-02-27rename flag for auto script execution since scriptlinks are no more.Campbell Barton
2010-02-21Bugfix #21245: "Track to" (Ctrl + T) operator was missing notifier updatesJoshua Leung
2010-02-18constraints unique name length was set too long (could overrun the buffer), u...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-10Fix crash in copying constraints for proxy.Brecht Van Lommel
2010-02-09Bugfix: Inserting keyframes from the buttons now ensures that the Graph Edito...Joshua Leung
2010-02-08run id_lib_extern on all constraint ID data when copying. solves possible err...Campbell Barton
2010-02-06Constraints API: ID-LoopersJoshua Leung