Commit Graph

10 Commits

Author SHA1 Message Date
3556838983 Fix build error after recent changes (missing FILE). 2018-04-27 10:21:56 +02:00
5752e4f06f WM: message bus rna utilkity macros 2018-04-27 08:23:16 +02:00
122d0d1504 Cleanup: style 2018-04-21 20:42:27 +02:00
1f5d51e44e Cleanup: style 2018-04-19 07:47:03 +02:00
2816694b05 Code cleanup: fix various compiler warnings on clang/macOS. 2018-03-16 05:08:56 +01:00
bc23381a26 Cleanup: remove print 2018-03-02 10:22:10 +11:00
b8b8669b28 Cleanup: style, warning 2018-02-15 18:03:55 +11:00
1ce8a7f3d0 Fix incorrect message bus tag count 2018-02-01 15:56:36 +11:00
c370fffc9b Resolve MSVC C2229
Code works as expected, but MSVC disallows
2017-12-05 03:05:15 +11:00
7a8ac1b09b WM: message bus replacement for property notifiers
Use dynamically generated message publish/subscribe
so buttons and manipulators update properly.

This resolves common glitches where manipulators weren't updating
as well as the UI when add-ons exposed properties which
hard coded listeners weren't checking for.

Python can also publish/scribe changes via `bpy.msgbus`.

See D2917
2017-12-04 20:42:34 +11:00