Revision a6edcfc by Daniel Genrich September 22, 2008, 12:31 (GMT) |
Fluid: Remove SDL threads, also fixed the 'finished too early' problem reported once in tracker |
Revision 2009ef8 by Ton Roosendaal September 22, 2008, 12:18 (GMT) |
Bugfix #12835 Zbuffer error in render: when you render faces clipped by 'clip end' the z values could wrap around, resulting in errors. Code not nicely clamps, plus should be faster even! |
Revision 6e3bdac by Daniel Genrich September 22, 2008, 10:58 (GMT) |
Fixing missing function in elbeem |
Revision 80f4b5b by Daniel Genrich September 22, 2008, 10:21 (GMT) |
Removing control define |
Revision c08acde by Daniel Genrich September 22, 2008, 10:04 (GMT) |
Revision eb37006 by Campbell Barton September 22, 2008, 10:00 (GMT) |
[#17388] snap view to main views while rotating from Roelf De Kock (kiemdoder) hold down ctrl when rotating the viewport |
Revision d1dedb2 by Ton Roosendaal September 22, 2008, 09:09 (GMT) |
Added three XYZ color space options in code, will be activated later. Thanks matt for the typing work :) |
Revision b7e8df1 by Ton Roosendaal September 22, 2008, 07:52 (GMT) |
Bugfix: for sunsky preview I added another camera, accidentally changed clip and lens value for other cameras. |
Revision 486a6a2 by Campbell Barton September 22, 2008, 07:17 (GMT) |
copy object properties was crashing because of my recent changes. need to NULL listbase first. changed visibility actuator menu to 3 toggle buttons and added tooltip note about outliner render restriction being used for visibility. |
Revision c57f327 by Joshua Leung September 22, 2008, 04:30 (GMT) |
Bugfix - Long Keyframes: In a A___B|---|B situation created by duplicating the B keyframe, the long keyframe between the 'B' keyframes was not showing up until the A keyframe was already duplicated. Reverting the 'optimisation' applied there (i.e. searching from last block, as that's where most blocks would be added) Also removed some unused lines from gpencil.c |
Revision 8fcac68 by Campbell Barton September 22, 2008, 04:18 (GMT) |
KX_PythonInit.cpp - workaround for current sandbox and possible fix. no real change for now but others may want to look into it. blendef.h - removed some unused defines. editipo_mods.c - deselect all was selecting instead. |
September 22, 2008, 01:51 (GMT) |
* Volume rendering This is an initial commit to get it in SVN and make it easier to work on. Don't expect it to work perfectly, it's still in development and there's plenty of work still needing to be done. And so no I'm not very interested in hearing bug reports or feature requests at this stage :) There's some info on this, and a todo list at: http://mke3.net/weblog/volume-rendering/ Right now I'm trying to focus on getting shading working correctly (there's currently a problem in which 'surfaces' of the volume facing towards or away from light sources are getting shaded differently to how they should be), then I'll work on integration issues, like taking materials behind the volume into account, blending with alpha, etc. You can do simple testing though, mapping textures to density or emission on a cube with volume material. |
Revision 338a5c7 by Daniel Genrich September 22, 2008, 00:32 (GMT) |
Make msvc happy (reported by broken) |
Revision 96a0e0a by Daniel Genrich September 21, 2008, 22:47 (GMT) |
Bugfix where copy-protection of several modifiers like collision, softbody and particleInstance could be bypassed by using ctrl-c + 'copy all' option. |
Revision 6e29313 by Benoit Bolsee September 21, 2008, 21:41 (GMT) |
Update MSVC project files |
Revision 158cca9 by Daniel Genrich September 21, 2008, 21:24 (GMT) |
Fixing little bug allowing neegative attraction forces again |
Revision 0039076 by Daniel Genrich September 21, 2008, 21:02 (GMT) |
Patch for rearranging fluid GUI provided by artist nudelZ |
Revision feccb09 by Martin Poirier September 21, 2008, 20:39 (GMT) |
[#17662] Blender runs the older version a python script when reloading it from disk Missing free compiled. |
Revision a1b8a91 by Daniel Genrich September 21, 2008, 18:36 (GMT) |
Respect compile flags if elbeem is disabled, fix compiling for that case |
Revision 8471184 by Daniel Genrich September 21, 2008, 18:20 (GMT) |
Merging fluidcontrol to trunk from rev16649 fluidcontrol branch. Code provided by Nils Thuerey. |
|