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-11-01commit before doing some hefty shapekey change, will break compilationJoseph Eagar
2009-10-23merge with trunk/2.5 at r23876Joseph Eagar
2009-09-16merge with 2.5/trunk at r23271Joseph Eagar
2009-08-26merge with 2.5 at r22793Joseph Eagar
2009-08-17mesh operator documentation patch from Ron walker, (edited a few of the descr...Campbell Barton
2009-08-06merge with 2.5 (not trunk, last merge message said that on accident) at r22252Joseph Eagar
2009-07-292.5Ton Roosendaal
2009-07-22Fixed weird alignment for new mesh objects. This still doesn't work correctly...Matt Ebb
2009-07-21first pass at the uv code. uv editor now mostly uses new bmesh structures fo...Joseph Eagar
2009-07-16merge with 2.5 at r21568Joseph Eagar
2009-07-092.5: Mesh and Various FixesBrecht Van Lommel
2009-07-082.5: code consistencyBrecht Van Lommel
2009-07-082.5: Various FixesBrecht Van Lommel
2009-06-272.5Ton Roosendaal
2009-06-262.5Ton Roosendaal
2009-06-18Ported over the delete key and fkey fully overJoseph Eagar
2009-06-02Added a matrix slot type for bmops. Coded a simple transformJoseph Eagar
2009-05-28Did some code cleanups. Added BM_ITER andJoseph Eagar
2009-05-23fkey operator now is sortof working right again, though it really should be r...Joseph Eagar
2009-05-23merge with 2.5 at r20307. note there were some python hacking necassary for ...Joseph Eagar
2009-05-16NOTE: do not test. work-in-progress commit with editmesh ripped out and repl...Joseph Eagar
2009-04-12op names changeShaul Kedem
2009-04-11as per discussion with ton, the editmesh accessors now liveJoseph 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-23small fix of wrong opslot nameJoseph Eagar
2009-03-23removed all those nasty enums from the operator api. yay! I'mJoseph Eagar
2009-03-12the make ngon function's overlap test needed some work, the API functionJoseph Eagar
2009-03-09dissolve faces: errors-out on holes, preserves winding, and doesn't delete or...Joseph Eagar
2009-03-08merge with 2.5 at 19207, plus some half-finished walker stuffJoseph Eagar
2009-03-01coded little vert connect tool. connects selected verts within the same face...Joseph Eagar
2009-02-28merge with trunk. also tried to fix tesselator code; new code should've work...Joseph Eagar
2009-02-28Running the OBJECT_OT_mesh_add operator outside the 3d view would crash.Campbell Barton
2009-02-192.5Ton Roosendaal
2009-02-15added error reporting to edit meshShaul Kedem
2009-02-132.5: Curve edit mode add vertex and add menus now work. AlsoBrecht Van Lommel
2009-01-312.5Ton Roosendaal
2009-01-312.5Ton Roosendaal
2009-01-302.5Ton Roosendaal
2009-01-302.5Ton Roosendaal
2009-01-292.5Ton Roosendaal
2009-01-202.5Ton Roosendaal
2009-01-192.5Ton Roosendaal
2009-01-19set min/max for added prims according to 2.48Shaul Kedem
2009-01-17RNABrecht Van Lommel
2009-01-152.5Ton Roosendaal
2009-01-152.5Ton Roosendaal
2009-01-15disallow identifiers with spaces 'cap end' wasn't working with the python api...Campbell Barton
2009-01-15edit mesh primitives: ctrl+1 to ctrl+6. monkey does not show and tube,cone an...Shaul Kedem