Files
test2/source
Sybren A. Stüvel 20ba3bd530 Anim: Add RNA function Slot.debug_log_users()
Add an RNA function that can log the users of an Action Slot. It's
available in debug builds only, as it is purely a debug tool for C++
developers at the moment.

Eventually it's likely that the list of Action Slot users will be
exposed to RNA/Python directly, but I'll only write code for that once
we actually need it for non-debugging functionality. For now this is
enough.
2024-09-12 14:08:14 +02:00
..