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-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-06-21Merge with trunk r37677Joerg Mueller
2011-06-15remove unused argumentsCampbell Barton
2011-06-15Fix #27654: vertex parenting not working with constructive modifiers.Brecht Van Lommel
2011-05-24Bugfix: Limit Distance constraint could be doing divide-by-zero in aJoshua Leung
2011-05-24= Limit Distance Constraint - 'For Transform' Option =Joshua Leung
2011-05-04fix [#26920] working with bones causes segmetation fault.Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-25Bugfix:Joshua Leung
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-27BGE patch: [#26223] Some RigidBody joints fixes (ui angles, conetwist/hinge l...Dalai Felinto
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-08Bugfix [#25814] ChildOf constraint: double transformation in objectJoshua Leung
2011-02-08minor edits, no functional changes.Campbell Barton
2011-02-06Two in one:Ton Roosendaal
2011-01-27Bugfix [#25707] / Todo Item: "Local Space" for Object constrainingJoshua Leung
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
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