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-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-11correct bad level include.Campbell Barton
2012-02-11another include cleanupCampbell Barton
2012-02-11mode bmesh include cleanup, remove unused file too.Campbell Barton
2012-02-11include cleanupCampbell Barton
2012-02-11GPL Header CleanupCampbell Barton
2012-02-10Style CleanupCampbell Barton
2012-02-10fix for smooth not working with mirror clip.Campbell Barton
2012-02-10Ykey is now separate again (as with trunk), use Jkey for Connecting verts.Campbell Barton
2012-02-10fix [#30129] Sharp Edges select function invertedCampbell Barton
2012-02-10Style Edits only: use TRUE/FALSE rather then 1/0Campbell Barton
2012-02-10fix flushing issue when using linked selection picking in editmode.Campbell Barton
2012-02-10reviewed selection flushing code, some of this was incorrect, checked all use...Campbell Barton
2012-02-10Code Cleanup: use less confusing names for selection flushing.Campbell Barton
2012-02-10add option to dissolve resulting verts with 2 edges after dissolving faces/ed...Campbell Barton
2012-02-09BMESH_TODO - Rewrite UV straighten tool for bmesh. (was commented out)Campbell Barton
2012-02-09svn merge ^/trunk/blender -r43976:43995Campbell Barton
2012-02-08fix [#30103] Select vertex groups works only in vertex select modeCampbell Barton
2012-02-08fix [#30101] Vertex colors disappear after leaving edit modeCampbell Barton
2012-02-08Fix for duplicated vertices in UV sphere when it's creating with large radius.Sergey Sharybin
2012-02-08Movie Clip Editor: manual calibration will now respect GP layer's hidden flagSergey Sharybin
2012-02-08use MPoly's rather then MFaces (since these don't necessarily exist) for draw...Campbell Barton
2012-02-08Code Cleanup:Campbell Barton
2012-02-08Fix #30102: Vertex and edge incorrect selectionsSergey Sharybin
2012-02-08svn merge ^/trunk/blender -r43934:43976Campbell Barton
2012-02-07Style Cleanup:Campbell Barton
2012-02-07Fix #30076: RenderLayer area blocks mouse scrollingSergey Sharybin
2012-02-07Fix #30052: VSE: metastrips don't move with Extend (E)Sergey Sharybin
2012-02-07Code Cleanup:Campbell Barton
2012-02-07Fix #30091: Shift-Ctrl-Alt-RMB problem in face modeSergey Sharybin
2012-02-07rename defines to upper case.Campbell Barton
2012-02-07svn merge ^/trunk/blender -r43918:43934Campbell Barton
2012-02-07Code Cleanup:Campbell Barton
2012-02-07uv sculpting now functional on bmeshAntony Riakiotakis
2012-02-06Ported UvElementMap code to bmesh, still untested but at least compiling.Antony Riakiotakis
2012-02-06Code Cleanup: comment, remove or use unused functions.Campbell Barton
2012-02-06replace some hard coded limits with defines Campbell Barton
2012-02-06Style Cleanup: bmesh code style was a bit mixed - follow http://wiki.blender....Campbell Barton
2012-02-06Minor Improvements...Campbell Barton
2012-02-06remove invalid enum setting in MESH_OT_extrude_vertices_move macro.Campbell Barton
2012-02-06grid size was being ignored for grid and plane primitivesCampbell Barton
2012-02-06new plane size wasn'nt 2x2Campbell Barton
2012-02-06svn merge ^/trunk/blender -r43887:43918Campbell Barton
2012-02-06no functional change: NC_SPACE|ND_SPACE_VIEW3D notifier was getting an Object...Campbell Barton
2012-02-05Code Cleanup: style change onlyCampbell Barton
2012-02-05Movie Clip Editor: cleanup of display panelsSergey Sharybin
2012-02-05Code Cleanup: use vector functions for copying / adding UV'sCampbell Barton
2012-02-05Fix #30073: metaball + edit mode + proportinal edit hotkeySergey Sharybin
2012-02-05Code Cleanup: minor changes & sync with bmesh.Campbell Barton