Message 1 of 4
Tiny Addin Crashes Fusion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Opening a sketch, and running this addin crashes Fusion. If you're using the api & transactions, make sure you keep track of your transaction states.
import adsk.core
def run(context):
app = adsk.core.Application.get()
app.executeTextCommand(f'Transaction.Commit None')
def stop(context):
pass