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-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-17the 'Multi' option was not being copied with the armature modifier.Campbell Barton
2010-11-16Fix for [#24750] Particles draw percentage setting is not working in No Physi...Janne Karhu
2010-11-16Fix for [#24706] 2.55 beta Hair now only rendering small fuzzy blobJanne Karhu
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-11-16patch [#24742] materials.pop() doesn't decrement user countCampbell Barton
2010-11-15Bugfix #24719: Layer ipocurves from Blender 2.49 wrongly ported to Blender 2.5xJoshua Leung
2010-11-15Fix for [#24724] Emission settings of Particles with no physics are stuck to ...Janne Karhu
2010-11-15bugfix [#24704] UV editor: [x] modified does not update on change of modifiersCampbell Barton
2010-11-14Seamless texture used for beveled curve is now really seamless (thanks to Mar...Sergey Sharybin
2010-11-13Fix for [#24654] Sound Actuator doesn't find the file when Blender is reopened.Joerg Mueller
2010-11-12take delta's into account when applying the objects matrix (dloc, drot, dsize).Campbell Barton
2010-11-11Smoke now uses the start and end of cached data properly when outside the cac...Janne Karhu
2010-11-11Bug fix: memoryleak when using smoke heat/velocity data as textureJanne Karhu
2010-11-11NLA Transform Bugfix:Joshua Leung
2010-11-11Get rid of G.rendering in curve_to_displistSergey Sharybin
2010-11-11Fix #24643: Nurbs Surface Preview resolution overrides render resolutionSergey Sharybin
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