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
2003-11-23Added all necessary BPY_extern.h include files to the .c files.Michel Selten
2003-11-23Replaced all references to ..\..\source\blender\bpython\include with ..\..\so...Roel Spruit
2003-11-23- fix: switching main Theme didn't update button drawtype for info buttonsTon Roosendaal
2003-11-23- added to Constraint panel the 'Active Bone' or 'Active Object', likeTon Roosendaal
2003-11-23several warning fixes, for a bug-free *and* warnings-free 2.31 !Jacques Guignot
2003-11-23- added button aligning code for most other panels... still unfinishedTon Roosendaal
2003-11-22Got rid of many #include "BPY_extern.h"Chris Want
2003-11-22- this routine is going to be my waterloo!Ton Roosendaal
2003-11-22Last part of removing the old Python API implementation. RemovedMichel Selten
2003-11-22A couple of files I left in the intern/python dir needed to be removed asMichel Selten
2003-11-22First action of removing the old Python API stuff from cvs. Removed theMichel Selten
2003-11-22- added check before freeing a font pointer... dunno if its needed, butTon Roosendaal
2003-11-21- made calloc for clear mverts in subsurf-mesh conversionTon Roosendaal
2003-11-21 fix for description of UI_BLOCK_RET_1.Ton Roosendaal
2003-11-21- Fix: the MKEY 'movetolayer' option doesnt close anymore on numericTon Roosendaal
2003-11-21- fixed another oldie... displaylists for MBall was generated FAR too often.Ton Roosendaal
2003-11-21Fixed it so that "Parent Armature->Name Groups" puts the mesh in a stateChris Want
2003-11-21newline conversion speed up by intrrMartin Poirier
2003-11-20- fixed an oldie! When using a spotlamp in 'potato' textured drawmode, theTon Roosendaal
2003-11-20- bug fix: when moving an object to not-visible layer, and selecting anTon Roosendaal
2003-11-20Fix for bug #238 and #435 (same bug difference effect).Martin Poirier
2003-11-20- bug fix: subdiv level 0 and drawtype 'optim' caused mesh not drawingTon Roosendaal
2003-11-20- fixed warning by not prototyping something a couple of commits ago...Ton Roosendaal
2003-11-20Fix for undo... it didn't do the UV coords (tface) nor the vertexpaintTon Roosendaal
2003-11-19- fix: keys couldnt have more than 32k vertices. Just made a short into anTon Roosendaal
2003-11-19- Fixes hidden vertices for undo. They are now stored in mvert->flag andAlexander Ewering
2003-11-19- fixed reported bug with constraints... somehow someone managed to saveTon Roosendaal
2003-11-19- fixed bug caused by changing order of drawing buttons in material panel 2Ton Roosendaal
2003-11-19- further small alignment errors...Ton Roosendaal
2003-11-18While I'm at it, loopselect/cut also didn't update vertexcount :)Roel Spruit
2003-11-18edge select: bad selected vert count (fixes bug #681)Roel Spruit
2003-11-18- changed evaluation order for drawing pulldowns in 3d header. In editmodeTon Roosendaal
2003-11-18- removed temporal patch from myortho2() in mywindow.c, and changedTon Roosendaal
2003-11-18- added color for constraint dashed lineTon Roosendaal
2003-11-18- fix: vpaint and weightpaint and texturepaint allow drawmode wire-extraTon Roosendaal
2003-11-17- bug fix: moved vertex group buttons to first panel (F9 editing buts).Ton Roosendaal
2003-11-17- added vgrouping methods for renaming headersJoseph Gilbert
2003-11-17- finished some minor drawing stuff which i couldnt complete last friday:Ton Roosendaal
2003-11-17- bug fixes:Ton Roosendaal
2003-11-17- added vgrouping methods for renaming to documentationJoseph Gilbert
2003-11-17- added vgrouping methods for renaming a vertex group and returning all vgrou...Joseph Gilbert
2003-11-17Fixed the fix for constraint loop :PMartin Poirier
2003-11-17Fix for bf-bug #389 (endless loop when creating constraint)Chris Want
2003-11-17Fixed the material window crashMartin Poirier
2003-11-16delimiters are you friendsMartin Poirier
2003-11-15Fixed compiler errors. The new function uiBlockBeginAlign() has been updated toMichel Selten
2003-11-14- Bug fix: at osx, default AA font couldnt be written in .b.blendTon Roosendaal
2003-11-14- fixed 2 drawing errors because of new align code.Ton Roosendaal
2003-11-14Fixed edge select shift modifierMartin Poirier
2003-11-14Fixed typing mode for WarpMartin Poirier