-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Antimony 0.7.6 | ||
-------------- | ||
|
||
This is a major release in terms of architecture: | ||
All nodes are now defined as scripts, and scripts now have the power to | ||
define UI primitives (points and wireframes) that show up in 3D views. | ||
|
||
Files saved with `0.7.5` and earlier will be automatically upgraded to | ||
using script nodes (instead of hard-coded nodes). This backwards | ||
compatibility will be removed in later releases. | ||
|
||
If you have a file for which automatic upgrading fails, send it in as | ||
a bug report for further investigation. | ||
|
||
**Features:** | ||
- Added `fab.ui` namespace, with hooks to create 3D view objects from scripts. | ||
- `fab.ui.point` allows points with user-defined drag functions | ||
- `fab.ui.wireframe` creates user-defined wireframes | ||
- Added `fab.color` namespace with a set of standard colors. | ||
- Ported all hard-coded nodes into scripts. | ||
- Skip early render stages if they are sufficiently fast. | ||
- Show error message if Save As or Export target file isn't writable. | ||
- New inspectors are placed in the center of a canvas if possible. | ||
- Automatically upgrade hard-coded nodes in older files to scripts. | ||
|
||
**Bugfixes:** | ||
- Build issue: `sb` directory is now created before subfolders are copied. | ||
- Off-by-one line highlighting error in script panes. | ||
- Weird namespace issue in scripts. | ||
- Remove white border in script UI (Linux). |