Revision 3ec81b8 by Sergey Sharybin August 27, 2015, 16:50 (GMT) |
Fix T45617: Map UV node produces image artifacts Basically filtering was happening twice, first time by applying weights of EWA filter itself and then by applying subpixel offset while reading pixel values. |
Revision 9b3fa88 by Campbell Barton August 27, 2015, 15:25 (GMT) |
Support subframe evaluation for scene strips Useful when used with the speed effect. |
Revision 8d1f9b9 by Bastien Montagne August 27, 2015, 14:31 (GMT) |
Revision 59b2acc by Bastien Montagne August 27, 2015, 14:00 (GMT) |
Make .blend file thumbnail reading simpler and more coherent, read/store them when reading in background mode. Primary goal of this commit is to fix an annoying issue - when processing and saving .blend files in background mode you lose their thumbnails, since it can only be generated with an OpenGL context. Solution to that is to read .blend thumbnail while reading .blend file (only done in background mode currently), and store it in Main struct. Also, this lead to removing .blend file reading code from thumb_blend (no need to have doublons). We now have a small interface in regular reading code area, which keeps it reasonbaly light by only reading/parsing header info, and first few BHead blocks. This makes code reading .blend thumbnail about 3 to 4 times slower than previous highly specialized one in blend_thumb.c, but overall thumbnail generation of a big .blend files folder only grows of about 1%, think we can bare with it. Finally, since thumbnail is now optionally stored in Main struct, it makes it easy to allow user to define their own custom one (instead of auto-generated one). RNA API for this was not added though, accessing that kind of .blend meta-data has to be rethought a bit on a bigger level first. Reviewers: sergey, campbellbarton Subscribers: Severin, psy-fi Differential Revision: https://developer.blender.org/D1469 |
Revision 987b3df by Campbell Barton August 27, 2015, 13:12 (GMT) |
Missed version update loading in background mode |
Revision 2112bd8 by Campbell Barton August 27, 2015, 13:12 (GMT) |
Fix T45926: Drivers fail in background mode Scene evaluation was done before text blocks were registered. |
Revision 90f6675 by Sergey Sharybin August 27, 2015, 10:22 (GMT) |
Buildbot: Correction to previous commit Previous commit didn't really disable cuda binaries for some reason. |
Revision 067fe27 by Sergey Sharybin August 27, 2015, 10:10 (GMT) |
Fix T45702: Editing smoke while viewport render and blender bug Issue was caused by blender internal accessing data from DNA during rendering. There's no simple solution to make stuff thread safe, so for now simply restart rendering on frame update. |
Revision 43dab78 by Sergey Sharybin August 27, 2015, 10:01 (GMT) |
OpenSubdiv: Fix crash toggling edit mode with new depsgraph |
Revision efc6f94 by Sergey Sharybin August 27, 2015, 09:47 (GMT) |
OpenSubdiv: Tweaks to detecting whether geometry data is needed on GPU with new DEG |
Revision 8cd4966 by Sergey Sharybin August 27, 2015, 09:43 (GMT) |
Buildbot: Disable CUDA binaries on win32 They started to give issues as well, need some dedicated time to look into the issues. |
Revision c5f9255 by Campbell Barton August 27, 2015, 09:29 (GMT) |
Fix T45921: Screw modifier flips vertex normals |
Revision 5908340 by Sergey Sharybin August 27, 2015, 09:05 (GMT) |
OpenSubdiv: Attempt to solve crash on certain GPUs/drivers |
Revision 74c3eba by Campbell Barton August 27, 2015, 07:45 (GMT) |
Fix T45920: Loopcut w/ shrinkwrap crash |
Revision 72aadc3 by Campbell Barton August 27, 2015, 07:45 (GMT) |
Use correct size for BVH insertion |
Revision a8be746 by Antonis Ryakiotakis August 27, 2015, 07:05 (GMT) |
OpenSubdiv: Fix error found by PerfectionCat, Use glew, not gl constants to detect presence of extensions. glProgramParameterEXTi is part of GLEW_EXT_geometry_shader4 |
Revision 512f631 by Campbell Barton August 27, 2015, 05:22 (GMT) |
Revision e9a6eff by Campbell Barton August 27, 2015, 03:29 (GMT) |
DNA/IO: struct ghash lookup didn't set 'lastfind' Internal inconsistency: lastfind was being checked on every DNA_struct_find_nr call, but never set. Gives minor speedup reading files. |
Revision a32a405 by Campbell Barton August 27, 2015, 01:11 (GMT) |
Revision 2633928 by Sergey Sharybin August 26, 2015, 15:51 (GMT) |
Fix T45232: Cycles bake artifacts with transparent textures The issue was caused by uninitialized ray used for composite and AO evaluation. Can;t really think of "proper" ray configuration here, it's all a bit arbitrary but think initializing the ray in a way so we look at the surface in a negative normal direction is much better alternative to uninitialized ray. Open for alternative suggestions tho. |
|
|
|


Master Commits
MiikaHweb | 2003-2021