Blender Git Loki

Git Commits -> Revision 0cf0f5a

Revision 0cf0f5a by Campbell Barton (master)
September 3, 2010, 14:53 (GMT)
rna api
- move: material.add_texture(tex, coords, mapto) --> material.texture_slots.add()
- added material.texture_slots.create(index), material.texture_slots.clear(index)
- texture slot functions also work for lamp and world now.

Other minor changes
- allow rna functions to set FUNC_NO_SELF and FUNC_USE_SELF_ID at once.
- [#23317] Changed some operators' RNA to accept lengths, a modification I made to this patch made it not work as intended, removed this edit so unit buttons appier in the UI for certain operators.
- Sphinx doc gen, 2 columns rather then 3, didnt quite fit in some cases.

Commit Details:

Full Hash: 0cf0f5a62225f9f9cc2ed9715274e94dc09ad8b0
SVN Revision: 31742
Parent Commit: 52cefa4
Lines Changed: +183, -110

11 Modified Paths:

/release/scripts/op/io_scene_3ds/import_3ds.py (+13, -1) (Diff)
/source/blender/blenkernel/BKE_texture.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/texture.c (+43, -0) (Diff)
/source/blender/makesrna/intern/makesrna.c (+21, -12) (Diff)
/source/blender/makesrna/intern/rna_define.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_lamp.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_material.c (+89, -4) (Diff)
/source/blender/makesrna/intern/rna_material_api.c (+2, -83) (Diff)
/source/blender/makesrna/intern/rna_world.c (+2, -2) (Diff)
/source/blender/python/doc/sphinx_doc_gen.py (+4, -4) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021