From: Denis B. <den...@gm...> - 2012-12-20 14:42:32
|
Hello, Before I dive into JPython, I have a simple question. I am looking for a tool that can generate a 3D image (and eventually a 3D animation) from a script. I know POVRAY, that I've already used. But POVRAY language used to describe the scene is too limited for what I need to do. Python, which I already used, would be excellent. So, can I follow this procedure : - I write a Python script that creates one (or several successive) scene(s). - Then a run Python on the script in order to generate an image (or a list of images). What I mean is : Do I need to run the user interface in order to create an image (or a list of images) ? Note : A problem with POVRAY is that we can not call the renderer without executing the user interface. Well... we can call POVRAY with some command line arguments. But it is really limited. And the INI file must be assigned with the user interface... Best regards, Denis |