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
2005-03-31 - removed USE_CCGSUBSURF define (always on now)Daniel Dunbar
2005-03-31 - perhaps I should commit a version that compilesDaniel Dunbar
2005-03-31 - committed VecLength function for theethDaniel Dunbar
2005-03-30 - restored msvc warning disable codeDaniel Dunbar
2005-03-29 - added Mesh->derived and Mesh->decimated DerivedMesh pointersDaniel Dunbar
2005-03-29 - added mesh_get_derived_renderDaniel Dunbar
2005-03-28 - switch some code to using BLI_strncpy (with right string lengths!)Daniel Dunbar
2005-03-28bug fix for #2096:Simon Clitherow
2005-03-27Transform goodies;Ton Roosendaal
2005-03-21 - switch BLI_memarena to use stdlib malloc/free (alloc errorsDaniel Dunbar
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-03-19Some cleaning up of BLI_winstuff.h usageDaniel Dunbar
2005-03-14ome more warnings cleaningJean-Luc Peurière
2005-03-09big warning hunt commitJean-Luc Peurière
2005-03-03Applied correct '\\' for file paths on Windows (thanks Elubie!)Simon Clitherow
2005-02-27Fixed Constraint projection code in perspective mode. When using a planar con...Martin Poirier
2005-02-25Added include sys/vfs.h for hpux was in the patches tracker....Kent Mein
2005-02-18I updated the FREETYPE2 checks so it didn't build freetype stuffKent Mein
2005-01-30Fixed old annoyance; enabling true Ortho render in Blender.Ton Roosendaal
2005-01-09Mixup of vectors in VecAngle3 (caused by me switching order of args!)Ton Roosendaal
2005-01-09The "teac" (measurement info) patch from Campbell BartonTon Roosendaal
2005-01-03More warning cleanups...Kent Mein
2005-01-03Some of the Makefiles had CPPFLAGS += LEVEL_(X)_C_WARNINGSKent Mein
2005-01-03Bug fix 2047Ton Roosendaal
2004-12-27Biiig commit! Thanks to 2-3 weeks of cvs freeze...Ton Roosendaal
2004-12-16Errors in saving runtime, and fileops in file window; files were copiedTon Roosendaal
2004-12-12fix for potential crasher. we were returning pointer to a local varJean-Luc Peurière
2004-12-11Bugfix #1589Rob Haarsma
2004-11-11Added winstuff.h for M_PI_2 define!Ton Roosendaal
2004-11-11Fix for bug #1756Ton Roosendaal
2004-11-03Two fixes;Ton Roosendaal
2004-10-31ESC during scanfill (triangulate) delivers corrupted memoryTon Roosendaal
2004-10-29Added an #ifndef PRINTKent Mein
2004-10-01Recoded how 'handles' were implemented; these were extra wireframe edgesTon Roosendaal
2004-09-24New: Fake Polygons, or Face-polygons, or FGons nicked for now.Ton Roosendaal
2004-09-24- basic code for fake-polygon support (called FGon in code). Disabled nowTon Roosendaal
2004-09-24EditMesh refactory + undo recodeTon Roosendaal
2004-09-19Evil commit! Nothing really changed except;Ton Roosendaal
2004-08-03- Fix build failure on Linux sparcWouter van Heyst
2004-07-13Added LSCM UV Unwrapping:Brecht Van Lommel
2004-07-12- changed sequence for finding HOME on Win32. Sequence is now asSimon Clitherow
2004-07-09Quite a large one this time... but now we have:Ton Roosendaal
2004-07-05New: color picker!Ton Roosendaal
2004-05-31Limit for Normalise() call was 0.000000001 or so. This is still far tooTon Roosendaal
2004-05-16Added #!/usr/bin/python standard script identifier to the start of SConscript...Kester Maddock
2004-05-11Changed printing an empty string to print "0" for files for zero sizeTon Roosendaal
2004-05-11 - nasty memory corruption on windows for getting home directoryDaniel Dunbar
2004-05-07- switched a strcat and strcpy pair... doh! (well spotted b-ix!)Simon Clitherow
2004-05-07potential fix for windows crash when it encounters file dates beyondTon Roosendaal
2004-04-25Mirror in object mode. Works like Mirror in edit mode but only works on local...Martin Poirier