New Movie Workbench
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Be nice to others! Read the FreeCAD code of conduct!
New Movie Workbench
Hello.
After many trials and errors, I finalized a first approximation of a workbench to create frames and films of animations elaborated in FC.
The workbench called Movie is available at: https://github.com/Francisco-Rosa/FreeCAD-Movie
I also had to adapt the ExplodeAssembly workbench to trigger the recording. This modification is available at: https://github.com/Francisco-Rosa/ExplodedAssembly
Before putting together a wiki page with instructions (which I still don't know how to do), I've embedded a tutorial file (Tutorial.txt) on GitHub above.
As soon as possible, I will include the test file that I have been working on to better explain the use of this workbench.
To expand the application, I also left instructions on how to include recording commands in any other workbench, script or macro animation.
I hope the acceptance is positive and many are encouraged to include in their workbenches the resources of recording the animation directly in the FC.
After many trials and errors, I finalized a first approximation of a workbench to create frames and films of animations elaborated in FC.
The workbench called Movie is available at: https://github.com/Francisco-Rosa/FreeCAD-Movie
I also had to adapt the ExplodeAssembly workbench to trigger the recording. This modification is available at: https://github.com/Francisco-Rosa/ExplodedAssembly
Before putting together a wiki page with instructions (which I still don't know how to do), I've embedded a tutorial file (Tutorial.txt) on GitHub above.
As soon as possible, I will include the test file that I have been working on to better explain the use of this workbench.
To expand the application, I also left instructions on how to include recording commands in any other workbench, script or macro animation.
I hope the acceptance is positive and many are encouraged to include in their workbenches the resources of recording the animation directly in the FC.
Last edited by F_Rosa on Wed Dec 14, 2022 1:27 am, edited 1 time in total.
Re: New Movie Worbench
The test file (updated). Create a clapperboard, configure it and start your test. To achieve similar results, set the resolution of the R1 frames equal to the rendering project.
- Attachments
-
- Example_test_R02.fcstd
- Updated file
- (492.09 KiB) Downloaded 49 times
Last edited by F_Rosa on Fri Dec 23, 2022 2:10 pm, edited 2 times in total.
Re: New Movie Workbench
Here it is rather the process than the final result, so how about creating a video of using this video workbench?
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Re: New Movie Workbench
Last edited by F_Rosa on Mon Dec 26, 2022 12:48 pm, edited 1 time in total.
Re: New Movie Workbench
This is AWESOME! Congrats!
Tell us when you feel it's ready to be in the addon manager
Tell us when you feel it's ready to be in the addon manager

Re: New Movie Workbench
Thank you, your impression is very important! But it's good to record that this task was only possible with the excellent guidance made by you and others about FC. We are always grateful!
From the list of arrangements to submit the workbench to the repository, please, I need help on how to:
Create a dedicated page for your workbench on the FreeCAD wiki
Add it to https://freecadweb.org/wiki/External_workbenches
Tag (AKA 'label') your Github repo with the following: freecad, addons, and workbench
Still pending, but I think I can do myself:
Finished the README.md including screenshots and screencasts - no problem, Changelog (if it is really necessary, I will need help how to)
Include a package.xml metada file (I still have to consult the page for learning know how to)
Submit a Pull Request to the repository (It apears simple and I will try to)
After that, I would like to discuss some features to add in this workbench, ok?
Last edited by F_Rosa on Thu Dec 15, 2022 6:26 pm, edited 1 time in total.
Re: New Movie Workbench
FYI the easiest way to create package.xml is to switch the Addon Manager to development mode in Preferences. A new button will appear to help you create that file.
Re: New Movie Workbench
Looks nice. What I meant above was, if you could make some kind of a video tutorial for creating such a video.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Re: New Movie Workbench
I don't know what you mean by "permission" here, sorry! Anyone who wants to can switch the Addon Manager into "Developer Mode", all it does it add a new button at the bottom of the interface to open "Developer Tools", which helps you to create a well-formed package.xml metadata file. You can of course create that file by hand if you prefer.