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
2015-06-05BMesh: decimator, allow vgroup factor over 1Campbell Barton
2015-06-04BMesh decimate, improve behavior with weightsCampbell Barton
2015-06-04Cleanup: redundant checksCampbell Barton
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-05-29Fix T44879, data transfer modifier was missing a copy functionAntony Riakiotakis
2015-05-24Fix rare crash duplicating fluidsimCampbell Barton
2015-05-13Fix T39775: Skin modifier crashCampbell Barton
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-12Fix T44677: Normal Edit Modifier Radial Mode broken with target object.Bastien Montagne
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-05-04Separate scene simplification into viewport and renderSergey Sharybin
2015-05-04Skin Modifier: remove redundant edge-calculationCampbell Barton
2015-05-04Fix T42893: Skin Modifier, changes randomly toggling editmodeCampbell Barton
2015-05-04Skin Modifier: Add missing operator stack popBrecht Van Lommel
2015-05-02BMesh: BM_mesh_edgesplitCampbell Barton
2015-04-30Fix T44484: Edge-split corrupts meshCampbell Barton
2015-04-22Fix T44475: Merge option of Mirror Modifier behavior reversed.Bastien Montagne
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-14Cleanup: warningsCampbell Barton
2015-04-13Fix T44361: array modifier "fit curve" mode not working properlyBastien Montagne
2015-04-13Fix T44364: Remove shape key crashes BlenderCampbell Barton
2015-04-06Use BKE_ghash_ensure_p where possibleCampbell Barton
2015-04-04Cleanup: use BKE_ocean_* prefixCampbell Barton
2015-03-31Corrective Smooth Modifier (aka delta-mush)Campbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-21Cleanup: constify scene/modifiersCampbell Barton
2015-03-17Fix T44027: Normal Edit Mod : Radial from object normals affected by target o...Bastien Montagne
2015-03-17Fix T44020: Crash exporting fluid sim to fbxSergey Sharybin
2015-03-13Pass proper bmain to the updateDepgraph() of modifiersSergey Sharybin
2015-03-13Fix T43803: Crash playing smoke animation, when linked as group instanceSergey Sharybin
2015-03-11Cleanup: styleCampbell Barton
2015-03-09Fix T43891: Skin modifier inverts some facesCampbell Barton
2015-02-26Fix T43643: Solidify crashes with 'only-rim'Campbell Barton
2015-02-24Modifier: no need to calloc (immediately filled)Campbell Barton
2015-02-18Fix T43716 regression in mask modifier - edges could access out ofAntony Riakiotakis
2015-02-15Fix T43671: Playing with Mix Factor of Data Transfer Modifier Is Overwritting...Bastien Montagne
2015-02-11Minor optimization for mask modifierCampbell Barton
2015-02-06Fix T43579: FBX Export shading issue (Broken normals?)Bastien Montagne
2015-02-06cleanup: styleCampbell Barton
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2015-02-06Cleanup: styleCampbell Barton
2015-02-05Custom Loop Normals: Add NormalEdit modifierBastien Montagne
2015-02-03Hook Modifier: add falloff & radius optionsCampbell Barton
2015-02-03Add inverse-square blending for PET and warpCampbell Barton
2015-02-02Warp modifier: remove redundant NULL checkCampbell Barton
2015-02-02Warp modifier: avoid sqrt checking radiusCampbell Barton
2015-02-02Fix T43524: Warp modifier curve clamped to 0-1Campbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-30Fix T43324: Shrinkwrap projection issue in editmode.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne