Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


Importing Alias Files

Learn how to import Alias .wire files into Pixyz by configuring the necessary API settings and ensuring Autodesk Alias is installed.
Read time 1 minuteLast updated 10 hours ago

Importing an Alias file (.wire) requires Autodesk Alias to be installed (with a valid license) on the same computer on which the process is running.

Configuring Pixyz API

The Alias lib path needs to be configured prior importing .wire files:
pxz.core.setModuleProperty("IO", "AliasApiDllPath", "*PATH_TO_ALIAS_INSTALL_FOLDER*/libalias_api.dll")