Revision 4ec6b16 by Ray molenkamp February 20, 2019, 18:44 (GMT) |
cycles/opencl: Fix compile error. added missing quote, introduced in rB15edda3a8e07003bef695cca939744bbea80ad18 |
Revision 9a9336c by Brecht Van Lommel February 20, 2019, 18:07 (GMT) |
Merge branch 'blender2.7' |
Revision 5df82b6 by Brecht Van Lommel February 20, 2019, 18:06 (GMT) |
Local view: add operator property to disable framing selected objects. Default behavior is unchanged still, but can be changed in the keymap. From testing I think this needs better visual feedback to indicate that you are in local view, if the view does not move it's not as clear. |
Revision c4f961a by Brecht Van Lommel February 20, 2019, 18:06 (GMT) |
Local view: don't restore selection when exiting local view. Losing the selection can be inconvenient, and it's easy to select all local objects before exiting local view if needed. |
Revision 12a6059 by Pablo Vazquez February 20, 2019, 17:56 (GMT) |
UI: Use checkbox for shape keys 'mute'. Muting functions as enable/disable toggle, it's not viewport-only. |
Revision 3f65cad by William Reynish February 20, 2019, 17:02 (GMT) |
Units: Use pixels for denoising radius property, and set Cycles motion blur duration to factor. Also fix own mistake of using of spaces instead of tabs in RNA. |
Revision 848f589 by Brecht Van Lommel February 20, 2019, 16:13 (GMT) |
Tests: only run OpenGL draw tests on lib/tests/opengl, support symlinks. To keep running these tests relatively fast and practical to run often, running it on all .blend files is a bit much. So now we only run it on files from this directory. Additionally this adds supports for following symlinks, so that you can easily symlinks to other directories if you want to tests extra files which may have linked libraries. |
Revision fda79db by Brecht Van Lommel February 20, 2019, 15:39 (GMT) |
Cleanup: fix compiler warning. |
Revision 27c72e2 by Brecht Van Lommel February 20, 2019, 15:22 (GMT) |
Cleanup: fix some versioning code running when not needed. |
Revision ee7c979 by Sergey Sharybin February 20, 2019, 15:09 (GMT) |
Fix crash when rendering and drawing curves at the same time Need to stop modifying original DNA data, this is not safe for threading and easily avoidable. |
Revision 7ed5e9f by William Reynish February 20, 2019, 15:04 (GMT) |
UI: Make Shutter Speed properties consistent in Eevee & Cycles. -Use PROP_FACTOR for both (It is a factor of the total frame length) -Set soft max to 1 and hard max to 2 for both. |
Revision 32314e2 by William Reynish February 20, 2019, 14:28 (GMT) |
UI: Change name of Sequencer option from 'Draw Waveform' to 'Display Waveform' to fit the naming conventions described in T56648. |
Revision 8a4cdda by Jeroen Bakker February 20, 2019, 14:22 (GMT) |
Merge branch 'blender2.7' |
Revision 949ab75 by Jeroen Bakker February 20, 2019, 14:17 (GMT) |
Cycles OpenCL: Remove OpenCL MegaKernel Using OpenCL MegaKernel has been slow and therefore not usefull. This patch will remove the mega kernel from the OpenCL codebase and the OpenCLDeviceBase class. T61736: removal of mega kernel T61703: baking does not work with mega kernel Tags: #cycles Differential Revision: https://developer.blender.org/D4383 |
Revision 9315cc4 by Sergey Sharybin February 20, 2019, 13:47 (GMT) |
Cycles: Fix wrong vertex color and UV for hair Was introduced by rB03013c23179 and caused by missing occasions of when hair strands are zero length. |
Revision ffd66ce by Sergey Sharybin February 20, 2019, 13:38 (GMT) |
Subdiv: Fix function naming Not sure where displacement came from into there, maybe file was based on displacement evaluator. |
Revision a1bd25a by Sebastian Parborg February 20, 2019, 13:37 (GMT) |
Node headers should not respect theme alpha values As pointed out in https://developer.blender.org/rB558d7dd90e56ca1b4dbf1b7b8b7b555791821148, the theme color alpha should not be taken into account when rendering node headers. Reviewed By: Brecht Van Lommel Differential Revision: https://developer.blender.org/D4338 |
Revision b285f92 by Brecht Van Lommel February 20, 2019, 13:04 (GMT) |
Fix File > Save not showing red highlight when saving over existing files. Don't disable the save over popup through the keymap, just remove it entirely from the code so that the file browser interprets the property correctly. |
Revision cfbcd7f by Brecht Van Lommel February 20, 2019, 12:53 (GMT) |
Fix missing dependency upgrade when changing image to/from sequence. Since animation is now handled by the dependency graph. |
Revision c985c60 by Sergey Sharybin February 20, 2019, 10:48 (GMT) |
Depsgraph: Fix relation when lamp has driver on custom property Was once again caused by an ambiguity of the entry/exit operations. Only did for objects since those are the only one who needs this. The rest types of IDs needs to be checked and only added extra operations if needed (adding operations and relations causes some overhead for evaluation, so need to be careful). |
|
|
|


Master Commits
MiikaHweb | 2003-2021