Skip to content

Commit

Permalink
Enable Run on startup by default. v 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasa88 committed Aug 27, 2020
1 parent 4d78355 commit 4f4a0cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DirectName.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"description": {
"": ""
},
"version": "1.1.2",
"runOnStartup": false,
"version": "1.1.3",
"runOnStartup": true,
"supportedOS": "windows|mac",
"editEnabled": true
}
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ Make sure the directory is named `DirectName`, with no suffix.

## Usage

Press Shift+S in Fusion 360™ and go to the *Add-Ins* tab. Then select the add-in and click the *Run* button. Optionally select *Run on Startup*.

A naming dialog will be shown automatically when new features are created.

Press Tab to navigate the inputs and press Enter when done. Press Esc to skip naming.

The object which name is being edited will be highlighted (Object does not get highlighted before an edit is made, due to Fusion 360™ API limitations.)

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.

## Known Limitations

* Highlighting of objects are delayed until the name is edited.
* Highlighting of objects are delayed until the name is edited, if navigating with the keyboard.
* Does not work in Direct Edit mode.

## Author
Expand All @@ -36,6 +36,8 @@ This project is licensed under the terms of the MIT license. See [LICENSE](LICEN

## Changelog

* v 1.1.3
* Enable *Run on Startup* by default.
* v 1.1.2
* Highlight correct entity on mouse focus (Focusing by keyboard still only happens after text change ([Limitation](https://forums.autodesk.com/t5/fusion-360-api-and-scripts/event-when-commandinput-is-focused/m-p/9693906)).)
* Name Section Analyses after creation.
Expand Down

0 comments on commit 4f4a0cf

Please sign in to comment.