site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=Y3FUBNGQTeRxh1ZY3m+F3XLiinVCn1+uupxoSdLMHXQ1jSsfvpDGYOFJHYya4DAW; h=Received:Message-Id:From:To:Content-Type:Content-Transfer-Encoding:Subject:Mime-Version:Date:X-Mailer:X-ELNK-Trace:X-Originating-IP; Just as a sanity check.... I'm writing an FxGenerator plugin for FCP/Motion. It has a reference image parameter, and the parameter shows up okay. I can assign a source video to the parameter okay in FCP & Motion. But, when I try to access the image in renderOutput, the request fails. Can I access a reference image in an FxGenerator? (Or is that forbidden) If I can, do I use the same parmsApi request as I would in a Filter or Transition type plugin... or is there something different required in a Generator plugin? -- Brian PS: Small code clippette looks like: FxBitmap * controlImageMap; double offsetX = 0, offsetY = 0; BOOL isControlImageAssigned = [parmsApi getBitmap:&controlImageMap layerOffsetX:&offsetX layerOffsetY:&offsetY requestInfo:renderInfo fromParm:kControlImageParamID atTime:renderInfo.frame]; _______________________________________________ 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... This email sent to site_archiver@lists.apple.com