Revision 858dbbe by Daniel Genrich August 20, 2009, 00:42 (GMT) |
Fix Smoke: *totally forgot scons file for lzma |
Revision 89658db by Daniel Genrich August 20, 2009, 00:37 (GMT) |
Fix Smoke #1: * compile error reported by nudelZ (static/nonstatic) |
Revision 286c2ca by Daniel Genrich August 20, 2009, 00:33 (GMT) |
Smoke: * cache for low res (deactivating high res for now) * new way of view3d rendering of smoke (no longer 3 axes) -using 3dtexture now (introduced into gpu/intern) * introducing LZO and LZMA libs into extern (makefiles missing for now) * reducing memory usage after simulating for the frame ended (freeing temporary buffers) * splitting smoke into 2 modifier for the cache-sake (it cannot handle more than 1 cache on the same modifier-index) * no color on gui anymore * fixing non-power-of-2 resolutions (hopefully) * fixing select-deselect of domain drawing bug * fixing drawobject.c coding style (making Ton happy) ;-) HINT #1: If scons doesn't work -> cmakefiles are up-to-date, couldn't test scons (but i tried to mantain them, too) CODERS HINT #1: we really need a way to disable adding all modifiers through "Add Modifiers" dropdown! WARNING #1: before applying this commit, deactivate your SMOKE DOMAIN in your old files and save them then. You can open them then savely after that. WARNING #2: File and cache format of smoke can be changed, this is not final! |
August 19, 2009, 21:48 (GMT) |
* volume rendering cleanups and optimisations |
August 19, 2009, 21:47 (GMT) |
* CMake fixes, mustn't have come through in the merge |
Revision c21627e by Nicholas Bishop August 19, 2009, 21:24 (GMT) |
2.5/Paint: * Some initial work on a new paint abstraction, PaintStroke. For now, most of the code just pulls out stroke-related stuff from sculpt mode, next step is to integrate the other paint modes to use this. It'll enable stuff like smooth stroke for all the paint modes with less code duplication. |
Revision 8a5a7d3 by Nicholas Bishop August 19, 2009, 16:49 (GMT) |
2.5/Multires: * Fixed saving most recent sculpting on a multires object. Uses the same hack already in place for saving that info for undo. |
Revision 792d526 by Robin Allen August 19, 2009, 15:45 (GMT) |
More texnode preview fixes. Previews now have correct aspect ratio and are drawn by the renderer. |
Revision 315229e by Campbell Barton August 19, 2009, 14:04 (GMT) |
texture enum was crashing when generating docs, removed radiosity from makefiles. |
Revision aace6ef by Brecht Van Lommel August 19, 2009, 12:35 (GMT) |
2.5: Restored statistics in the info header. Implementation: * NC_SCENE or NC_OBJECT cause scene->stats to be cleared. * NC_INFO is sent to tag info headers for redraw. * In UI scene.statistics() creates scene->stats if it is NULLd, and then returns the string. |
August 19, 2009, 11:18 (GMT) |
Revision c3041ae by Campbell Barton August 19, 2009, 10:26 (GMT) |
- fix for BGE warnings - when C++ uses guardedalloc SYS_DeleteSystem was called after MEM_printmemlist(), making it look like there was a leak. |
Revision 7220792 by Arystanbek Dyussenov August 19, 2009, 09:52 (GMT) |
Various fixes in rna_*_api.c files to remove compiler warnings. |
Revision e611c47 by Brecht Van Lommel August 19, 2009, 09:35 (GMT) |
Revision 9b25a3b by Thomas Dinges August 19, 2009, 09:12 (GMT) |
2.5 Timeline: * Removed timeline_header.c with old Buttons code. |
Revision 7c786e2 by Arystanbek Dyussenov August 19, 2009, 09:04 (GMT) |
Merge with 2.5 -r 22173:22620. |
Revision 360235a by Campbell Barton August 19, 2009, 07:48 (GMT) |
cmake cleanup (remove unused includes, make some within IF checks) |
August 19, 2009, 05:54 (GMT) |
*small volume render code cleanups |
Revision 680f880 by Campbell Barton August 19, 2009, 01:11 (GMT) |
updated for new transparency RNA names |
Revision eb6c5d7 by Martin Poirier August 19, 2009, 01:03 (GMT) |
New scons option (WITHOUT_BF_PYTHON_INSTALL) to disable copying python files from system |
|