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
2009-05-19some stability stuff related to undo, and more extrude stuff worksJoseph Eagar
2009-05-18extrude works now, though vert extrude does not. still plenty of work needed...Joseph Eagar
2009-05-18selection now works. next up, undo, and also need to track down an odd bug w...Joseph Eagar
2009-05-18renamed BMTessMesh to BMEditMesh, did some more monkeywork, cleaned up the mo...Joseph Eagar
2009-05-16NOTE: do not test. work-in-progress commit with editmesh ripped out and repl...Joseph Eagar
2009-03-30merge with 2.5 at r19462Joseph Eagar
2009-03-30editmesh accessor functions. most editmesh access now goes through:Joseph Eagar
2009-03-29- use clear, set, add, enable, disable and toggle as a prefix in operator namesCampbell Barton
2009-03-16edge subdivide ops now use bmesh code, rather then just the test bmesh op. a...Joseph Eagar
2009-03-15flat and smooth shading descriptions were replacedShaul Kedem
2009-03-09fixed some dissolveverts/faces bugs and added a few hackish fixes for some ot...Joseph Eagar
2009-03-04Printf-style method of calling operations now take a modified format string,Joseph Eagar
2009-03-02Created a printf-style method of calling operators. I did this to cut down on...Joseph Eagar
2009-03-02more tweaks to triangulator. also added a bmeshutils.c file in editors/mesh ...Joseph Eagar
2009-03-01coded little vert connect tool. connects selected verts within the same face...Joseph Eagar
2009-03-01split dissolve_disk into dissolve_vert dissolve_disk as agreed. also made di...Joseph Eagar
2009-02-28merge with trunk. also tried to fix tesselator code; new code should've work...Joseph Eagar
2009-02-202.5 - temporary hack hackNathan Letwory
2009-02-192.5Ton Roosendaal
2009-02-192.5Ton Roosendaal
2009-02-18working yet preliminary (like everything) screw mesh. in irc there was a disc...Shaul Kedem
2009-02-16spin mesh is alt Rkey - ton, please check and advise regarding screw_mesh and...Shaul Kedem
2009-02-162.5Ton Roosendaal
2009-02-15extrude uses dupe/delete rather then split, and it detects when to not delete...Joseph Eagar
2009-02-15added error reporting to edit meshShaul Kedem
2009-02-13merge with 2.5 at r18948Joseph Eagar
2009-02-12Replaced unified extrude edges/faces code (the stuff specificaly for Joseph Eagar
2009-02-122.5: Curve edit mode. Transform works again, and editcurve.c isBrecht Van Lommel
2009-02-102.5 Bugfixes:Joshua Leung
2009-02-08edit_tools ops - starting from 4key up to 8key, ctrl and alt. ton: please che...Shaul Kedem
2009-02-04UIBrecht Van Lommel
2009-02-01made some mesh operator names and values more consistent with object mode + o...Campbell Barton
2009-02-01- Converted mesh face popup menu to use brecht's toolbox function (like the i...Campbell Barton
2009-02-01- Change 2 operators from using int properties into enums.Campbell Barton
2009-01-312.5Ton Roosendaal
2009-01-312.5Ton Roosendaal
2009-01-31delete menu is back DKEY. seperating may be needed to delete_meshShaul Kedem
2009-01-302.5Ton Roosendaal
2009-01-302.5: UI & MenusBrecht Van Lommel
2009-01-292.5Ton Roosendaal
2009-01-25editmesh face menu back, ctrl-pkeyShaul Kedem
2009-01-23remove doubles op, ton: is this working properly?Shaul Kedem
2009-01-222.5Ton Roosendaal
2009-01-19subdivides are now grouped in a menu - WKEYShaul Kedem
2009-01-192.5Ton Roosendaal
2009-01-17RNABrecht Van Lommel
2009-01-16added ops for subdivide, subdiv multi, subdiv smooth, subdiv fractalShaul Kedem
2009-01-152.5Ton Roosendaal
2009-01-06Got rid of old multires code, brought in multires modifier from Nicholas Bishop
2009-01-042.5Ton Roosendaal