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-25Reverted some keymap changes.William Reynish
2009-08-24patch from Ron Walker (o6a).Campbell Barton
2009-08-19rearranged some code a bitJoseph Eagar
2009-08-17mesh operator documentation patch from Ron walker, (edited a few of the descr...Campbell Barton
2009-08-152.5, continuing work with localizing paint modes.Nicholas Bishop
2009-08-152.5: warning fixesBrecht Van Lommel
2009-08-11Brought Extrude all the way back. The contextual menu works,Joseph Eagar
2009-08-06added a 'repeat' option to vertex smooth in the main 2.5 branch.Joseph Eagar
2009-08-06bmeshafied vertex smooth, and also added a 'repeat' option :) since the last ...Joseph Eagar
2009-08-06merge with 2.5 (not trunk, last merge message said that on accident) at r22252Joseph Eagar
2009-08-06bmeshafied righthandfaces (ctrl-n, compute normals)Joseph Eagar
2009-08-05bmeshafied select more/lessJoseph Eagar
2009-08-05bmeshafied the hide/reveal code. created a set of API functions for hiding/r...Joseph Eagar
2009-08-05select linked has been bmeshafied, yayJoseph Eagar
2009-08-01compile fixJoseph Eagar
2009-07-31fix for warnings and implicit declarationsCampbell Barton
2009-07-22merge with trunk at r21785, and also fixed stupid ngon normals bugJoseph Eagar
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-13RNA & PyAPICampbell Barton
2009-07-10RNABrecht Van Lommel
2009-07-092.5: Mesh and Various FixesBrecht Van Lommel
2009-07-082.5: Various FixesBrecht Van Lommel
2009-06-262.5Ton Roosendaal
2009-06-242.5: Object material slot operators add/remove/assign/select/deselect.Brecht Van Lommel
2009-06-232.5: Tool SettingsBrecht Van Lommel
2009-06-18the hideous alt-tab selectmode menu is gone, replaced by alt-1, alt-2, and al...Joseph Eagar
2009-06-16RNABrecht Van Lommel
2009-05-28Did some code cleanups. Added BM_ITER andJoseph Eagar
2009-05-23merge with 2.5 at r20307. note there were some python hacking necassary for ...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-04-152.5: Operator naming, reviewed some of the recent changesBrecht Van Lommel
2009-04-12editmesh_mods.c op names changeShaul Kedem
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-23removed all those nasty enums from the operator api. yay! I'mJoseph Eagar
2009-03-16edge subdivide ops now use bmesh code, rather then just the test bmesh op. a...Joseph Eagar
2009-03-11implemented an (edge) loop walker. note I misunderstood Joseph Eagar
2009-02-28merge with trunk. also tried to fix tesselator code; new code should've work...Joseph Eagar
2009-02-202.5: Particle Edit, work in progress commit.Brecht Van Lommel
2009-02-192.5Ton Roosendaal