Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 5379 / 5574

May 1, 2005, 21:40 (GMT)
put depsgraph_private.h to BKE_blenkernel.dsp /include files
looks 'claener' to me
May 1, 2005, 17:11 (GMT)
Error in combo of Spothalo + normal halo over sky, with OSA + gammacorrected
adding. :)

Missing gamma correction...
April 30, 2005, 23:29 (GMT)
fix 'no newline at end of file' warnings
April 30, 2005, 23:24 (GMT)
changed empty #elif to #else
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*
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.
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
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.
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.
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.
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_
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.
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.
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. :)
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! :)
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.
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
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021