Page 4 of 4

Re: Animation Plugin Developed

Posted: Thu Dec 02, 2021 10:31 am
by ivan-zd
Hello,

It's awesome plugin and thanks for the development. However, I'm not able to use it with the CLI approach.
Did somebody maybe try so far to use it in CLI mode, are there maybe some workarounds to implement it?

Thanks.

Re: Animation Plugin Developed

Posted: Thu Dec 02, 2021 3:13 pm
by daniel
So the problem is that right now, the command line mode doesn't initialize the OpenGL context or any display environment (so as to be run on servers without graphic cards for instance).

So the first thing to solve would be to add an option to the command line so that it initializes the display/OpenGL environment.

Then of course, one needs to add the command line option to the plugin (which should be easier).