A Feature Request about the Timeline and Node-based Procedural
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I often drag feature in the timeline for getting reference, the current timeline control function is very useful and important to me to get those information. But it's not the best practice, for obvious cons:
- Messy logic, like component A (feature 1,2), component B (feature 1,2), component A(feature 3 for getting input from component B, eg. profile, path, cutting tool, etc.).
- For the timeline logic limitation, it's slow as a single core single threading application which waste other CPU cores. It often take dozens of seconds for some feature, that lag makes a bad user experience recall me back Windows 95 application with a sandglass icon. It get me sad for the CAD computers with 4 or 8 cores in 2020.
I would suggest a feature/solution which used in Houdini (a famous cinema industry 3D modelling/animation software like Maya) successfully : Node-based Procedurals
- All features are node based, a component has interval time-based procedural nodes for features , but each component is independent in timeline as their nature
The above example could look like:
The pros:
- Clear logic
- 400%-800% speed up by multiple threading application that takes the advantage of all CPU cores. That would bring a great benefit and advantage vs competitors.
