Go to file
Dalai Felinto c15c223ccd Fix for Mesh.uv_textures.new(name="my_uv") returning the wrong uvmap - reported by Vitor Balbio - not in tracker.
The code was taking the last layer, but that is only valid if the mesh has only one kind of CustomData types (e.g. only UVMaps or only VertexColors). The solution I found is to call CustomData_get_named_layer_index instead. To avoid some situations where an uv with this name may already exist and the number of UVs is already the limit we are returning a CDL only when the texture is properly created.

As a bonus that also fixes the same problem with VertexColor.
2010-08-27 00:35:59 +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 fix some errors in rigify caused by recent api changes 2010-08-27 00:05:00 +00:00
source Fix for Mesh.uv_textures.new(name="my_uv") returning the wrong uvmap - reported by Vitor Balbio - not in tracker. 2010-08-27 00:35:59 +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