The current development release is
v1.01.1403, August 29, 2022:
https://www.anim8or.com/download/preview/files/animcl1403.zipThese notes are for the development branch of Anim8or, currently labeled v1.01.xxxx. As changes are verified many but not all will be rolled int the main branch, v1.00x.
The following is a cumulative list of major changes to this development branch since the latest "official" release, v1.00b.
Major changes for build 1403 dated August 29, 2022:#101-056 - Bone Influences or Painted Weights: Points with total weight of 0.0 can follow the wrong bone's orientation.
Major changes for build 1402 dated May 17, 2021:#101-054 - Element's location changes when making a bone the parent.
Add double clicking item list to edit item properties.
Add bone folders to sequence editor
Major changes for build 1400 dated March 14, 2021:Fixed a few bone-as-parent issues and other bugs.
#101-049: Blank parametric parameter field suspends dialog.
#101-050: Making a bone a parent causes element's position to change.
#101-051: Light direction incorrect for light with bone as parent.
#101-052: Moving an element with a bone as a parent works incorrectly.
#101-053: Deleting last knot in a controller crashes.
New Scene Navigation Keys: Home, End, PageUp, PageDown
Major changes for build 1396 dated February 27, 2021:New: Bone in Figure as Parent: You can not make any bone in a figure the parent of any element. When the figure is animated the child element follows it's motion.
ASL Scripts: String and identifier lengths can be up to 4096 characters in length.
Major changes for build 1395 dated January 5, 2021:New: Time Dependent Meshes: Parameteric Plug-In Scripts can now reference the
time and
frame variables to create meshes that change over time. The value of these variables is always 0 in the object editor but changes with the frame in a scene. Requires an
#animated directive in the script.
Subdivided Meshes: Parameteric Plug-In Scripts can be subdivided after the script runs. You can choose the levels of subdivision in the properties dialog in the object editor.
Autosave directory moved to %USER%/AppData/Local/Anim8or/temp
Major changes for build 1393 dated September 7, 2020:Fix #101-046: Renaming bone deletes controllers keys in scenes.
Fix #101-047: Script bone controllers aren't saved to .an8 file.
Fix #101-048: .WAV sounds that don't match sample rate, number of channels and bits per sample of project sound spec aren't output to rendered movies.
Major changes for build 1390 dated August 9, 2020:Fix #101-044: Crash when rendering a scene.
Fix #101-045: Bone folders not working in Scene mode.
Add Sound Spec to project for format of rendered sound stream.
Add phoneme references to key frame clipboard so copy/past works with full phonemes.
Improve visuals for phoneme keys in time track.
Build merged sound track support for future multiple format/multiple stream audio support.
Major changes for build 1387 dated July 12, 2020:Fix #101-041: Skinning was broken when support for working vs. final subdivision levels was added (in cl-1386).
Major changes for build 1386 dated July 9, 2020:Fix #095-059: Different subdivision levels for working and rendered views isn't implemented.
Scrubbing Sound: And one-frame sound playback when scrubbing or using arrow keys.
Delete lead and tail keys when deleting a phoneme ref.
Phoneme track: various visual improvements.
Major changes for build 1385 dated June 29, 2020:Fix #101-039: Import scenes with figures doesn't include figure; can crash.
Fix bug: where morph targets used as phonemes in a scene interfered with morph target menu in object editor.
Allow user defined keys to intermix with phoneme keys.
Add color to phoneme keys in graph editor and time track.
Add user specified strength of phoneme keys, lead and tail timings.
Connect changes in graph window with phoneme definitions so that editing the graph window updates phonemes properly.
Major changes for build 1384 dated June 13, 2020:Fix #101-037: Copy/Paste of a mesh causes images to disappear.
Fix #101-038: Morph target derived from a previous morph target only works if the default name isn't changes.
Fix #101-040: Adding a figure to a scene crashes.
Major changes for build 1383 dated June 09, 2020:Fix 101-036: Anim8or crashes when reading a project that references non existent sounds.
Major changes for build 1382 dated June 08, 2020:Add lip-sync track: There's a new animation track that make scheduling lip-sync morphs easy to add and edit. Chek out
this topic for more details!
Add 500 msec pause between cycles when looping a scene or part of a scene. This should make it easier to animate characters when the action continues past the rang that you are looping.
Fix ShowIK setting that would change after a render.
Don't alter camera or light position or FOV if locked, layer is locked, or licht or camera is hidden when using Arc-Rotate.
Major changes for build 1380 dated May 06, 2020:Sound output in .AVI files: see
this post for more details.
Major changes for build 1379 dated May 03, 2020:Fix 101-033: 16 bit .wav sounds don't display waveform.
Fix 101-034: .wav sound with spaces don't display waveform.
Major changes for build 1378+ dated May 02, 2020:v1.01.1378+ fixes movie render bug in v1.01.1378Add .WAV Sound Support: You can now add .wav sound to scenes.
Fix #101-031: Anim8or freezes when playing or looping a scene or sequence.
Detach Selected Faces: Fix crash when detaching large number of faces.
Add Extrude Faces by Normal: Extrude Faces Shftl+LMB.
Bug fix: Fast Select used to change value when canceling the Configure UI dialog.
Fix #101-030: Scrolling in camera view sets key when camera layer is locked, and related bugs.
Major changes for build 1363 dated July 30, 2019:Add Joint Rotate to Scene Editor: This is similar to that added to the Figure editor discussed in
this topic except that the child bones retain their global orientation.
Note: In Scene mode this is still a work in progress. Joint limits and locked IK targets are not yes supported. See that topic for more information.
Z Limits Bug: Progress on clipping bugs that appear with very large (in scale) objects.
Fix frame MM:SS bug in the status bar of the Scene editor that assumed 24 FPS.
Major changes for build 1357 dated March 15, 2019:ASL scanner: Add tokens for at sign "@" and question mark "?":
ATSIGN_TOKEN
QUESTION_TOKEN
Fix #101-028: Arc-Rotate Crashes in Perspective and Stereo Crash views.
Stereo Views: update in parallel when using Arc-Rotate.
Major changes for build 1356 dated March13, 2019:ART rendering: Improve fast AA for transparent and reflective materials.
ASL scripts: Add "wb" option for ASL files.
ASL scripts: Save render images in script with new type
image and output functions:
class image {
int WriteBMP(string fName); // All functions return 1 if OK, 0 if failed
int WriteJPG(string fName [ , int quality = 95 ] ); // 0 = lowest, 100 = highest
int WritePNG(string fName [, int IncludeAlpha = 0 ] );
}
New member "GetImage()" in
project type:
image GetImage(int image_id); // Returns NULL if no such image.
enum image_id { IMAGE_COLOR, IMAGE_ALPHA, IMAGE_DEPTH };
Fix #101-026: Sequences that go beyond the end of a scene don't extend the scene.
Fix #101-027: Stereo Crossed option doesn't do anything.
Stereo: Fix View->User and View->Stereo menu commands.
Stereo: Add menu option to swap left and right images for use in VR viewers.
Arc Rotate: When using Arc-Rotate in a camera or light view, alter the position and orientation of the camera or light accordingly.
Frames or Seconds: Add menu option to toggle between showing seconds or frame numbers in time tracks.
Major changes for build 1348 dated December 13, 2018:Clay Model Style: Added a new rendering style for working views and renders that displays all objects using a
two-sided clay material. This can make it easier to see the shape when you're modeling especially for objects with patterned materials.
Fix: Edit | Rotate doesn't work for components again.
Fix: Art FastAA crash when more than 256 samples are used.
Fix: GLSL fragment shaders: emissive weight was wrong, it used Ks instead of Ke.
Major changes for build 1345 dated December 2, 2018:Reimplement: changes in builds 1325 to 1332 that were lost due to my disk crash.
Major changes for build 1332 dated August 6, 2018:New Bone Editing Idea: This build has one major addition, an alternate way to edit a Figure's bone structure, plus a new way to show bones. Please post your comments about it in
this topic.
Major changes for build 1330 dated July 22, 2018:ART: Increase maximum number of threads for multi-threaded rendering from 8 to 16 (with an 16 core CPU).
ART: Add int attribute "MaxThreads" to set the maximum number of rendering threads. 0 = use Anim8or default. -N = use #cores - N.
Scene Editor: Add camera move/pan widget. Active in Arrow/Move and Arrow/Rotate modes.
ASL BUG: Restore
LockAmbiantDiffuse,
SetAmbientColor,
SetDiffuseColor, etc. function calls that were accidentally deleted in earlier drop.
Fix bug from cl-1324: Edit->Rotate menu accidentally disabled in point editor when Delete Unreferenced Materials was added to Edit menu.
Fix #101-025: Image, Panoramic and Cube Map Backgrounds rendering issues.
Major changes for build 1329 dated July 7, 2018:ART: Add multi-threaded rendering. Increases speed up rendering up to 8X (with an 8 core CPU).
ART: Improve Fast AA rendering speed and accuracy. (depth, light-mask, normals, materials)
Normal Maps: Fix problem in ART Normal Map rendering.
Normal Maps: Add new option to swap U coordinate direction.
Fix ART bug: where something marked Don't Cast Shadows do so anyway.
Fix #101-023: Ctrl-A Doesn't Select Faces in Groups.
Major changes for build 1325 dated May 30, 2018:Delete Unreferenced Materials: new command.
Improve texture file searches: fix "./" file path bug.
ASL Materials: Add numerous new members, include two sided support. See the
ASL spec for details.
Major changes for build 1321 dated March 15, 2018:Fix crash loading project introduced by cl-1320.
ASL Files: Add support for reading text files using GPScan token scanner. See
this topic for more details.
Major changes for build 1318 dated January 25, 2018:Scene Editor: Added
Element Folders which all you to group element in the track window for easier management of large projects.
- Fixed several minor Undo/Redo bugs such as Element name changes not being applied.
Major changes for build 1317 dated January 14, 2018:Fix #101-017: Issues with Groups and Layers.
Use group's layer instead of each component's layer when displaying or selecting a group.
Use the group number of the components in a group when creating a group.
For multiple group numbers, use any one of them.
Fix #101-018: Reading a .an8 file with a script-based parameteric shape in a group crashes.
Fix #101-019: Script controllers for scene morph targets with aren't saved in .an8 file.
IK effector: Change to not move location of effector unless the user have specifically moved it
(i.e. not when it was moved because it couldn't be reached when the whole figure was moved).
Connected Face Extrusion: Expand cases when new faces are kept parallel to original faces.
Inset Tool: Change to inset edges parallel and equal distance to original edges. Previous behavior (that moved edges relative to the length of each individual edge) is available using the Shift key.
Scene Editor: Add menu command
Edit->Bones->KeySelectedControllers.
Fix #101-020: Object Editor: Copy/Pasting a Group with a sub Group doesn't work correctly.
Major changes for build 1314 dated December 20, 2017:Depth Channel: You can now make movies of the depth channel.
Depth Channel: Fixed small bugs in Z-near/Z-far dialogs as they relate to rendering.
Frame Viewports: Hot-key
f changed to frame only the focus view. Hot-key
Ctrl-Sh-F added to frame all views.
User Lights: Added an option
Options->UseDefaultLighting to disable user lights and use default lighting in the scene editor:
CAD: Display the angle between selected adjacent edges.
CAD: Highlight values in orange when the mouse moves over the component.
Material Samples: Fix bug where they didn't render when layer 0 was hidden.
Major changes for build 1312 dated December 11, 2017:Fix #100-010:GLSL materials with more than 4 textures are broken.
Fix #100-011:Rendering a scene a second time hangs
Fix #100-012:Shape rotations don't follow object coordinates in object editor.
Fix #100-013:Object/Move command uses World coordinates when Object coordinates are selected.
Fix #100-014: Shell and Extrude Connected commands can cause spikes.
Fix #100-015: Sliding Resized Figures with IK.
Scene Editor: Add Copy/Paste for Scene Elements.
Object editor: Add Build->SplitSolids command that separates unconnected parts of a mesh or subdivision surface.
Pivot: Add Edit->Pivot->CenterPivot, AlignWithShape, AlignWithWorld commands.
Point Editor: Implement Edit->Rotate->Rotate commands.
Text Object: Add default font to project: type-face, size, italic, bold