Revision 638b625 by Chris Want January 11, 2006, 03:23 (GMT) |
For windows, NAN_NO_KETSJI was always set to false (as a result of some strange merging). Unfortunately, Bullet doesn't build correctly for gcc under cygwin (some private vs public stuff), so it is important to be able to disable the game engine in these circumstances. |
Revision 09549c4 by Ton Roosendaal January 11, 2006, 00:08 (GMT) |
Orange: Added Alpha viewing option in Image window. |
Revision e728522 by Ton Roosendaal January 10, 2006, 22:10 (GMT) |
Tuesday merger of bf-blender into orange branch. |
Revision d594594 by Ton Roosendaal January 10, 2006, 21:41 (GMT) |
Orange: more work on float/exr buffers; - EXR now saves and reads Zbuffers correctly - EXR reading didn't set alpha to 1 yet when no alpha buffer was present - ImageWindow: the "black point" only checked for the r value... now is OK - ImageWindow: Curves panal has button "reset" - ImageWindow: hold LMB drag shows rgba and z values. With SHIFT or CTRL it applies black/white point whilte dragging too - ImageWindow: saving file copied the entire buffer... removed that. Also made the header print clear; this save only saves in own file type. - Curves: zoom and drag now gets clamped by the Clipping value - Imbuf: duplicate buffer only copied one quarter of to new buffer |
Revision a0a3597 by Ton Roosendaal January 10, 2006, 19:23 (GMT) |
Orange: Accidentally didn't disable the tests I did for 'translucent raytrace', a cheapskate SSS method; http://www.blender.org/bf/rt.jpg http://www.blender.org/bf/rt1.jpg It slowed down render too much, was default on... but invisible! It needed the F10 buttons "rt" to be huge (600-1000) |
Revision 185c6bb by Campbell Barton January 10, 2006, 17:40 (GMT) |
removed slow list handeling faster vert comparisons replaced spaces for tabs removed unneeded getData() calls general cleanup. |
January 10, 2006, 16:52 (GMT) |
ifdef check for WITH_OPENEXR was removed from readimage for some reason causing building without OPENEXR to fail. (Hopefully this doesn't mess up current scons stuff, shouldn't but I haven't tested it after latest changes in scons) (I also cleaned up the Makefile a tad so it didn't check twice for WITH_OPENEXR) Kent |
Revision e2acc62 by Joseph Gilbert January 10, 2006, 16:08 (GMT) |
*project file updates - gets project files in line for compiling again |
Revision 41a06c1 by Campbell Barton January 10, 2006, 13:42 (GMT) |
Added openflight import/export- Blight v1.2 |
Revision 35a103c by Nathan Letwory January 10, 2006, 12:27 (GMT) |
Stupid old SConstruct made adding openexr more difficult than it should be. Now OSX will always do openexr. Rewrite will address this bad implementation once and for all. |
Revision b3eef4f by Brecht Van Lommel January 10, 2006, 12:25 (GMT) |
MSVC compile error fix for subsurf UV. |
Revision 25225dc by Brecht Van Lommel January 10, 2006, 11:49 (GMT) |
Warning fixes for gcc 4 in iksolver and ghost. |
Revision ff8ab2d by Ton Roosendaal January 10, 2006, 11:39 (GMT) |
Orange: tip from Nathan to get exr working in scons compiles... |
Revision dd7e0b6 by Brecht Van Lommel January 10, 2006, 11:36 (GMT) |
Apply Subsurf to UV's. This fixes most of the UV distortion issues with subsurf. Near seams however there might still be some distortion, but this should at least not be worse than before. Subsurf UV is enabled by default on new meshes, and can be enabled in the modifier panel for existing ones. Before and after: http://users.pandora.be/blendix/notsmooth.png http://users.pandora.be/blendix/smooth.png |
Revision b7be662 by Erwin Coumans January 10, 2006, 06:34 (GMT) |
applied patch from snailrose, related to multi-platform OpenGL extensions. |
Revision ca8da58 by Chris Want January 10, 2006, 06:29 (GMT) |
OpenEXR support for Windows Makefiles |
January 10, 2006, 02:23 (GMT) |
Another msvc issue. Added #include <ctype.h> so it compiles. See patch #3686 Kent |
Revision 3063342 by Campbell Barton January 10, 2006, 02:01 (GMT) |
Fixed bug in convert function with Mesh objects. Objects with no modifier could still be converted, but resulting meshes were corrupt and segfaulted Blender when cycling edit mode. This tests each mesh object for modifiers before converting. Resulting metaballs meshes were not visible in wireframe. Also made the selection context nicer, All new converted objects are selected while objects that are converted are deselected. |
January 10, 2006, 01:36 (GMT) |
added prototypes for bottom_sel_action and friends. Steath Apprentice said its needed for MSC. Bug # 3687 Kent |
Revision 3b49074 by Ton Roosendaal January 9, 2006, 23:52 (GMT) |
Orange: and now for the real exr fun: float buffer support in Image window! Image as loaded in Blender (from openexr.com): http://www.blender.org/bf/exrcurve1.jpg Image with different white point: http://www.blender.org/bf/exrcurve2.jpg Image with white and black point and a curve: http://www.blender.org/bf/exrcurve3.jpg Use SHIFT+click to set the black point, and CTRL+click for white point. The buttons in the panel work too, of course. The curves work after the black/white range was corrected, so you can stick to curves with a normal 0-1 range. There's also now a general color curve, marked with 'C' button. Note; this currently only maps the float colors to a visible 8 bits per channel rect. You can save it, but when the blender file loads the curve or mapping is not executed until you click in the curves... have to look at that still. Speed for this is also quite unoptimized... still WIP, but fun! |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021