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
2010-11-10Removed unused code from multires moduleSergey Sharybin
2010-11-10correct some comments and fix for allocating more memory then needed for anim...Campbell Barton
2010-11-09Bug fix: cutting a sequencer movie strip with sound could crash in some cases.Janne Karhu
2010-11-09Fix for [#24580] and [#24600]Janne Karhu
2010-11-09remove unused scene members 'jumpframe' and 'ima'Campbell Barton
2010-11-09bugfix [#24403] Object.copy() duplicates armature actionCampbell 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-11-08Small bug, reported by Andy in irc:Ton Roosendaal
2010-11-08Fixed own mistake from previous commit -- get_levels_from_disps can't be usedSergey Sharybin
2010-11-08Fix crash when creating new faces in edit modeSergey Sharybin
2010-11-08Fix for [#24597] Option External in Smoke cache affects settings of start and...Janne Karhu
2010-11-07de-duplicate unique naming logic, was used in 7 different places, convert int...Campbell Barton
2010-11-07bugfix [#24574] setting location gained from a matrix_world.copy().translatio...Campbell Barton
2010-11-07Fix for [#24560] Cloth pinning breaks (when parenting?)Janne Karhu
2010-11-06Fix bug with unneeded outline for filled 2d curves when converted to meshSergey Sharybin
2010-11-05Read external mdisp when hamdling topology changesSergey Sharybin
2010-11-05minor c90 compat edits. (no functional changes).Campbell Barton
2010-11-05dont change the file paths of sequence images, this is weak design because yo...Campbell Barton
2010-11-05tedious string copying changesCampbell Barton
2010-11-05Bugfix #24535: File saved with NLA Strip in Tweakmode crashes on reloadJoshua Leung
2010-11-04Temporary fix for "freezing when pointcache is baked":Janne Karhu
2010-11-04Fix for [#24513] VSE curves displaced from effect when source is moved numeri...Janne Karhu
2010-11-04Fix #24388: multires base meshSergey Sharybin
2010-11-04workaround [#24392] 2d Image paint editor: no clone/smear/soften tools etcCampbell Barton
2010-11-03Fix for [#21958] Dupli group doesn't show up if linked on a layer that is dif...Janne Karhu
2010-11-03bugfix [#24445] NLA reverse option flickersCampbell Barton
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-11-03Oops, particle collisions didn't take simulation subframes into account at all.Janne Karhu
2010-11-02Fix for [#24501] Apeend object with cloth sim from another file crash.Janne Karhu
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-11-02Fix #24436: GLSL + Node material gives wrong color.Brecht Van Lommel
2010-11-02Fix #24485: Applying scale to multires object end up in a blender crashSergey Sharybin
2010-11-01Sequencer: fix for the fix of: #23318Peter Schlaile
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell 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-31Sequence editor code cleanupJanne Karhu
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-30Fix for [#23318] SEQUENCER EFFECT: Glow blur amount should be relativeJanne Karhu
2010-10-30Fix for items 3 and 8 of [#24443] Trying to bake a smoke simulation crashes b...Janne Karhu
2010-10-29bugfix for grease pencil freeing order.Campbell Barton
2010-10-28partial bugfix [#24425] Blender 2.54 Beta crashes when starting renderingCampbell Barton
2010-10-27bugfix [#24418] NLA Crashes blender on UndoCampbell Barton
2010-10-27Fix for [#24401] Fluid particles leak through walls of moving objectJanne Karhu
2010-10-27bugfix #24334] Filename looses all parts after a dot when savingCampbell Barton
2010-10-26partial bugfix [#24002] Constraint "Limit rotation" doesn't work properlyCampbell Barton
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell Barton