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-10-24Cleanup: Remove unused modifiers callbackSergey Sharybin
2018-10-23Fix bad origindex layers for editmode modifiersCampbell Barton
2018-10-10Modifier: use simplified bmesh -> mesh conversionCampbell Barton
2018-10-09Cleanup: namingCampbell Barton
2018-06-22Cleanup: useless BKE_cdderivedmesh includes...Bastien Montagne
2018-06-13Merge branch 'master' into blender2.8Bastien 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-07Modifier stack: move Edge Split 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
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
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-01-24Depsgraph: Remove legacy updateDepgraph callbacks from modifiersSergey Sharybin
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-02BMesh: BM_mesh_edgesplitCampbell Barton
2015-04-30Fix T44484: Edge-split corrupts meshCampbell Barton
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2013-12-21Mesh Modifiers: refactor copying using a generic functionCampbell Barton
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-13fix for bug in rip tool, isolated verts would remain selected after ripping.Campbell Barton
2013-08-13fix own regression, rip tool wasn't handling selection.Campbell Barton
2013-06-19fix [#35795] Edge split modifier do not show result in viewport with curves.Campbell Barton
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-01-04code cleanup: warningsCampbell Barton
2012-12-12move edge split into its own function which can be called by the modifier wit...Campbell Barton
2012-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-10-24no need to update normals when running edge-split modifier since the normals ...Campbell Barton
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-17Fix [#32133] Numpad Enter key doesnt work with Loopcut (worked in 2.49b)Bastien Montagne
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-06-05edge split modifier now works more like pre-bmesh --- 3+ faces using an edge ...Campbell Barton
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-06style cleanup: modifiersCampbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22bmesh: debugging function to help resolve issues with corrupt mesh data - BM_...Campbell Barton
2012-03-11remove Object member from BMesh struct - was only used for undo and BMEditMes...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton