tornavis/source/blender
Julian Eisel 800fc17367 Fix/workaround MSVC compile error with messag-bus
Some of the message-bus macros are not safe to use in C++. This has come
up before, but no good solution was found. Now @LazyDodo, @HooglyBoogly
and I concluded this is the best duct tape "solution" for the moment.
The message-bus API should address this.
2022-01-13 20:40:52 +01:00
..
blendthumb Cleanup: move public doc-strings into headers for 'blendthumb' 2021-12-08 17:12:37 +11:00
blenfont Revert "BLI: Refactor vector types & functions to use templates" 2022-01-12 12:50:02 +01:00
blenkernel Fix T94624: Object as font instances don't work 2022-01-12 13:46:13 -06:00
blenlib Cleanup: Run `make format` 2022-01-13 19:56:11 +01:00
blenloader Geometry Nodes: Rename String to Curves socket 2022-01-13 19:17:03 +01:00
blentranslation Build: remove usage of link_directories 2022-01-13 10:40:38 +01:00
bmesh Revert "BLI: Refactor vector types & functions to use templates" 2022-01-12 12:50:02 +01:00
compositor Cleanup: Run `make format` 2022-01-13 19:56:11 +01:00
datatoc Build: remove usage of link_directories 2022-01-13 10:40:38 +01:00
depsgraph Fix T94874: Drivers using bone custom properties don't work on modifiers 2022-01-13 15:17:32 +01:00
draw DRW: Add DRW_gpu_wrapper.hh 2022-01-12 13:05:18 +01:00
editors Fix/workaround MSVC compile error with messag-bus 2022-01-13 20:40:52 +01:00
freestyle Revert "BLI: Refactor vector types & functions to use templates" 2022-01-12 12:50:02 +01:00
functions BLI: Refactor vector types & functions to use templates 2022-01-12 12:57:07 +01:00
geometry Fix: Curve trim node test failure 2021-12-22 18:38:30 -06:00
gpencil_modifiers Cleanup: remove redundant const qualifiers for POD types 2022-01-07 14:16:26 +11:00
gpu GPU: Utility function to bind UBO to batches. 2022-01-11 09:57:22 +01:00
ikplugin Cleanup: use new c++ guarded allocator API 2021-12-24 22:18:04 -05:00
imbuf Revert "BLI: Refactor vector types & functions to use templates" 2022-01-12 12:50:02 +01:00
io Cleanup: codestyle obj_exporter_tests.cc. 2022-01-12 13:02:28 +01:00
makesdna Outliner: Compile all Outliner files in C++ 2022-01-13 17:01:47 +01:00
makesrna Cleanup: follow code-style for float suffix 2022-01-13 12:34:28 +11:00
modifiers Cleanup: fix building all geometry nodes in one translation unit 2022-01-13 12:39:48 +01:00
nodes Geometry Nodes: Rename String to Curves socket 2022-01-13 19:17:03 +01:00
python Revert "BLI: Refactor vector types & functions to use templates" 2022-01-12 12:50:02 +01:00
render Revert "BLI: Refactor vector types & functions to use templates" 2022-01-12 12:50:02 +01:00
sequencer DNA: Add space clip editor defaults 2022-01-12 18:04:48 +01:00
shader_fx Cleanup: move public doc-strings into headers for 'shader_fx' 2021-12-08 20:30:05 +11:00
simulation Cleanup: typos in comments, remove libnumaapi reference 2022-01-10 13:47:12 +11:00
windowmanager Fix/workaround MSVC compile error with messag-bus 2022-01-13 20:40:52 +01:00
CMakeLists.txt