Blender Git Commits

Blender Git "master" branch commits.

Page: 4603 / 5574

August 20, 2009, 00:42 (GMT)
Fix Smoke:
*totally forgot scons file for lzma
August 20, 2009, 00:37 (GMT)
Fix Smoke #1:
* compile error reported by nudelZ (static/nonstatic)
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!
Revision fa5838c by Matt Ebb
August 19, 2009, 21:48 (GMT)
* volume rendering cleanups and optimisations
Revision 33adf41 by Matt Ebb
August 19, 2009, 21:47 (GMT)
* CMake fixes, mustn't have come through in the merge
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.


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.
August 19, 2009, 14:04 (GMT)
texture enum was crashing when generating docs, removed radiosity from makefiles.
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.

Revision 132277f by Matt Ebb
August 19, 2009, 11:18 (GMT)
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.
August 19, 2009, 09:52 (GMT)
Various fixes in rna_*_api.c files to remove compiler warnings.
August 19, 2009, 09:35 (GMT)
August 19, 2009, 09:12 (GMT)
2.5 Timeline:

* Removed timeline_header.c with old Buttons code.
August 19, 2009, 09:04 (GMT)
Merge with 2.5 -r 22173:22620.
August 19, 2009, 07:48 (GMT)
cmake cleanup (remove unused includes, make some within IF checks)
Revision 8480ea2 by Matt Ebb
August 19, 2009, 05:54 (GMT)
*small volume render code cleanups
August 19, 2009, 01:11 (GMT)
updated for new transparency RNA names
August 19, 2009, 01:03 (GMT)
New scons option (WITHOUT_BF_PYTHON_INSTALL) to disable copying python files from system
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021