I would like to be able to make an animated clip of a PCB from the 3D view, starting with the front and then rotating to the back. Other paths also desired in future. I gather from a related post that this is best done by exporting the 3D model to another CAD program that can generate such clips.
Hi Ken,
do you have an example for other tools or something similar that shows your feature?
I’m confusing with the “animated clip” and “starting with the front and then rotating to the back”
I am thinking on cases where you can clip the board to inspection but I’m not understanding the “animation”
Well I’m not sure it’s a feature that should be in Kicad’s 3D viewer. I’m thinking it should be in another tool where one can programmatically rotate, zoom, etc. a 3D object, and capture a clip while doing that. I should try jos’s suggestion to export to Freecad first.
it would be possible to develop a get of a sequence of images and save in some format (provide that a library of that format could be included in KiCad).
right now, you can try using an external capture and use the reset shortcuts of 3D viewer as it will create an animation: ZzXxYy … but it will show the green arrow
I remember someone did a manually rotation by stepping all the rotation and get a screenshot… but will be time consuming…
Hi @kammutierspule ,
this thread reminds me a request we discussed long time ago
The best would have the option to add (even with a script) a path to be followed by the 3D viewer.
We already have an option to switch between different views using ‘x’, ‘y’ and ‘z’ shortcuts, but an enhanced tool would be great.
Movie recording could be done by an external tool, but the motion would need to be done by the 3d viewer code.
Something like:
First I would like to see better lighting. Nice animation will fall flat with ugly background and bad light. It would be good for static screenshots, too.
There hardly exists more advanced free (at least Open Source) tool for animations than Blender. However, it’s not easy. If you haven’t seen the results yet, take your coffee break now…
I once tried to open a KiCad design with it for a nice static rendering, but couldn’t get anything visible within short time.
ATM it is already possible to import an exported VRML KiCad pcb board in to Blender.
Blender 2.7.9 is working fine.
Blender 2.8.0 has some issue on color importing.
Anyway Blender is a bit time consuming both to learn and to render.
Something like the 3d-pcb-flyout would be a very nice addition with a minimal learning curve
Looking forward to see your coding in action again