Revision d636152 by Campbell Barton June 8, 2015, 11:21 (GMT) |
Use context manager for reading addon headers |
Revision 07d5114 by Sybren A. Stüvel June 8, 2015, 10:08 (GMT) |
Fix: a broken symlink to an addon resulted in a blank addon tab The addons tab in the User Settings window would be empty, due to a FileNotFound error. This error can be caused by a broken symlink, which is now treated the same was as a file that misses its bl_info dictionary. |
Revision 87629b2 by Campbell Barton June 8, 2015, 09:52 (GMT) |
RNA: Object.shape_key_remove method Python had no ability to remove shape keys Original D1169 from @lichtwerk, with edits |
Revision 546a0e2 by Sergey Sharybin June 8, 2015, 09:15 (GMT) |
Fix T44989: Crash on linking external OSL material Issue was caused by passing NULL bmain to the path remap function when localizing the node tree. Paths are to be remapped, otherwise mapping of paths to OSL scripts might happen in a wrong way. |
Revision 0589a81 by Sergey Sharybin June 8, 2015, 09:15 (GMT) |
Cycles: Fix crash doing render preview of external OSL script |
Revision 2ebaa69 by Sergey Sharybin June 8, 2015, 09:15 (GMT) |
Cycles: Move requested feature conversion to an own function This way it could be used for the shader/baking kernels easily n the future. making those kernels more optimal. |
Revision 8c2750b by Sergey Sharybin June 8, 2015, 09:15 (GMT) |
Cycles: Remove round-up trickery for max closure in split OpenCL kernel Round-up was only enabled for viewport render, which was for a long time hardcoded to use 64 closures. This was done in order to avoid unnecessary kernel re-compilations when tweaking the shader tree. We could enable selective closure compilation in the viewport later if it'll give measurable speed improvements, but even then round-up is to happen outside of the device level, This commit also removes early output which happened in cases when max closure did not change. It was wrong because other requested kernel features might have been changed. |
Revision c6c0628 by Sergey Sharybin June 8, 2015, 09:15 (GMT) |
Cycles: Remove requirement of using experimental kernel for hair and blur on AMD Those features are not selectively compiled, so there's no real benefit of hiding them under the experimental feature set. |
Revision 27ed752 by Sergey Sharybin June 8, 2015, 09:15 (GMT) |
Cycles: Make hair, object and motion blur selective compiled into OpenCL This features are now based on the scene settings, so scenes without those features used are rendered even faster. This gives about 30% speedup on the AMD A10 APU here, but at the same time it does not mean such an improvement will happen on all the hardware. That being said, the Tonga device here seems to have no measurable difference. In any case it seems handy to have for the future, when we'll want to support SSS in the kernel or to port selective compilation/split kernel to CUDA devices. |
Revision 267c7b0 by Sergey Sharybin June 8, 2015, 09:15 (GMT) |
Fix "View All" operation in image space not available with locked interface |
Revision 7c59441 by Campbell Barton June 8, 2015, 08:21 (GMT) |
Fix T44995: Crash loading packed image |
Revision b54e95a by Campbell Barton June 8, 2015, 06:02 (GMT) |
Alternative fix copying windows from popup dialogs It could still crash if the window was freed and another was activated. see T44688. |
Revision 22a4fcb by Campbell Barton June 8, 2015, 02:58 (GMT) |
Fix T44991: Apply transform skips poly-radius |
Revision 99fba34 by Campbell Barton June 8, 2015, 01:34 (GMT) |
rename wiki -> manual |
Revision 9927849 by Bastien Montagne June 7, 2015, 14:56 (GMT) |
Fix T44984: wrong texture clamping when applying saturation > 1.0 Applying saturation > 1.0 in HSV space easily leads to negative values in RGB space, so we have to clamp again... |
Revision b79a33e by Martijn Berger June 7, 2015, 13:24 (GMT) |
Allow compilation of cycles network with WITH_CYCLES_LOGGING is ON |
Revision de953bf by Campbell Barton June 7, 2015, 11:52 (GMT) |
Revision 86bb0d1 by Campbell Barton June 7, 2015, 07:44 (GMT) |
MakeDupliFace: select new objects |
Revision 404f9dd by Campbell Barton June 7, 2015, 07:40 (GMT) |
Cleanup: use staticmethods |
Revision bf010c4 by Campbell Barton June 7, 2015, 07:28 (GMT) |
Cleanup: pep8 |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021