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-18fixed a few of the memory leaksJoseph Eagar
2009-05-18add primitives works again. also switching selection modes almost works corr...Joseph 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-23small fix of wrong opslot nameJoseph Eagar
2009-03-23removed all those nasty enums from the operator api. yay! I'mJoseph Eagar
2009-03-22-> Fixed crasher in extrude codeGeoffrey Bantle
2009-03-18fixed issue in connect vert, had to make a numerical error compensation value...Joseph Eagar
2009-03-16made editmesh use mempools, though editmesh customdata does not. this was a ...Joseph Eagar
2009-03-16edge subdivide ops now use bmesh code, rather then just the test bmesh op. a...Joseph Eagar
2009-03-16extrude region op now does wire vert extrudes tooJoseph Eagar
2009-03-15flat and smooth shading descriptions were replacedShaul Kedem
2009-03-12the make ngon function's overlap test needed some work, the API functionJoseph Eagar
2009-03-11implemented an (edge) loop walker. note I misunderstood Joseph Eagar
2009-03-11Changed vertexpaint and weightpaint to use the standard Brush struct, so they...Nicholas Bishop
2009-03-09fixed some dissolveverts/faces bugs and added a few hackish fixes for some ot...Joseph 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-06tesselator works. . .FINALLYscons/scons.py BF_QUICK=bf_editors_mesh,bf_bmesh,...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-28Running the OBJECT_OT_mesh_add operator outside the 3d view would crash.Campbell Barton
2009-02-232.5Ton Roosendaal
2009-02-202.5: Particle Edit, work in progress commit.Brecht Van Lommel
2009-02-202.5 - temporary hack hackNathan Letwory
2009-02-202.5:Brecht Van Lommel
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-18RNA:Brecht Van Lommel
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-132.5: Curve edit mode add vertex and add menus now work. AlsoBrecht Van Lommel
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-092.5: UV Editor module porting pretty much finished now, only missingBrecht Van Lommel