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-02-02bugfix for setting the worldspace matrix of an object which used quaternion r...Campbell Barton
2011-02-02- some parts of the code to remove rotation were not removing axis/angle rota...Campbell Barton
2011-02-02fix issue #2 raised by report: [#25894] Problems with properties across filesCampbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-28More logical ordering of Empty draw types. Made Plain Axes default forDaniel Salazar
2011-01-27Bugfix [#25823] When objects are parented to the same objects thatJoshua Leung
2011-01-18Fix for "[#25700] 2.56: Rotation Mode: Quaternion shows wrong orientation of ...Konrad Kleine
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
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-04comment assert and ensure meshes are always calculated with CD_MASK_BAREMESH,...Campbell Barton
2010-12-23Fix for multiple modifier stack calculations per frame.Campbell Barton
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-08increase grease pencil user count when copying objects.Campbell Barton
2010-12-07Added an assert() check for normalized quats which exposed a number of bugs w...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-19edit on last commit, for calculating drivers on obdata just check for animdat...Campbell Barton
2010-11-19bugfix [#24796] Drivers are ineffective on Text & Curve obj. geometry parametersCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-12take delta's into account when applying the objects matrix (dloc, drot, dsize).Campbell Barton
2010-11-09copying a camera would copy its animation data (and action datablocks) twice.Campbell Barton
2010-11-09bugfix [#24616] Apply Visual Transform doesn't always apply locationCampbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell Barton
2010-10-25bugfix [#24376] Fly mode disturbs the rotation or scale of the camera objectCampbell Barton
2010-10-25first part of bugfix [#24376] Fly mode disturbs the rotation or scale of the ...Campbell Barton
2010-10-20fix for fix [#24336] evaluation time - curve has no effectCampbell Barton
2010-10-19bugfix [#24309] Reloading file with incorrect path location.Campbell Barton
2010-10-19bugfix with applying the object matrix with negative scales.Campbell Barton
2010-10-19use unsigned int for all layers.Campbell Barton
2010-10-18enable DEBUG define in CMake and scons, also change booleans debug option to ...Campbell Barton
2010-10-18bugfix [#24291] Error parenting a child with any negative scaling coordinateCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16Added panel for accessing the "delta transforms" for Objects (this is closed ...Joshua Leung
2010-10-13bugfix [#22407] Object level proxies ignore transform of originalCampbell Barton
2010-10-10enable building the game engine without bullet for scons & cmakeCampbell Barton
2010-10-08bugfix [#21483] Twisting when Dupliframing a Surface Circle (Nurbs) along a C...Campbell Barton
2010-09-27bugfix [#24015] Deleting Objects with a Point Density Texture and Rendering C...Campbell Barton
2010-09-18bugfix [#22767] parenting object causes rotation/scale/location information t...Campbell Barton
2010-09-18bugfix [#23884] Crash On Delete of a Duplicated ObjectCampbell Barton
2010-09-02Fix for [#22329] Particles won't render when display mode is differentJanne Karhu
2010-08-132.5: more removal of G.main.Brecht Van Lommel
2010-08-12Fix #23235: crash with editmesh instances & drawing, only the objectBrecht Van Lommel
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-06bugfix [#19525] Curve modifier moves mesh geometry firstCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-28Fix #23071: making vertex parent not correct with subsurf modifier, now itBrecht Van Lommel
2010-07-26Curve shape keys:Sergey Sharybin
2010-07-26replace macros VECCOPY and QUATCOPY with inline math functions no functional ...Campbell Barton
2010-07-25Shapekeys for curves/surfecesSergey Sharybin