Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Milestone parameter #20

Open
kimpixel opened this issue May 8, 2021 · 2 comments
Open

Feature Request: Milestone parameter #20

kimpixel opened this issue May 8, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@kimpixel
Copy link

kimpixel commented May 8, 2021

Is it posiple to get the Milestone as Automatic-Parameter.
I dont want to raise the Version on save every time?

@thomasa88
Copy link
Owner

Hi, I did not know about this feature! It looks to be Fusion 360 Teams feature.

I had a look at the Fusion 360 scripting documentation and there seems to be no information on this (For those interested, I would have expected it in the DataFile object, but it was not there and a search in the whole scripting documentation turned up nothing).

I did however find some "Text Commands" for milestones. I believe that the main purpose of Text Commands are for internal testing of Fusion 360 at Autodesk, so it is hard to know if the commands will continue to work in the future.

Anyway, I only have a personal user license of Fusion 360, so I got this result for the commands and can't really test them out.

MilestoneService.latestMilestone 
Get latest milestone version urn and nubmer failed

MilestoneService.milestones 
There is NO milestones on the active document

Can you try these commands on:

  1. A document without any milestone
  2. A document with one milestone
  3. A document with several milestones

This should give enough information that I might be able to implement this feature.

How to run the commands

Press Ctrl+Alt+C (Windows) or select File -> View -> Show Text commands. Make sure the setting in the lower right corner is set to Txt.

Enter the following commands, after each other, for each of the scenarios above. Paste the result here.

MilestoneService.latestMilestone

MilestoneService.milestones 
fusion-milestones-textcommands.mp4

@thomasa88 thomasa88 added the enhancement New feature or request label May 8, 2021
@thomasa88 thomasa88 changed the title Feature Request / Question Feature Request: Milestone parameter May 29, 2021
@thomasa88
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants