2025's first update is here, fixing some old Wacom bugs, introducing lots of George commands for CTG layers, fixing issues with custom plugins, and more.
--------------------------------------------------------------------------------------------
What’s new in TVPaint Animation 12.0.3?
Timeline:
- CTG Layers: you can now use "Transform into Anim Layer" on multiple CTG layers at once (selected layers).
- Added a "Fit to camera" option in the Timeline.
- Clicking on the layer folder creation icon when a layer is selected should put this selected layer into the folder.
- In Storyboard view, an option has been added to create a new project from each selected clips.
- Camera Layer can now be deleted when it is the current layer.
- When increasing exposures on an instance, if you have several instances selected, all instances will gain exposures.
- George commands to handle CTG layers:
Spoiler : CTG commands :
- New commands to manage scenes:
Spoiler : Scenes commands :
- New George commands for Image Library:
Spoiler : Library commands :
- New optional parameter for tv_LibraryImageAdd to add all images of the current custom brush:
Code: Select all
tv_LibraryImageAdd "type" "image" "name" iName "parent" iId "source" "currentlayerimage"|"display"|"custombrush"|"custombrushall"
- Image Library George commands are now undoable
- Add a parameter to tv_LayerMove to take into account a folder:
Code: Select all
tv_LayerMove iPosition [iFolderID] If iFolderID is not given, the layer will be moved in the "root" folder.
- New command to get Camera Info at a given frame:
Code: Select all
tv_CameraInfoFrame iFrame returns oX oY oAngle oZoom oCameraWidth oCameraHeight
- In the Shape Settings panel, all sources can now be assigned with shortcuts, and you can cycle between sources with a shortcut.
- Anti-Aliasing is now correctly applied to the Pespective Tool.
- Added a "Lock Preview" option on Transformation Tools: preview only affects the currently locked frame(s).
What has been fixed and/or improved in TVPaint Animation 12.0.3?
Drawing:
- Horizontal lines should no longer appear out of nowhere when drawing.
- [WACOM TABLETS] Hover click mode now works in Wintab + Subpixel mode
- Project > Render Camera in New Project no longer inverts layers' order.
- Cropping a project no longer makes the "You cannot use this tool on a Camera layer" pop-up appear on the new project.
- Camera spline speed curves no longer have strange angles.
- Removed some empty spaces in the Timeline GUI to make it look closer to what it was in v11.
- Timeline can once again be scrolled in Project View after pausing playback.
- Fixed a refresh bug that could happen when transforming a CTG layer to an Anim layer (or vice versa).
- Fixed a crash that could happen after transforming an Anim layer to a CTG layer.
- Updated opacity tooltip for the Layer Folder.
- Project view thumbnails are no longer refreshing when you select another Clip.
- Clip Thumbnails preview is no longer distorted when the Camera's resolution differs from the project's size.
- Hidden Clips are now correctly marked as hidden.
- Camera no longer flickers when scrolling the Timeline in Project > Thumbnail view.
- There should no longer be a gap between the bone's border and the bone itself.
- tv_LibraryImageInfo no longer returns an error when searching on objects.
- tv_ProjectInfo no longer returns the field parameter
- When using tv_LayerDuplicate on a layer in a Folder, the duplicated layer will now be in the Folder.
- Fixed various issues with the tv_ShapeTransform command.
- Having a paper toggled on no longer causes the non-drying to behave like drying.
Fixed an issue with the Undo function when cutting and pasting images on the same Library.
DPI value is no longer reset when a project is cropped.
Playback button allows previewing FX stack once again.
Fixed some font issues in Chinese and Japanese localization.
Fixed French localization that was present in non-French languages.
Increased the size of many HUDs (Camera, FXs...).
- Fixed an issue causing custom plugins to either crash when loading or cause a TVPaint crash.
When opening a new PIFilterReq, it will no longer appear in the top left spot of the TVPaint window.
If you coded a plugin, we strongly recommend switching from using DWORDs to INTPTRs in your plugins for better 64-bits support.
- Fixed an issue that prevented the menu bar from stop working in the Standard Edition.
Cmd + A shortcuts are working once again.