Revision 13238ee by Dalai Felinto January 26, 2018, 10:43 (GMT) |
Revert "Fix crash on Collada exporter" This reverts commit bd7060a87fd9f46c2bdd141e26934e8573c6e3f8. I mixed two commits together (a fixup for outliner tooltips and a collada fix). Re-committing them individually. |
Revision bd7060a by Dalai Felinto January 26, 2018, 10:38 (GMT) |
Fix crash on Collada exporter |
Revision 16a3ae5 by Dalai Felinto January 26, 2018, 10:22 (GMT) |
Outliner: Tooltips for reorder operators I really would prefer if we were to use the dropbox API for this. That said, we now have some tooltips that work. I'm using the new draw callback draw API for outliner tooltips. Reviewers: mont29 Subscribers: venomgfx, mano-wii, Severin Differential Revision: https://developer.blender.org/D3020 |
Revision 009ce8f by Brecht Van Lommel January 26, 2018, 07:41 (GMT) |
Fix harmlness RNA warning in image texture node drawing. |
Revision c4a4d20 by Brecht Van Lommel January 26, 2018, 07:41 (GMT) |
Fix part of T53080: all material previews re-rendering after undo. This reverts commit dc2617130b2e1d7d2b9892fbd7c6e7b60caafb66, which disabled writing of previews for undo. While this uses some memory, re-rendering all previews is very expensive, especially if for example you have lots of materials using high-res image textures. |
Revision 848f0c5 by Brecht Van Lommel January 26, 2018, 07:41 (GMT) |
Code cleanup: simpler and faster detection of BVH refit. |
Revision 22afe88 by Campbell Barton January 26, 2018, 02:10 (GMT) |
Revision 19b1b45 by Campbell Barton January 26, 2018, 01:53 (GMT) |
make_quickie: replace os.system w/ subprocess.call |
Revision 9b96dd0 by Campbell Barton January 26, 2018, 01:46 (GMT) |
icon update: replace os.system w/ subprocess.check_call |
Revision 0f14c72 by Campbell Barton January 26, 2018, 01:38 (GMT) |
project_info: replace os.system w/ subprocess.check_call |
Revision 7980265 by Campbell Barton January 26, 2018, 01:23 (GMT) |
Tests: replace os.system w/ subprocess.call Saves on process creation and avoids being tripped up by command line parsing. Based on D2967 by @ldo with edits. |
Revision 65d40b3 by Campbell Barton January 26, 2018, 00:52 (GMT) |
Docs: invoke_search_popup uses bl_property Also add code example in docs. |
Revision 5b67f7a by Dalai Felinto January 25, 2018, 21:26 (GMT) |
Outliner: Implement Add (Ctrl) when moving objects inside collection Note there is no "text" explaining to users what is going on. I will address this shortly in an upcoming commit. |
Revision 7e885e1 by Dalai Felinto January 25, 2018, 19:50 (GMT) |
Layer: Update outdated code comment |
Revision 748adb3 by Dalai Felinto January 25, 2018, 13:31 (GMT) |
Merge remote-tracking branch 'origin/master' into blender2.8 |
Revision da4c3f3 by Brecht Van Lommel January 25, 2018, 13:25 (GMT) |
Cycles: rename displacement methods, default to displace, tweak panel layout. Differential Revision: https://developer.blender.org/D3019 |
Revision 176c0c9 by Brecht Van Lommel January 25, 2018, 13:25 (GMT) |
Fix T53874: OpenGL render problem with OpenEXR in 2.8 with float buffers. |
Revision e057d7b by Dalai Felinto January 25, 2018, 13:14 (GMT) |
No need to tag depsgraph id when dropping objects from the outliner As done by c42fc19a8a1c71 - this was needed originally because notifiers were not working so I had to force tagging. And for the records, I should have used DEG_TAG_BASE_FLAGS_UPDATE instead of 0. |
Revision 6743308 by Dalai Felinto January 25, 2018, 12:59 (GMT) |
Fix Eevee error message That said, this should be informed to the user, not printed in the console. |
Revision 43b0e61 by Dalai Felinto January 25, 2018, 12:10 (GMT) |
Fix missing broken notifiers We can't have more than one NOTE_SUBTYPE in the same notifier. Instead of calling both subtypes the code end up not calling either. |
|