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
2012-03-18spelling cleanupCampbell Barton
2012-03-17Minor UI messages fixes, and enabling i18n for all modifier_setError() error ...Bastien Montagne
2012-03-17Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERN...Bastien Montagne
2012-03-16bmesh: being back bevel modifier from 2.62 stable.Campbell Barton
2012-03-15Remove unused parameter from multires_dm_create_from_derived.Nicholas Bishop
2012-03-14Copy hidden flag to vertices when applying multires modifier.Nicholas Bishop
2012-03-14Don't wait for sculpt stroke to create PBVH.Nicholas Bishop
2012-03-11remove Object member from BMesh struct - was only used for undo and BMEditMes...Campbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-08fix for 2 crashes from missing NULL checks.Campbell Barton
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-06quiet some warnings and fix build error with strict casting rules.Campbell Barton
2012-03-06fix [#30459] BMesh Edge Split Hangs.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-03-01Remove struct NgonInterpModifierData and related ModifierType Info.Nicholas Bishop
2012-02-28Code Cleanup:Campbell Barton
2012-02-27minor bmesh api naming edits.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-26modified fix for "Fix [#30351] Solidify Modifier High Quality Normals fails."...Campbell Barton
2012-02-26Fix [#30351] Solidify Modifier High Quality Normals fails.Bastien Montagne
2012-02-26bmesh api cleanupCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-24Fixed crash in UV project modifier.Sergey Sharybin
2012-02-24bmesh py api (some api changes and doc additions)Campbell Barton
2012-02-24Fix #30268: cloth collision and springs not working after bmesh merge,Brecht Van Lommel
2012-02-23Fix #30320: Shading issue with boolean modifierSergey Sharybin
2012-02-22Fix freeing of NULL pointer in array modifier.Sergey Sharybin
2012-02-21Fix [#30281] Left/Right vertex weights flipped.Bastien Montagne
2012-02-21remove NGon Interp modifier (which was merged as apart of BMesh),Campbell Barton
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-18minor bmesh api changes.Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-13bring array cap ends back, with 2 todo'sCampbell Barton
2012-02-13own error - mixup with BMO_slot_mat_get/setCampbell Barton
2012-02-13svn merge ^/trunk/blender -r44024:44076Campbell Barton
2012-02-12BMesh api function naming.Campbell Barton
2012-02-12bmesh minor refactorCampbell Barton
2012-02-12Bug fix: Explode modifier created invalid faces if "unborn", "alive" or "dead...Janne Karhu
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
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-02-12solidify modifier fix for material offset.Campbell Barton
2012-02-11mode bmesh include cleanup, remove unused file too.Campbell Barton