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
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-05-11transform manipulator didnt follow the active face in some cases, also rotate...Campbell Barton
2008-05-11Fix compiler warnings in particle.c and editface.c.Joshua Leung
2008-05-082.46 todo item, added back seam marking tools from UV-face mode.Campbell Barton
2008-04-18More changes to GET_INT_FROM_POINTER and SET_INT_IN_POINTER to get rid ofKen Hughes
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-01added a sloppy option for getting the active face, which returns the last sel...Campbell Barton
2008-03-26UV Unwrap (lscm, project from view, cube etc) now default to correcting for t...Campbell Barton
2008-03-26fix for [#8732] Unwrap Project from View not matching ViewCampbell Barton
2007-12-26== Multires ==Nicholas Bishop
2007-11-25replace macro's with functions for UV editmode checks, this wasn't nice code ...Campbell Barton
2007-09-25made active vert/edge/face draw properly with modifiers applied and made thei...Campbell Barton
2007-09-23missing null checkCampbell Barton
2007-09-22added an active face for the mesh editmode and normal mesh - this is needed b...Campbell Barton
2007-09-18unwrapper wasnt working properly when UVSyncSelection was NOT enabled.Campbell Barton
2007-09-17New feature for UV/Editmode - 'Sync Mesh Selection' a button in the UV header...Campbell Barton
2007-09-14* minor changes, edited some tooltips (exr half and zbuf were not that helpful)Campbell Barton
2007-09-12Added UV face rotate and mirror to editmode and re arranged some of the editm...Campbell Barton
2007-09-10Changes to "Face Select" modeCampbell Barton
2007-09-10UV Editing is now done in editmode rather then UV/Face Select mode.Campbell Barton
2007-08-06Fix for bug #6604:Brecht Van Lommel
2007-05-10Bug reported on irc:Brecht Van Lommel
2007-05-07thanks venomgfx for picking up on this one, reset didnt work - my mface/tface...Campbell Barton
2007-04-29Patch #6584 - Texture functionality in the wave modifierBen Batt
2007-04-29dont use tface hide or select anymore, since maintaining 2 sets of hide/selec...Campbell Barton
2007-04-24editface.c & buttons_logic.c & Draw.c & verse_session.c - added missing headerCampbell Barton
2007-04-23Changed TESTBASE and TESTBASE_LIB to check the hidden flagCampbell Barton
2007-04-14update to center view.Campbell Barton
2007-04-04moved source and text to american spellingCampbell Barton
2007-01-31== Multires ==Nicholas Bishop
2007-01-01-> Fix for bug #5472Geoffrey Bantle
2006-12-22Fix: active face was lost switching between faceselect mode and editmode.Brecht Van Lommel
2006-12-21Added names to UV and vertex color layers, and display them as a list.Brecht Van Lommel
2006-12-14* reverted and tweaked UV calculation menu after IRC discussion with CamMatt Ebb
2006-12-13Multiple UV and vertex color layers: (still work in progress)Brecht Van Lommel
2006-12-12Added a new Python slot "UvCalculate", moved Archimap and "UVs from adjacent"...Campbell Barton
2006-12-05Modifier Stack: Limit calculation to required data.Ben Batt
2006-12-03Copy vcols wasnt working me->mcol[a] needs to be me->mcol[a*4]Campbell Barton
2006-11-27Disable mipmapping in texture paint mode, so fast redrawing will nowBrecht Van Lommel
2006-11-21Bugfix #5258Ton Roosendaal
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-11-15Bugfix #5224Ton Roosendaal
2006-09-12Bugfix: texture paint didn't work correct with modifiers.Brecht Van Lommel
2006-09-07Fix for bug #4966:Brecht Van Lommel
2006-08-27Texturepaint now supports all the imagepaint brush settings, with theBrecht Van Lommel
2006-08-08fix for bug 4819Joilnen Leite
2006-07-28Image Paint:Brecht Van Lommel
2006-07-27Brush Datablock:Brecht Van Lommel
2006-06-27previous commit to editface made it impossible to leave faceSelect mode of th...Campbell Barton