File: 0.7.3.md

package info (click to toggle)
antimony 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,476 kB
  • sloc: cpp: 42,596; ansic: 28,661; python: 1,093; yacc: 128; lex: 114; sh: 90; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Antimony 0.7.3
--------------

**Features:**
- User-defined script nodes are now auto-populated into `Add` menu.
  They are stored in the [`nodes`](../../py/nodes) folder
  and categorized by subfolder.
- Optional third argument for `input` in scripts; it sets the starting value.
- Open files from the command-line with `antimony $FILENAME.sb`
- `make install` copies Antimony and `sb` data directory into `/usr/local/bin`
  (Linux only)
- Double-clicking a `.sb` file will open it in Antimony (Mac only)

**Bugfixes:**
- Fixed crash when loading files that contain connections.
- Fixed frequent crashes caused by reference counting on `Py_None` object.
- Change deletion of rendered images to fix strange crash.
- Fixed crash caused by loading file with Python errors.