How to distinguish between Viewer and Inspector renders in Motion?
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com -- Pauli Ojala Lacquer oy/ltd pauli@lacquer.fi _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... In Motion, an FxPlug's render method gets called twice: first for the "real" render, then for the small preview at the top of the Inspector window. My plugin now performs analysis on the input texture, and I don't want the analysis results to get updated when the tiny preview is rendered, so I need a way to distinguish between the two types of renders. Is there a flag passed somewhere that would directly indicate which type of frame is being rendered? (I may be missing something completely obvious here...) This email sent to site_archiver@lists.apple.com
participants (1)
-
Pauli Ojala