Revision 1e00e87 by Campbell Barton February 16, 2015, 21:54 (GMT) |
FileSpace selection didn't call op.check sometimes (de)select all & globbing didnt run operators check callback. D867 by @igel with edits |
Revision fa9311c by Thomas Dinges February 16, 2015, 21:11 (GMT) |
Cleanup: Update comments and make it more clear what volume interpolation is for. |
Revision 652b2b6 by Campbell Barton February 16, 2015, 20:19 (GMT) |
Fix bake action visual-keying option Disabling did nothing |
Revision 00a3c9a by Bastien Montagne February 16, 2015, 19:38 (GMT) |
UI messages fixes and cleanup. |
Revision 0dfdca6 by Bastien Montagne February 16, 2015, 14:58 (GMT) |
Fix T43684: File Browser is unusable on Windows Machines (do not BLI_is_dir() in draw loop!) Did not had any issue on linux, but looks like on some windows can slow things as Hell. Or maybe just the presence of some network FS? Anyway, not a good idea, so now fsmenu entries' valid status is stored and only evaluated on startup (reading of bookmarks & co) and when opening file browser (refresh, like for system bookmarks). |
Revision fd4f0ed by Thomas Dinges February 16, 2015, 14:23 (GMT) |
Cleanup: Remove unused code from hair BSDF. |
Revision bbe1b54 by Antonis Ryakiotakis February 16, 2015, 13:42 (GMT) |
Fix T43689, viewport compositing does not respect alpha settings for background. For SSAO supporting this is no problem, for DOF we would ideally do blurred alpha, but alpha channel in blurred buffers is occupied by coc field, so use original color alpha instead. It's not entirely correct but it's better than nothing. |
Revision 6e08aa0 by Sergey Sharybin February 16, 2015, 12:16 (GMT) |
Tracking: Expose Filter Tracks operators to the Cleanup panel Not totally happy with this, but it's better than nothing for until we've got real outlier detection. Also made it more cleat how exactly filtering happens, so users don't expect something the operator is not intended to do. |
Revision 7c3d5a3 by Thomas Dinges February 16, 2015, 11:32 (GMT) |
Cycles: Use some more bools in microfacet code. |
Revision e7d2e5f by Lukas Toenne February 16, 2015, 11:26 (GMT) |
Extended RNA support for mesh customdata property layers. Support for user-defined customdata layers (named int, float, string layers) was limited to polygon customdata. This is not accessible in cycles because only tessfaces are used there. Furthermore the polygon attributes were simply described as MeshFloatProperty, MeshIntProperty, MeshStringProperty, omitting the distinction by element type. The patch only adds vertex attributes so far. However, the code now explicitly defines polygon and vertex attributes, so adding edges, loops and tessfaces is much easier should the need arise. Problem is that the RNA definition, which is already much more complicated than the basic DNA/BKE definition of custom properties, now becomes extremely bloated and cumbersome. A simpler solution would be preferable but may not be possible within the constraints of RNA. |
Revision 9daac19 by Sergey Sharybin February 16, 2015, 10:38 (GMT) |
Cycles: Correction for C++11 compilation error after recent vector changes |
Revision 9a10b20 by Sybren A. Stüvel February 16, 2015, 08:27 (GMT) |
Ensure CMake finds SDL 2.0 CMake 2.8 doesn't search /usr/include/SDL2, which is the include directory for SDL 2.x on Ubuntu Linux (and possibly others). This results in SDL 1.2 headers being found when WITH_SDL_DYNLOAD=OFF, and our shipped SDL 2.0 headers when WITH_SDL_DYNLOAD=ON. This patch ensures that in both cases the correct SDL headers are used. Reviewers: sergey, campbellbarton Projects: #bf_blender Differential Revision: https://developer.blender.org/D1112 |
Revision 5865230 by Campbell Barton February 16, 2015, 07:49 (GMT) |
Vert/Edge Slide: better UV interpolation Ignore faces which the sliding vert is outside of. |
Revision 421d0f3 by Campbell Barton February 16, 2015, 07:47 (GMT) |
Math Lib: add dist_signed_squared_to_corner_v3v3v3 Can be used to check if a point is inside the 2-planes defined by a face-corner. |
Revision 81be1c7 by Campbell Barton February 16, 2015, 02:41 (GMT) |
Correct crash /w vertex slide with no faces Error in recent commit |
Revision 7975c0d by Campbell Barton February 16, 2015, 02:19 (GMT) |
cleanup: split VSE view-size into own function |
Revision 5c747e7 by Campbell Barton February 16, 2015, 02:05 (GMT) |
Revision b1dbda1 by Campbell Barton February 15, 2015, 22:44 (GMT) |
BMesh: Connect path, use select order Could connect a pair of verts previously, now connect all vertices along the path, running a second time closes the loop. Can also be used for without faces to connect edges between selected points. |
Revision e2573ae by Sergey Sharybin February 15, 2015, 18:12 (GMT) |
Compilation error fix for strict compiler flags |
Revision 478d67e by Sergey Sharybin February 15, 2015, 18:11 (GMT) |
Cycles: Hopefully compilation error fix for OSX |
|
|
|


Master Commits
MiikaHweb | 2003-2021