Go to file
Campbell Barton d0c54d3d0e use set as a suffix (matches operators)
- set_frame() --> frame_set()
 - set_context_pointer() --> context_pointer_set()

material adding works for curves and metaballs, new function to remove materials.

materials.link() didnt well fit how this is used elsewhere
 - order matters
 - it can be linked more than once.
 - remove(material), isnt that useful since you need to manage indicies.

... use list style functions instead. materials.append(mat) / materials.pop(index)
2010-09-03 07:25:37 +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 use set as a suffix (matches operators) 2010-09-03 07:25:37 +00:00
source use set as a suffix (matches operators) 2010-09-03 07:25:37 +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