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-24style cleanup: pep8, indentationCampbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-23fix for error with console command history not working, using previous settings.Campbell Barton
2012-03-23fix [#30632] Edge Split Modifier (creates invalid mesh)Campbell Barton
2012-03-23minor speedup to vertex split function, avoid a hash lookup when its not needed.Campbell Barton
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton
2012-03-22bmesh: debugging function to help resolve issues with corrupt mesh data - BM_...Campbell Barton
2012-03-22Fix #30504 selecting self-intersecting face loop won't work correctly.Antony Riakiotakis
2012-03-21Fix for crash on selecting loop in cases when some edges aren't connected to ...Sergey Sharybin
2012-03-21move some bmesh headers into intern/ since they are not used externally.Campbell Barton
2012-03-21style cleanup: bmeshCampbell Barton
2012-03-21spelling cleanup: tesselate -> tessellate (last of these found)Campbell Barton
2012-03-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-20style cleanupCampbell Barton
2012-03-20bmesh inset: outset optionCampbell Barton
2012-03-20bmesh inset:Campbell Barton
2012-03-19bmesh inset:Campbell Barton
2012-03-19code cleanup: bmesh api - make arg order consistent - htype before hflag or o...Campbell Barton
2012-03-19bmesh: inset tool, access from face menu (Ctrl+F)Campbell Barton
2012-03-19BMesh utility functions, not used yet,Campbell Barton
2012-03-19better error reporting when a bmesh operator fails. (give reason and show cha...Campbell Barton
2012-03-18fix for own mistake when refactoring bmesh - was treating the iterator as a t...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-16*picky* fix for edge rotateCampbell Barton
2012-03-15bmesh: Fkey now creates faces from 5 or more disconnected vertices.Campbell Barton
2012-03-14fix hang when loop selecting an ngon. We need to check if edge currently walk...Antony Riakiotakis
2012-03-14bmesh py api: finished todo - editable select_historyCampbell Barton
2012-03-14Add 'level' field to struct MDisps, companion to 'totdisp'.Nicholas Bishop
2012-03-13loopwalker support for selecting the sides of ngonsCampbell Barton
2012-03-13code/style cleanup for loop walker which was is fairly confusing and hard to ...Campbell Barton
2012-03-13bmesh python api:Campbell Barton
2012-03-12code cleanup/bugfix uninitialized valuesCampbell Barton
2012-03-12bmesh: edge loop selectCampbell Barton
2012-03-12Fix edge loop selection. Now boundary selection checks only for filled edges ...Antony Riakiotakis
2012-03-11remove Object member from BMesh struct - was only used for undo and BMEditMes...Campbell Barton
2012-03-11fix for debug assignment left in from own commit r44778Campbell Barton
2012-03-11bmesh python api additions:Campbell Barton
2012-03-11bmesh py api - correct class references in docs and rename mesh conversion fu...Campbell Barton
2012-03-11bmesh:Campbell Barton
2012-03-10Speedup for ngon normal calculationCampbell Barton
2012-03-10bmesh fix: faces were being created flipped the wrong way compared to surroun...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09BMesh: rewrite edge split code (used by edge split modifier and rip tool)Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09added API function to C and pythonCampbell Barton
2012-03-09bmesh py api, new functions:Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-07fix for error in r44711, needed to update sequencer callback.Campbell Barton