Go to file
Campbell Barton f43e75c4d6 py api: BMesh.from_object() was using the derivedFinal, which isn't always available - or may not have UV data if in the wireframe view.
update the function to calculate the derived mesh with bmesh data-mask each time.

resolves bug [#33205] Bmesh "from_object" gives "no usable mesh data".

also found 'mesh_build_data' could run with non mesh objects and fail silently - add an assert.
2012-11-21 00:31:47 +00:00
build_files Mingw x64: 2012-11-20 01:26:21 +00:00
doc remove ifdef'd bevel code, current bevel works better then the previous code. 2012-11-14 09:45:15 +00:00
extern Motion tracking: dump mask image when dump images is enabled 2012-11-20 12:54:28 +00:00
intern Fix #33177: OSL render difference with missing textures and HSV nodes. 2012-11-20 17:40:21 +00:00
release code cleanup: make bmesh operator names more consistant since python has access to these as input arguments and return values. 2012-11-20 05:50:19 +00:00
source py api: BMesh.from_object() was using the derivedFinal, which isn't always available - or may not have UV data if in the wireframe view. 2012-11-21 00:31:47 +00:00
CMakeLists.txt Seems extra hints are needed to find llvm-config on linux 2012-11-20 08:04:53 +00:00
COPYING
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct OSX/scons/osl: un-hardcode the osl libpath 2012-11-19 17:15:33 +00:00