Go to file
Campbell Barton 50bce31dbb rna api changes
- mesh.add_geometry(v, e, f)  --> mesh.vertices.add(tot), mesh.edges.add(tot), mesh.faces.add(tot)
- mesh.add_material(mat) --> mesh.materials.link(mat)

changed material.link so it always adds a material even if it exists in the list, this behavior is good for users but not scripts since it can mess up indicies (some formats may have the same material set twice).
2010-08-26 22:44:05 +00:00
build_files Patch [#5429] SCons patch for linux: support more libs to be linked statically 2010-08-26 08:04:58 +00:00
doc - updated man page from --help output. 2010-07-15 19:58:23 +00:00
extern rename most scons build targets to match cmake 2010-08-25 04:30:47 +00:00
intern rename most scons build targets to match cmake 2010-08-25 04:30:47 +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 changes 2010-08-26 22:44:05 +00:00
source rna api changes 2010-08-26 22:44:05 +00:00
CMakeLists.txt rename some cmake build targets 2010-08-24 04:29:23 +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 Patch [#23389] Add authorship information to exported COLLADA files 2010-08-26 06:58:32 +00:00