之前法國Alexandre Gauthier所主導的Inria的Open Source專案Natron,也就是開放原始碼的Nuke,這個版本新功能包含使用OpenImageIO Library支援更多的Image格式,整合Python3的scripting,OpenFX 1.3的外掛,Rotoscoping & Tracking的支援。
在效率的方面更支援Multi-Theard Rendering,即時的Playback,Multi-task的處理Node Graph,包含在Command line的模式下。
現在提供1.0穩定版本下載
未來1.1版本會支援下列新功能
Python 3 scripting的整合
現有的版本已經實做一半的部分,下列是預計加入的部分
- Parameters expressions – 參數的表達式
- User-defined parameters – 使用者自訂參數
- Nodes groups (Same as Gizmos in Nuke) but that will be written as Python scripts – 使用Python Script建立節點群組,類似於Nuke的Gizmos
- Script editor to control the application overall – 使用Script編輯器控制全應用程式
- User-defined python callbacks to respond to particular checkpoints of the internals of the software(change of a parameter, before rendering a frame, etc…) – 使用者自訂python回調函數來回應軟體特定的檢查點,包含參數變更、算圖前後等等
- Integration of Pyside to the GUI so that the interface will be extensible with new menus and windows – 整合PySide到界面來擴展新的選單與視窗
Optical Flow nodes
- 包含VectorGenerator, MotionBlur, RollingShutter, Retiming Node
Natural matting
- 不用使用綠幕或藍幕當背景就可以處理取出前景的功能
軟體下載
https://natron.inria.fr/install/
Github專案
https://github.com/MrKepzie/Natron