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-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-25svn merge ^/trunk/blender -r43664:43676Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2011-12-21minor formatting editsCampbell Barton
2011-12-21use TRUE/FALSE rather then 1/0, no functional changes.Campbell Barton
2011-12-21more mirror cleanupCampbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-132 new bevel options for the operator and the modifier.Campbell Barton
2011-12-13svn merge ^/trunk/blender -r42564:42586Campbell Barton
2011-12-06svn merge ^/trunk/blender -r42439:42466Campbell Barton
2011-12-06remove double lookus in BM_GetCDf/BM_SetCDf, also remove bm_cdata_get_single_...Campbell Barton
2011-12-02Hook up mesh select_all properties added in previous commitHoward Trickey
2011-12-02Reverse default direction of "rotate colors" to match the (only rotation dire...Andrew Wiggin
2011-12-01Add missing properties to mesh select_all operatorHoward Trickey
2011-11-28svn merge ^/trunk/blender -r42197:42221Campbell Barton
2011-11-24per type restrict masks for walkersCampbell Barton
2011-11-24small changes to iterator, preparing for bigger changes.Campbell Barton
2011-11-20Various typo cleanups, remove unnecessary code etc, found during recent work ...Andrew Wiggin
2011-11-18fix [#28676] Tris to Quads: "Max Angle" is not interpreted correctlyCampbell Barton
2011-11-16replace macros with math functionsCampbell Barton
2011-11-16quiet compiler warnings for BLI_array defines, split BLI_array_append into BL...Campbell Barton
2011-11-16tag index arrays as dirty when any element is removed, also check validity on...Campbell Barton
2011-11-07replace bmesh specific macros with math functions, also some pedantic formatt...Campbell Barton
2011-11-02ctrl+click mesh extrude wasnt re-tesselating the meshCampbell Barton
2011-11-01use char for BMHeader type and flag (saves 2 bytes per edge/loop/vertex/face)Campbell Barton
2011-11-01replace as many uses of BM_Get/SetIndex as possible with tagging with a temp ...Campbell Barton
2011-11-01BMesh todo - mirror vertex groups back.Campbell Barton
2011-11-01enable bmesh subdivide smooth, this isn't working quite right yet.Campbell Barton
2011-10-29macro -> math replacements, uncomment mirror funcs.Campbell Barton
2011-10-26- smooth tool now works for mirror.Campbell Barton
2011-10-25remove $Id from headersCampbell Barton
2011-10-13Add nodoubles arg to BM_Make_FaceAndrew Wiggin
2011-10-12implementation of bmesh_urmv (unglue region make vert) and use of it to fix r...Andrew Wiggin
2011-10-10Miscellaneous cleanup, comment changes, and asserts. Should be no functional ...Andrew Wiggin
2011-10-10Some bevel fixes: fix a crash BM_Copy_Attributes when source==target, and fix...Andrew Wiggin
2011-10-02Port face sort from trunk. Hardly any changes from trunk, just had to use MPo...Andrew Wiggin
2011-09-30Fixes for a few bugs in selection and the interaction between BM_SELECT and B...Andrew Wiggin
2011-09-23fix script error and quiet warnings about "." description ending.Campbell Barton
2011-09-23Solidify bmesh op and edit mode toolAndrew Wiggin
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-16Make split tool use splitop (instead of dupe & del). Fix split op output.Andrew Wiggin
2011-09-13Submit of patch [#28568] BMesh: make active element highlights workAndrew Wiggin
2011-09-12remove redundant castsCampbell Barton
2011-09-12replace VECCOPY with copy_v3_v3Campbell Barton
2011-09-12use BM_Make_Vert example argument rather then calling inline, was also copyin...Campbell Barton
2011-09-12revert own commit r40051, mesh and object pointers are needed for undo, this ...Campbell Barton
2011-09-09patch [#28588] BMesh: "Split" toolCampbell Barton
2011-09-09fix [#28534] Rotate Edge Vertices selection mode.Campbell Barton
2011-09-09remove mesh and object arguments from bmesh operators, these are stored withi...Campbell Barton
2011-09-07bmesh: small fixes for compilation and subdivide operatorSergey Sharybin