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-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2014-10-15Bevel modifier: Add weight support for vertices bevelling.Bastien Montagne
2014-07-17Fix T34664: bevel face material can be set in tool and modifier.Howard Trickey
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-02-07Bevel Modifier: fix bug T37916, bad result after mirror modifier.Howard Trickey
2014-01-26Code Cleanup: style and correct API class refCampbell Barton
2014-01-24Bevel modifier can use vertex groups for edge bevel now.Howard Trickey
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2014-01-14Bevel Modifier: add width type and profile control.Howard Trickey
2014-01-08Add profile control parameter to Bevel.Howard Trickey
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-11-10Added options for how bevel amount is measured.Howard Trickey
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-17style cleanupCampbell Barton
2013-07-23code cleanup: remove deprecated bevel code (unused since 2.64)Campbell Barton
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-04-24Fix bug #34611: bevel overlap limitHoward Trickey
2013-03-13Fix bevel modifier bug #34611, limit bevel amount needed.Howard Trickey
2013-02-21Enable new bevel tool code in bevel modifier.Howard Trickey
2012-12-28Add 'vertex_only' option to bevel tool.Howard Trickey
2012-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-11-18bmesh: move internal API flags out of BMFlagLayer, into BMHeader which was be...Campbell Barton
2012-11-18bevel now only takes manifold edges (so it doesnt need to check for them)Campbell Barton
2012-11-18commented bevel modifier code now calls bevel direct rather then the bevel op...Campbell Barton
2012-11-16minor edits so new bevel operator can be used from the modifier (testing only...Campbell Barton
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-10-24style cleanup: modifier structsCampbell Barton
2012-10-22code cleanup: check defgroup_name_index() return value != -1, rather then che...Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-07-21add option so operators can be called with a flag, currently the only flag is...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-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-04-19fix bevel edge angle (wasnt hooked up to new code), vertex-bevel angle isnt w...Campbell Barton
2012-03-26fix [#30598] Bad 3D view display & render with smooth meshCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-16bmesh: being back bevel modifier from 2.62 stable.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
2012-02-24bmesh py api (some api changes and doc additions)Campbell Barton
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-13own error - mixup with BMO_slot_mat_get/setCampbell Barton
2012-02-12BMesh api function naming.Campbell Barton
2012-02-12bmesh minor refactorCampbell Barton
2012-02-12rename CDDM_To_BMesh to DM_to_editbmesh, since theres no requirement forCampbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton