[SOLVED] not display output on render setting
-
On 14/11/2017 at 01:46, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R19.024
Platform: Windows ;
Language(s) : C++ ;---------
Hello,I trying to create VideoPostPlugin for a custom renderer.
The first step, I added PLUGINFLAG_VIDEOPOST_ISRENDERER, and can be chosen custom renderer by drop-down list in render setting window.
But, when I chose it, not display Output section by render setting. (fig-1)
Do I forget something or I have mistakes?
-
On 15/11/2017 at 09:21, xxxxxxxx wrote:
Hi,
welcome to the Plugin Café forums
That's a bit strange. Actually the Output tab should be there. Could it be, that you started with some example code, which implements RenderEngineCheck() and by this filters out the Output tab (RENDERSETTING_STATICTAB_OUTPUT)?
-
On 16/11/2017 at 06:06, xxxxxxxx wrote:
Hi Andreas,
I could see the save and multipass, so I thought that the output would be displayed in the same way without filtering.
I found output section when filtering in RenderEngineCheck using RENDERSETTING_STATIC_TAB.
I noticed it with your advice.
Thank you!!