blender/source/blender
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
..
avi style cleanup: if's on the same line. 2012-11-18 02:41:55 +00:00
blenfont Clen up of gettext stuff from scons scripts... Did not touch to buildbots ones, nor to iconv, as it’s still uncleare whether we can get rid of it :/ 2012-11-11 19:46:36 +00:00
blenkernel 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
blenlib bmesh operator api: 2012-11-20 13:29:27 +00:00
blenloader bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensured to be available, 2012-11-19 00:54:55 +00:00
bmesh code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
collada style cleanup: comments & spelling 2012-11-18 01:22:31 +00:00
compositor Fix compositing normal node not properly showing vector XYZ values when opening 2012-11-17 16:11:02 +00:00
datatoc remove unneeded string in datatoc.c and correct some of the context types in our documentation. 2012-11-03 09:14:06 +00:00
editors Debug value in degrees (under parenthesis) for rotation driver variables 2012-11-20 23:35:03 +00:00
gpu Image thread safe improvements 2012-11-15 15:59:58 +00:00
ikplugin Last fix to get_plugin in ikplugin_api.c was off by one in the wrong direction. 2012-11-13 11:31:54 +00:00
imbuf * Fix Windows compile. #ifdef _MSC_VER was misspelled. 2012-11-19 19:28:06 +00:00
makesdna 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
makesrna Fix #33227: custom keymap syncing didn't work well always when adding/removing 2012-11-20 19:44:20 +00:00
modifiers bmesh operator api: 2012-11-20 13:29:27 +00:00
nodes style cleanup: comments & spelling 2012-11-18 01:22:31 +00:00
opencl code cleanup: remove $Id's that crept back in, also osl style edits 2012-10-23 11:47:23 +00:00
python 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
quicktime OSX: some more version target cleanups and corrections 2012-11-07 10:43:31 +00:00
render Fix #33229: Blender crashes on finishing render 2012-11-19 16:42:14 +00:00
windowmanager Fix #33227: custom keymap syncing didn't work well always when adding/removing 2012-11-20 19:44:20 +00:00
CMakeLists.txt add option to build without blenders default avi codec. 2012-10-08 02:51:42 +00:00
SConscript Scons: 2012-06-30 22:44:36 +00:00