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-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-10-24Cleanup: Remove unused modifiers callbackSergey Sharybin
2018-08-15Cleanup: stop using DerivedMesh in mesh cache modifier.Brecht Van Lommel
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-06-09Merge branch 'master' into blender2.8Bastien Montagne
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-05-12Merge branch 'master' into blender2.8Campbell Barton
2018-05-12Cleanup: modifier arg wrappingCampbell 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-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-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-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-01-24Depsgraph: Remove legacy updateDepgraph callbacks from modifiersSergey Sharybin
2016-05-18Fix T47737: Lattice crashes w/ smooth modifierPhilipp Oeser
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2014-11-29Cleanup: unused headersCampbell Barton
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-06-02use booleans for modifiers and api callbacks.Campbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-01-24fix for mesh-cache modifier deform-integration used with axis-flipping would ...Campbell Barton
2013-01-24code cleanup: minor edits to mesh-cache formatting.Campbell Barton
2013-01-24add 'deform - integrate' option to mesh-cache,Campbell Barton
2013-01-24add bullet define & include for scons makesrna, also move meshcache utils int...Campbell Barton
2013-01-21code cleanup: minor changes, replace len_v3 with len_squared_v3 for comparison.Campbell Barton
2013-01-21add an influence slider to mesh cache.Campbell Barton
2013-01-21mesh-cache deform modifier,Campbell Barton