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
2014-11-04Add missing `CustomData_duplicate_referenced_layer_n` and deduplicate code.Bastien Montagne
2014-11-03Cleanup: remove rarely used IDProp iteratorCampbell Barton
2014-11-02Cleanup: styleCampbell Barton
2014-11-01Cleanup/fix from latest coverity report.Bastien Montagne
2014-10-31Optimize vertex parent for edit mode without modifiersSergey Sharybin
2014-10-31Optimize vertex parent in cases there are only deform and SS modifiersSergey Sharybin
2014-10-31Fix T42432: Correct BLENDER_SUBVERSIONjulianeisel
2014-10-31Code cleanup: synchronize const qualifiers between declaration and definitionSergey Sharybin
2014-10-31Fix T42277: Apply track's mask on displaying preview not workingSergey Sharybin
2014-10-31Fix T42447: Shrinkwrap constraint: mismatch in handling sclaing in projection...Bastien Montagne
2014-10-30Libmv: Support disabled color channels in tracking settingsSergey Sharybin
2014-10-30Libmv: Replace region tracker with autotracker in BlenderSergey Sharybin
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-10-29Fix T42294: Bullet rigidbody point cache reading was using uninitializedLukas Tönne
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-29Fix for Ctrl+Del/Backspace not setting text dirtyCampbell Barton
2014-10-28Cleanup: de-duplicate engine-id'sCampbell Barton
2014-10-23Fix T42367: Spline-ik offset evaluating curveCampbell Barton
2014-10-23Spline IK: use malloc, arrays are filled instantlyCampbell Barton
2014-10-23Fix T42330 game engine does not allow texture slots generation.Antony Riakiotakis
2014-10-23Cleanup: spellingCampbell Barton
2014-10-21Fix T42260: By repeatedly joining meshes, you could end up with thousands of ...Bastien Montagne
2014-10-21Fix T42257: Curve vertex parent not working with animationSergey Sharybin
2014-10-21ListBase: use BLI_listbase_ for new api callsCampbell Barton
2014-10-21ShapeKeys: rework 'move skey' code, and add options to move to first/last pos...Bastien Montagne
2014-10-21Fix sequencer clipboard with meta's containing ID referencesCampbell Barton
2014-10-21Fix sequencer duplicate with only handle selectedCampbell Barton
2014-10-19Revert "Freestyle: Built-in SVG exporter."Campbell Barton
2014-10-18Fix T42281, crash in subsurf with texture painting.Antony Riakiotakis
2014-10-18Freestyle: Built-in SVG exporter.Tamito Kajiyama
2014-10-17Fix typoAntony Riakiotakis
2014-10-17Cleanup: use SQUARED macroCampbell Barton
2014-10-16Revert "Minor typo".Antony Riakiotakis
2014-10-16Minor typoAntony Riakiotakis
2014-10-16Fix T42256: Translation operator moves Child-Of constrained objects in wrong ...Bastien Montagne
2014-10-15Cleanup: unused varCampbell Barton
2014-10-14Yet another tweak to stretch volume variation.Lukas Tönne
2014-10-14Tweak for smoothing limits in stretch-constraint volume preservation.Lukas Tönne
2014-10-14BLI_bitmap: add a macro to set/clear the whole bitmap at once.Bastien Montagne
2014-10-13Integrated limits for volume preservation in stretch-to constraints.Lukas Tönne
2014-10-13Fix T42198: Linked lines only work with linked objects.Tamito Kajiyama
2014-10-13BLI_utildefines: add SQUARE macroCampbell Barton
2014-10-13Mesh calc smooth group: several fixes.Bastien Montagne
2014-10-11Sculpt: update dystopia debug verifyCampbell Barton
2014-10-10Code cleanup: tabs vs. spaces (tm) commitSergey Sharybin
2014-10-10Sculpt: remove offset args from internal funcsCampbell Barton
2014-10-10BLI_buffer: empty macroCampbell Barton
2014-10-10Cleanup: use bool and const argsCampbell Barton
2014-10-09Fix T42139, vertical noise stripe patterns in noise texture.Antony Riakiotakis
2014-10-08Ghost Context RefactorJason Wilkins