Blender Git Commit Log
Git Commits -> Revision fe984a6
August 16, 2009, 06:10 (GMT) |
volume material * data reorganisation - uses own values now instead of reusing surface material properties (i.e. an individual density value, rather than reusing alpha) Files saved with the old system won't load up the same after this. * improved defaults and ui |
Commit Details:
Full Hash: fe984a6e6ca9de9cb358fea0f4f3cf42742a1667
SVN Revision: 22502
Parent Commit: a8872d9
Lines Changed: +360, -166
10 Modified Paths:
/release/ui/buttons_material.py (+80, -31) (Diff)
/release/ui/buttons_texture.py (+45, -29) (Diff)
/source/blender/blenkernel/intern/material.c (+10, -3) (Diff)
/source/blender/blenkernel/intern/texture.c (+4, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+10, -3) (Diff)
/source/blender/makesdna/DNA_material_types.h (+28, -11) (Diff)
/source/blender/makesrna/intern/rna_material.c (+96, -11) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+2, -2) (Diff)
/source/blender/render/intern/source/texture.c (+19, -7) (Diff)
/source/blender/render/intern/source/volumetric.c (+66, -67) (Diff)
/release/ui/buttons_texture.py (+45, -29) (Diff)
/source/blender/blenkernel/intern/material.c (+10, -3) (Diff)
/source/blender/blenkernel/intern/texture.c (+4, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+10, -3) (Diff)
/source/blender/makesdna/DNA_material_types.h (+28, -11) (Diff)
/source/blender/makesrna/intern/rna_material.c (+96, -11) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+2, -2) (Diff)
/source/blender/render/intern/source/texture.c (+19, -7) (Diff)
/source/blender/render/intern/source/volumetric.c (+66, -67) (Diff)