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
2019-08-01Fix T66040: Make Data Transfer' Mix Factor multiply with vgroup weights when ...Bastien Montagne
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin
2019-05-09I18n disambiguation: setting particles' parent/children appart.Bastien Montagne
2019-05-07RNA: provide access to the vertex index array of the Hook modifier.Alexander Gavrilov
2019-05-01Alembic: integrate cache file into the dependency graphBrecht Van Lommel
2019-04-29Fix T59848: precisely represent the dependencies of Armature modifier.Alexander Gavrilov
2019-04-21Cleanup: comments (mainly long lines)Campbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-05Fix T63283: Second subdivision modifier does not ignore creaseSergey Sharybin
2019-04-01Fix T62960: Expanding/Closing Constraints/Modifiers causes re-renderSergey Sharybin
2019-03-22Modifiers: add minimum number of vertices to triangulate modifier.Ish Bosamiya
2019-03-15Cleanup: indentation, wrappingCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-28'Fix' T61942: Triangulate modifier breaks custom normals.Bastien Montagne
2019-02-26Bevel mod: cleanup flags and extra data.Howard Trickey
2019-02-25Fix (unreported) broken code in RNA's datatransfer source layer enum function.Bastien Montagne
2019-02-20Units: Use units for smokeWilliam Reynish
2019-02-20RNA: use factor when appropriateWilliam Reynish
2019-02-19Units: Fix some property subtypesVaishnav S
2019-02-18RNA: use distance unitsWilliam Reynish
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-12Fix T51771: UI Messages: Reserve 'Normal' to its geometric meaning.Bastien Montagne
2019-02-12Modifiers: Make Difference default operation for boolean modifier.Bastien Montagne
2019-02-11Fix T61185: Missing modifiers update on changes to texturePhilipp Oeser
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-27Fix: Use correct units in Shrinkwrap modifierƁukasz Kwoska
2019-01-19Fix bevel modifier spread value bug.Howard Trickey
2019-01-18Add miter pattern options.Howard Trickey
2019-01-07Fix T59151 Bevel modifier has bad input width for percent.Howard Trickey
2019-01-03Fix T58113 Multiple problems with bevel harden normals.Howard Trickey
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
2018-12-24Cleanup: First batch of UI messages fixes (typos, final points...).Bastien Montagne
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-06Update relations when modifier texture changesSergey Sharybin
2018-12-05Fix (unreported, related to T58210) LaplacianDeform binding state incorrectly...Bastien Montagne
2018-12-03Data Transfer Modifier: fix mesh_get_eval_final usage.Alexander Gavrilov
2018-11-26Enable OpenSubdiv modifier by defaultSergey Sharybin
2018-11-22Icons: use newly added iconsWilliam Reynish
2018-11-21Cleanup: use boolean array for mirror modifierCampbell Barton
2018-11-21Modifier: Mirror learns to bisect on planeCampbell Barton
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-06Shrinkwrap: new mode that projects along the target normal.Alexander Gavrilov
2018-11-02Fix issues with hide/restrict icons after recent changes.Brecht Van Lommel