2005-11-05 |
Ton Roosendaal | Bugfix #3249 |
tree | commitdiff |
2005-11-05 |
Andrea Weikert | Fix for #3316: do not convert slashes in the relname... |
tree | commitdiff |
2005-11-02 |
Andrea Weikert | disabled my previous fix, because of a reported crash... |
tree | commitdiff |
2005-11-01 |
Andrea Weikert | Fix for item #3316 : make sure that BLI_make_file_strin... |
tree | commitdiff |
2005-10-30 |
Ton Roosendaal | Two half working commits! |
tree | commitdiff |
2005-10-24 |
Andrea Weikert | Fix for correct handling of relative filenames. |
tree | commitdiff |
2005-10-04 |
Alexander Ewering | Beware, coded between 10 phone calls and 20 sudden... |
tree | commitdiff |
2005-09-19 |
Mika Saari | Coding style from spaces to tabs in files related to... |
tree | commitdiff |
2005-09-14 |
Chris Want | Getting blender to compile for IRIX, in particular: |
tree | commitdiff |
2005-09-14 |
Alexander Ewering | On behalf of Mika Saari, the famous Unicode Font support! |
tree | commitdiff |
2005-08-26 |
Daniel Dunbar | - tsk tsk, ll suffix for constants is not C standard... |
tree | commitdiff |
2005-08-25 |
Ton Roosendaal | Random() issues with rendering... |
tree | commitdiff |
2005-08-23 |
Daniel Dunbar | - added iterator to edgehash |
tree | commitdiff |
2005-08-23 |
Daniel Dunbar | - subsurf getVertCos returned verts in wrong order... |
tree | commitdiff |
2005-08-21 |
Brecht Van Lommel | Use new BLI_edgehash_* functions in unwrapper. |
tree | commitdiff |
2005-08-21 |
Daniel Dunbar | - sillyness... added drawMappedEdges for mesh |
tree | commitdiff |
2005-08-19 |
Jens Ole Wund | Moving functions and calls to have a cleaner situation... |
tree | commitdiff |
2005-08-14 |
Daniel Dunbar | - forgot to remove a function prototype from header... |
tree | commitdiff |
2005-08-14 |
Daniel Dunbar | - added make_orco_curf, even does keys! |
tree | commitdiff |
2005-08-09 |
Daniel Dunbar | Big commit, had to rework lots of selection stuff so... |
tree | commitdiff |
2005-08-08 |
Daniel Dunbar | - added VecLerpf to blenlib |
tree | commitdiff |
2005-08-04 |
Jean-Luc Peurière | updates to the OS X build system : |
tree | commitdiff |
2005-07-28 |
Johnny Matthews | Fix for zlib with MSVC/SCONS. Should compile now. This... |
tree | commitdiff |
2005-07-28 |
Chris Burt | Part of a fix to the makefiles for compiling the new... |
tree | commitdiff |
2005-07-27 |
Daniel Dunbar | - move zlib.h around to make windows happy |
tree | commitdiff |
2005-07-27 |
Daniel Dunbar | - update storage.c to use standard time codes (should... |
tree | commitdiff |
2005-07-27 |
Ton Roosendaal | Patch provided by Shaul Kedem: Compressed files are... |
tree | commitdiff |
2005-07-27 |
Erwin Coumans | got some "_1400 <= _MSC_VER" wrong, should be "_1400... |
tree | commitdiff |
2005-07-27 |
Erwin Coumans | visual studio 8 crashes on this R argument, todo: find... |
tree | commitdiff |
2005-07-25 |
Daniel Dunbar | - mixed up RNG type definition |
tree | commitdiff |
2005-07-25 |
Daniel Dunbar | - added RNG abstract random object rng_{new/free/seed... |
tree | commitdiff |
2005-07-23 |
Ton Roosendaal | Killed silly modal PoseMode mode! :) |
tree | commitdiff |
2005-07-23 |
Daniel Dunbar | - removed mface->puno flags, was only used to flip... |
tree | commitdiff |
2005-07-21 |
Daniel Dunbar | - shuffled editmesh derived function name/function |
tree | commitdiff |
2005-07-20 |
Daniel Dunbar | - added an array shuffling function to BLI_rand |
tree | commitdiff |
2005-07-16 |
Erwin Coumans | preparation for bullet physics |
tree | commitdiff |
2005-07-13 |
Johnny Matthews | Well here it is. Subdivision/Loop Tools Recode Commit #1 |
tree | commitdiff |
2005-07-05 |
Martin Poirier | Added some missing quaternions fonctions: |
tree | commitdiff |
2005-06-17 |
Alexander Ewering | Initial commit for new text object. |
tree | commitdiff |
2005-06-10 |
Nathan Letwory | * fix for bug #2720 |
tree | commitdiff |
2005-06-04 |
Jean-Luc Peurière | new round of warning fixes. we are now down to 24 with... |
tree | commitdiff |
2005-05-20 |
Nathan Letwory | * Check path for NULL. Fixes potential crash on non... |
tree | commitdiff |
2005-05-20 |
Nathan Letwory | This commit fixes two related issues: |
tree | commitdiff |
2005-04-30 |
Ton Roosendaal | - file sizes > 4 GB were not correctly displayed in... |
tree | commitdiff |
2005-04-22 |
Brecht Van Lommel | Add "View Selected" (numpad .-key) for faceselect mode... |
tree | commitdiff |
2005-04-17 |
Ton Roosendaal | Patch provided by Andrea Weikert (elubie): |
tree | commitdiff |
2005-04-04 |
Ton Roosendaal | Yuck, forgot to uncommit the ugly version of Mat3ToSize... |
tree | commitdiff |
2005-04-04 |
Daniel Dunbar | - removed DispListMesh.{editedge,editface} |
tree | commitdiff |
2005-04-03 |
Daniel Dunbar | - BLI_STRUCT_OFFSET was not defined correctly, fixed |
tree | commitdiff |
2005-04-02 |
Daniel Dunbar | - fix unused variable warning |
tree | commitdiff |
2005-04-02 |
Daniel Dunbar | - got tired of str[n]casecmp not declared warnings |
tree | commitdiff |
2005-03-31 |
Daniel Dunbar | - removed USE_CCGSUBSURF define (always on now) |
tree | commitdiff |
2005-03-31 |
Daniel Dunbar | - perhaps I should commit a version that compiles |
tree | commitdiff |
2005-03-31 |
Daniel Dunbar | - committed VecLength function for theeth |
tree | commitdiff |
2005-03-30 |
Daniel Dunbar | - restored msvc warning disable code |
tree | commitdiff |
2005-03-29 |
Daniel Dunbar | - added Mesh->derived and Mesh->decimated DerivedMesh... |
tree | commitdiff |
2005-03-28 |
Daniel Dunbar | - added mesh_get_derived_render |
tree | commitdiff |
2005-03-28 |
Daniel Dunbar | - switch some code to using BLI_strncpy (with right... |
tree | commitdiff |
2005-03-28 |
Simon Clitherow | bug fix for #2096: |
tree | commitdiff |
2005-03-27 |
Ton Roosendaal | Transform goodies; |
tree | commitdiff |
2005-03-21 |
Daniel Dunbar | - switch BLI_memarena to use stdlib malloc/free (alloc... |
tree | commitdiff |
2005-03-19 |
Daniel Dunbar | - remove all obsolete inclusions of BLI_winstuff.h... |
tree | commitdiff |
2005-03-19 |
Daniel Dunbar | Some cleaning up of BLI_winstuff.h usage |
tree | commitdiff |
2005-03-14 |
Jean-Luc Peurière | ome more warnings cleaning |
tree | commitdiff |
2005-03-09 |
Jean-Luc Peurière | big warning hunt commit |
tree | commitdiff |
2005-03-03 |
Simon Clitherow | Applied correct '\\' for file paths on Windows (thanks... |
tree | commitdiff |
2005-02-27 |
Martin Poirier | Fixed Constraint projection code in perspective mode... |
tree | commitdiff |
2005-02-25 |
Kent Mein | Added include sys/vfs.h for hpux was in the patches... |
tree | commitdiff |
2005-02-18 |
Kent Mein | I updated the FREETYPE2 checks so it didn't build freet... |
tree | commitdiff |
2005-01-30 |
Ton Roosendaal | Fixed old annoyance; enabling true Ortho render in... |
tree | commitdiff |
2005-01-09 |
Ton Roosendaal | Mixup of vectors in VecAngle3 (caused by me switching... |
tree | commitdiff |
2005-01-08 |
Ton Roosendaal | The "teac" (measurement info) patch from Campbell Barton |
tree | commitdiff |
2005-01-03 |
Kent Mein | More warning cleanups... |
tree | commitdiff |
2005-01-03 |
Kent Mein | Some of the Makefiles had CPPFLAGS += LEVEL_(X)_C_WARNINGS |
tree | commitdiff |
2005-01-03 |
Ton Roosendaal | Bug fix 2047 |
tree | commitdiff |
2004-12-27 |
Ton Roosendaal | Biiig commit! Thanks to 2-3 weeks of cvs freeze... |
tree | commitdiff |
2004-12-16 |
Ton Roosendaal | Errors in saving runtime, and fileops in file window... |
tree | commitdiff |
2004-12-12 |
Jean-Luc Peurière | fix for potential crasher. we were returning pointer... |
tree | commitdiff |
2004-12-11 |
Rob Haarsma | Bugfix #1589 |
tree | commitdiff |
2004-11-11 |
Ton Roosendaal | Added winstuff.h for M_PI_2 define! |
tree | commitdiff |
2004-11-11 |
Ton Roosendaal | Fix for bug #1756 |
tree | commitdiff |
2004-11-03 |
Ton Roosendaal | Two fixes; |
tree | commitdiff |
2004-10-30 |
Ton Roosendaal | ESC during scanfill (triangulate) delivers corrupted... |
tree | commitdiff |
2004-10-29 |
Kent Mein | Added an #ifndef PRINT |
tree | commitdiff |
2004-09-30 |
Ton Roosendaal | Recoded how 'handles' were implemented; these were... |
tree | commitdiff |
2004-09-24 |
Ton Roosendaal | New: Fake Polygons, or Face-polygons, or FGons nicked... |
tree | commitdiff |
2004-09-24 |
Ton Roosendaal | - basic code for fake-polygon support (called FGon... |
tree | commitdiff |
2004-09-23 |
Ton Roosendaal | EditMesh refactory + undo recode |
tree | commitdiff |
2004-09-18 |
Ton Roosendaal | Evil commit! Nothing really changed except; |
tree | commitdiff |
2004-08-03 |
Wouter van Heyst | - Fix build failure on Linux sparc |
tree | commitdiff |
2004-07-13 |
Brecht Van Lommel | Added LSCM UV Unwrapping: |
tree | commitdiff |
2004-07-11 |
Simon Clitherow | - changed sequence for finding HOME on Win32. Sequenc... |
tree | commitdiff |
2004-07-08 |
Ton Roosendaal | Quite a large one this time... but now we have: |
tree | commitdiff |
2004-07-05 |
Ton Roosendaal | New: color picker! |
tree | commitdiff |
2004-05-31 |
Ton Roosendaal | Limit for Normalise() call was 0.000000001 or so. This... |
tree | commitdiff |
2004-05-16 |
Kester Maddock | Added #!/usr/bin/python standard script identifier... |
tree | commitdiff |
2004-05-11 |
Ton Roosendaal | Changed printing an empty string to print "0" for files... |
tree | commitdiff |
2004-05-10 |
Daniel Dunbar | - nasty memory corruption on windows for getting home... |
tree | commitdiff |
2004-05-06 |
Simon Clitherow | - switched a strcat and strcpy pair... doh! (well spott... |
tree | commitdiff |
2004-05-06 |
Ton Roosendaal | potential fix for windows crash when it encounters... |
tree | commitdiff |
next |