A Fusion 360 add-in that adds a vertical timeline.
The functionality is limited at this point (see Usage) and performance need to be improved for use with large files.
Download the add-in from the Releases page.
Unpack it into API\AddIns
(see How to install an add-in or script in Fusion 360).
Make sure the directory is named VerticalTimeline
, with no suffix.
The timeline is shown using File -> View -> Toggle Vertical Timeline.
- Click an item to select it*.
- Double-click on an item to edit it*.
- Click on an item text to rename it.
- Right click an item to roll to it.
* See TODO.
The add-in can be temporarily disabled using the Scripts and Add-ins dialog. Press Shift+S in Fusion 360™ and go to the Add-Ins tab.
-
Improve performance
-
Fix nested coloring not reused in new documents.
-
Highlight feature selected in the Fusion GUI.
-
Less intrusive error messages.
-
Correctly select and edit primitive features (e.g. Box) that are inside components.
-
Fix broken functionality once Fusion fixes its bugs
-
Cannot show all feature images due to bug: [API BUG] Cannot access entity of "Move" feature
-
Workaround for document switching since documentActivated is broken. [API BUG] Application.documentActivated Event do not raise
-
- v 0.2.1
- Enable Run on Startup by default.
- v 0.2.0
- Fix selection of features inside components/occurrences.
- Allow selection of rolled back and suppressed features.