Question about SceneHooks
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/05/2005 at 03:07, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.1
Platform: Windows ;
Language(s) : C++ ;---------
Hello againthis time i have a Question about SceneHooks. The SDK doc states the following about various SceneHook functions:
Note: Make sure that you only use this function when the user is somehow working with your plugin, so that other plugins can also use this hook when it's their turn.
What does this exactly mean ? Can i stop ( let's say ) the draw function from beeing called ?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/05/2005 at 08:45, xxxxxxxx wrote:
I think it just means if the user is not using your plugin then it should just exit from the functions, afaik you can't stop them getting called but you can just do nothing in them
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/05/2005 at 10:12, xxxxxxxx wrote:
Ah that makes some sense.
Thank you.