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-24code cleanup: bmesh_ source files in our editor dir, they are the same as ot...Campbell Barton
2012-03-23Knifetool: add help message in header lineHoward Trickey
2012-03-19code cleanup: bmesh api - make arg order consistent - htype before hflag or o...Campbell Barton
2012-03-13workaround [#30480] Knife tool flickerCampbell Barton
2012-03-13style cleanupCampbell Barton
2012-03-12Code cleanup: knife gathers pos-related state into a struct. No functional ch...Howard Trickey
2012-03-12Make knifetool more robust against crashes. Fix some hole problems.Howard Trickey
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-08Knifetool: change ESC to mean cancel, not confirm.Howard Trickey
2012-03-07style cleanup: picky editsCampbell Barton
2012-03-07Knifetool uses direct cutting instead of scanfill: fixes bugs 29908, 28963, 3...Howard Trickey
2012-03-07fix for bug in ED_view3d_project_float that only effected the 'Rip' tool.Campbell Barton
2012-03-06fix for own error in edge-rotate keeping edge customdata - this was crashing ...Campbell Barton
2012-03-06Fix to knifetool when intermediate point in space.Howard Trickey
2012-03-05edge rotate now keeps edge properties (like seam, crease, bevel weight.. etc)Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-02code cleanup:Campbell Barton
2012-03-02Code Cleanup: update to mempool, use flag rather then bool args.Campbell Barton
2012-03-02bmmesh api - use struct rather than int[4] to initialize mesh sizes.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28code cleanup: make clipping enable/disable into functions (was being done inl...Campbell Barton
2012-02-27minor bmesh api naming edits.Campbell Barton
2012-02-27Few files had got +x mode which seems to be totally unnecessary.Sergey Sharybin
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