Go to file
Campbell Barton 0cf0f5a622 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.
2010-09-03 14:53:54 +00:00
build_files scons compiling fix: 2010-08-30 00:49:23 +00:00
doc SVN maintenance. 2010-09-03 03:30:20 +00:00
extern Fix [#23569] Convex hull bounds crash Blender 2010-09-03 05:18:36 +00:00
intern SVN maintenance. 2010-09-03 03:30:20 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
projectfiles Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc7 Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc9 Update MSVC project files 2010-08-17 20:53:07 +00:00
release rna api 2010-09-03 14:53:54 +00:00
source rna api 2010-09-03 14:53:54 +00:00
CMakeLists.txt * Don't use /ZI when 64bit building on Windows. Use /Zi instead. 2010-09-01 05:39:26 +00:00
COPYING Updating/removing really really ancient stuff. 2010-03-09 11:42:04 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct Finally change SConscript tabs to spaces. 2010-08-29 20:52:05 +00:00