formZ SDK | 4.0 Call Back Reference

formZ Notification

Description

The formZ notification manager is used to notify extensions when certain events occur. The events include changes in formZ project data like objects, lights and layers. Plugins can receive these notifications by implementing functions in the fz_cbak_notf_fset. This function set provides a variety of functions that formZ calls when the respective event occurs. Care should be used when implementing these functions because notification functions are called throughout formZ and a poor implementation can lead to performance issues or crashes. Likewise only necessary functions should be implemented, as even empty "shell" functions will cause some performance degradation. The notification function set can be included in any plugin (it is not a plugin itself). Some notification callbacks are available to scripts as well.

Function Sets

fz_notf_cbak_fset