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-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-17fix [#30220] Knife Tool Leaks memoryCampbell Barton
2012-02-17fix [#30220] Knife Tool Crashes BlenderCampbell Barton
2012-02-16style cleanup for code relating to BMLoop next/prev checks. Campbell Barton
2012-02-13Code cleanup: add and use knife list utility functionsHoward Trickey
2012-02-13more bmesh minor api cleanupCampbell Barton
2012-02-12api name conventions, more minor changes: flag set/clear --> enable/disableCampbell Barton
2012-02-12BMesh api function naming.Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-11another include cleanupCampbell Barton
2012-02-11include cleanupCampbell Barton
2012-02-11GPL Header CleanupCampbell Barton
2012-02-10Style CleanupCampbell Barton
2012-02-07Style Cleanup:Campbell Barton
2012-02-07rename defines to upper case.Campbell Barton
2012-01-04Add ability to constrain knife cut angle to 0, 45, or 90 degreesHoward Trickey
2011-12-29Add code to make knife cut through whole mesh optionally.Howard Trickey
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-13formatting and minor refactor of some bmesh functions.Campbell Barton
2011-12-10knife_project_v3 can call ED_view3d_project_float directly without having its...Campbell Barton
2011-12-03fix for own error - r42200, broke knife tool edge/triangle intersection.Campbell Barton
2011-11-29Allow scanfill caller to specify boundary edges and use to fix knifetool extr...Howard Trickey
2011-11-28when comparing lengths no need to sqrtCampbell Barton
2011-11-16svn merge -r41926:41932 ^/trunk/blenderCampbell Barton
2011-11-16svn merge -r41899:41926 ^/trunk/blender. also sync mempool with trunk and mov...Campbell Barton
2011-11-16prepare for flagging the bmesh has having invalid index values, so we can ski...Campbell Barton
2011-11-16set the index on newly added vert/edge/facesCampbell Barton
2011-11-01replace as many uses of BM_Get/SetIndex as possible with tagging with a temp ...Campbell Barton
2011-10-31Miscellaneous warning fixes (mostly unused local vars) and trivial cleanupsAndrew Wiggin
2011-10-25Fix bugs to get X-Mirror editing functionality working againAndrew Wiggin
2011-10-20Trial fix for knife cut intermediate point snapping: snap intermediate points...Andrew Wiggin
2011-10-18Fix for a memory corruption bug in knife tool cleanupAndrew Wiggin
2011-10-18- Knife tool would switch the knife line to 0,0,0 when not over any geometry,...Campbell Barton
2011-09-26BMesh branch-specific warning fixes for MSVC 2010 warningsAndrew Wiggin
2011-09-24make error prints more helpful & correct some comments for rip code.Campbell Barton
2011-09-17Fix knife midpoint snapping when previous point was a vertex; also reduced sn...Howard Trickey
2011-09-12use BM_Make_Vert example argument rather then calling inline, was also copyin...Campbell Barton
2011-09-09move smallhash into its own C file, was inlineing fairly large functions.Campbell Barton
2011-08-31quiet warningsCampbell Barton
2011-08-30=bmesh= knife tool applies to modifier cage now, also fixed some bugs in itJoseph Eagar
2011-08-25Cleaned up unused variablesHoward Trickey
2011-08-10fix edge tracking in knife toolHoward Trickey
2011-08-01Fixed knifetool problem where it wouldn't track positions on faces in ortho modeHoward Trickey
2011-05-24svn merge -r36801:36840 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-20svn merge -r36725:36801 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton