Revision 01a053f by Jens Ole Wund(bjornmose) May 1, 2005, 21:40 (GMT) |
put depsgraph_private.h to BKE_blenkernel.dsp /include files looks 'claener' to me |
Revision 8c1d95a by Ton Roosendaal May 1, 2005, 17:11 (GMT) |
Error in combo of Spothalo + normal halo over sky, with OSA + gammacorrected adding. :) Missing gamma correction... |
Revision a6bb0b7 by Stephen Swaney April 30, 2005, 23:29 (GMT) |
fix 'no newline at end of file' warnings |
Revision a21fd15 by Stephen Swaney April 30, 2005, 23:24 (GMT) |
changed empty #elif to #else |
Revision 2577c4e by Jens Ole Wund(bjornmose) April 30, 2005, 22:52 (GMT) |
Updated MSVC6 projects to handle depgraph (added some files) fixed some *includes* with #ifdef WIN32 #elif #include <sys/time.h> #endif looks like MSVC6 does not need that include .. donno if cygwin builds will so thats why i kept that *ifdef overhead* |
Revision 79e3333 by Ton Roosendaal April 30, 2005, 21:27 (GMT) |
Dependency graph patch, provided by Jean-Luc Peuriere. Works like a charm... well it now replaces the old base-sorting hack. :) Next stage will be to define how to further integrate it. Plus some minor code cleanups... static/internal functions versus external, etc. |
Revision 42ae912 by Ton Roosendaal April 30, 2005, 21:19 (GMT) |
Removal of old transform() <sob> part one. - added in new transform the (not so useful but yah) old feature that does scrollwheel zoom during transform - had to change transform call arguments for uv-window/sequence/oops to match new transform for mouse callback TODO (for martin?) - pulldown menu support to call with local axes compliant as for pressing it with hotkey - mirrormenu() still uses old transform stuff... |
Revision 413677c by Chris Want April 30, 2005, 21:06 (GMT) |
Moved sinclude for user-def.mk |
Revision e46c8b8 by Ton Roosendaal April 30, 2005, 20:18 (GMT) |
Error in the clipping plane for drawing rotate-widget. On zoom out or zoom in, this clipping went more narrow or wider... should be fixed. |
Revision 9aadcfc by Stephen Swaney April 30, 2005, 19:30 (GMT) |
New methods for Image module: .getPixel( x, y ) returns float list of [r, g, b, a] for pixel .getMaxXY() returns image size as float list [x, y] Contributed by Austin Benesh (mchs3d). Thanks! also ran code thru indent. |
Revision ec52d4a by Chris Want April 30, 2005, 17:33 (GMT) |
Allow make to find user-def.mk even when compiling in subdirectories using the 'mke' trick. |
Revision 194ded1 by Chris Want April 30, 2005, 17:28 (GMT) |
Weird, make on OS X needs an 'export' for CPPFLAGS to make value persist when building subdirectories. I wonder why other platforms don't need this? Fixes the openal unresolved symbol issue with NAN_NO_KETSJI. |
Revision 26d1346 by Ton Roosendaal April 30, 2005, 11:29 (GMT) |
Bug #2497 The CTRL+LeftMouse Lasso option was accidentally also invoked in Image Window. Wasn't supposed to work anywhere but in 3d window. |
Revision ea3f579 by Ton Roosendaal April 30, 2005, 09:57 (GMT) |
- file sizes > 4 GB were not correctly displayed in the file window. It still was using int for calculus... made it using 64 bits ints. - The "disk free" indicator in the header didn't work for OSX, due to a missing #ifdef __APPLE_ |
Revision feca8c4 by Ton Roosendaal April 30, 2005, 09:55 (GMT) |
Manipulator with "normal alignment" now aligns to edges too (if no faces selected) and to vertex normals. Only issue is that vertexnormals are not updated on each editing command (it's a bit too much overhead...) so use a TAB+TAB for now to enforce proper vertexnormals. |
Revision a62b030 by Ton Roosendaal April 30, 2005, 09:17 (GMT) |
Uncommitted fix in NAN_NO_KETSJI compile, which seems to work only for Makefile usage... the linking error might be makefile related then. |
Revision b7a927c by Ton Roosendaal April 29, 2005, 18:43 (GMT) |
More stats-junk stuff! Added in Nkey panel (transform properties) option to show in editmode at choice the global or local coordinate values. Same option works for the "Tech draw" options. :) |
Revision cc44c12 by Ton Roosendaal April 29, 2005, 17:36 (GMT) |
Compile with NAN_NO_KETSJI kept giving me errors with OpenAL. undefined reference to SND_OpenALDevice::SND_OpenALDevice I hacked c++ code in the dummy function wich worked! Now test it! :) |
Revision c812d2a by Ton Roosendaal April 29, 2005, 08:18 (GMT) |
Two fixes in one commit. - The ortho render recode had a weak method to calculate the Z value of the render coordinate (shi.co[2]). Worked OK for normal render, but not in unified, giving big errors in Ortho Unfied render. Solved with proper math, using face equation a*x+b*y+c*y=d. Dunno why I didn't do it in first place. :) - Bug fix #2493. Edge render gave much different result for Ortho. This was due to overflows in the integer math filtering zbuffer values. Cleaned it op properly, preventing any integer overflow now. |
Revision 1eadd45 by Ton Roosendaal April 28, 2005, 19:29 (GMT) |
Additional fix for malloc/MEM_mallocN issues in files code. Previous patch left out a couple of strings, causing MEM_freeN() errors. Patch provided by Anrea Weikert |
|
|
|


Master Commits
MiikaHweb | 2003-2021