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
2018-08-08WeightVG modifiers: cleanup.Bastien Montagne
2018-08-08Fix T55818: Dynamically modified influence vertex group not working in modifi...Bastien Montagne
2018-08-06Fix horrible invalid mesh freeing in weightvg modifiers.Bastien Montagne
2018-07-10Modifiers: Use bool for boolean flag in isDisabledSergey Sharybin
2018-06-22Modifiers: Remove lots of usages of md->sceneSergey Sharybin
2018-06-21Modifiers: Stop using md->scene in isDisabled() callbackSergey Sharybin
2018-05-30Modifiers: Bring back custom data referencing logicSergey Sharybin
2018-05-30Modifiers: Restore duplication of referenced layersSergey Sharybin
2018-05-23Fix modifiers not using depsgraph time for texture evaluation.Bastien Montagne
2018-05-08Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-08Merge branch 'master' into blender2.8Bastien Montagne
2018-05-08Cleanup: Nuke empty dummy wrappers around modifier_copyData_generic().Bastien Montagne
2018-05-08WeightVG modifiers: Cleanup, add asserts to validate expected data status...Bastien Montagne
2018-05-07Modifier stack: move vgroup editing modifiers to new Mesh-based system.Bastien Montagne
2018-05-01Extract common modifier parameters into ModifierEvalContext structSybren A. Stüvel
2018-05-01Modifiers: Add wrapper functions with Mesh / DerivedMesh conversionMai Lavelle
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-04Merge branch 'master' into blender2.8Bastien Montagne
2018-04-04Fix modifier freeing code re. ID refcounting.Bastien Montagne
2018-02-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-22Depsgraph: Wrap all arguments foe modifiers relations update into a structSergey Sharybin
2018-01-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-01Merge branch 'master' into blender2.8Campbell Barton
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-05-22Merge branch 'master' into blender2.8Bastien Montagne
2017-05-22Fix T51520: Broken vertex weights after two mesh joining.Bastien Montagne
2017-04-05Cleanup: Remove legacy depsgraph private header from modifiersSergey Sharybin
2017-01-31Merge branch 'master' into blender2.8Bastien Montagne
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2017-01-24Depsgraph: Remove legacy updateDepgraph callbacks from modifiersSergey Sharybin
2016-07-11Depsgraph: Fix crash in Weight VG modifierSergey Sharybin
2015-10-08Modifiers: add 'cd_flag' parameter to their ID looping callbacks, neededBastien Montagne
2015-10-05Cleanup: use proper `ObjectWalkFunc` typedef in modifiers' object callback func.Bastien Montagne
2015-07-20Fix (unreported) broken MixWeight modifier in debug builds.Bastien Montagne
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-03-13Pass proper bmain to the updateDepgraph() of modifiersSergey Sharybin
2014-11-29Cleanup: unused headersCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-20Code cleanup: use boolsCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-06-10Follow up to r57354: WeightVG and Wave modifiers too need to handle tex id re...Bastien Montagne
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel