Campbell Barton
6feb6235e1
WM: log message bus operations
2018-05-08 08:34:06 +02:00
Campbell Barton
bf593a8631
WM: quiet GCC redundant declaration warnings
2018-05-08 07:18:49 +02:00
Brecht Van Lommel
3556838983
Fix build error after recent changes (missing FILE).
2018-04-27 10:21:56 +02:00
Campbell Barton
5752e4f06f
WM: message bus rna utilkity macros
2018-04-27 08:23:16 +02:00
Campbell Barton
122d0d1504
Cleanup: style
2018-04-21 20:42:27 +02:00
Campbell Barton
1f5d51e44e
Cleanup: style
2018-04-19 07:47:03 +02:00
Brecht Van Lommel
2816694b05
Code cleanup: fix various compiler warnings on clang/macOS.
2018-03-16 05:08:56 +01:00
Campbell Barton
bc23381a26
Cleanup: remove print
2018-03-02 10:22:10 +11:00
Campbell Barton
b8b8669b28
Cleanup: style, warning
2018-02-15 18:03:55 +11:00
Campbell Barton
1ce8a7f3d0
Fix incorrect message bus tag count
2018-02-01 15:56:36 +11:00
Campbell Barton
c370fffc9b
Resolve MSVC C2229
...
Code works as expected, but MSVC disallows
2017-12-05 03:05:15 +11:00
Campbell Barton
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