Maybe I have missed it, but is there a guide for 2026-2026.2 project creation via the command line?
Thanks
Flamer Fegan
Maybe I have missed it, but is there a guide for 2026-2026.2 project creation via the command line?
Thanks
Flamer Fegan
/opt/Autodesk/wiretap/tools/current/wiretap_create_node \
-h 127.0.0.1:IFFFS \
-n /projects \
-t PROJECT \
-d "{flame_projekt_name}" \
-s XML \
-f "{projekt_xml_path}"
Managing Projects and Setups
Project Node Metadata (XML)
or you can call me and i’ll walk you through it.
thank you @philm. you da best.
wiretap functionality and xml descriptions definitely changed in flame 2026.0.0 from 2025.x.x, and i think I remember a minor modification in 2026.1.0 but certainly in 2026.2.0, so version is crucial to whether or not a wiretap command with injected XML will work.
It’s relatively trivial to fix from version to version - pay attention to userdb, projectdb, syncolor, ocio, etc.
Despite substantial (yet invisible) infrastructure improvements by the flame team and subtle configuration changes, most changes are easily overcome, and not brittle.
I appreciate that.
A 2026 compatible XML might look like:
<?xml version='1.0' encoding='utf-8'?>
<Project>
<Name>123_flame_alpha_MMXXVII_romeo</Name>
<Nickname>123_flame_alpha</Nickname>
<ShotgunProjectName>123_flame_alpha</ShotgunProjectName>
<Description>Logik Projekt MMXXVII Integration Initiative</Description>
<CatalogDir>/Volumes/Samsung-T3-1TB/Autodesk/flame/projects/123_flame_alpha_MMXXVII_romeo/catalog</CatalogDir>
<ProjectDir>/Volumes/Samsung-T3-1TB/Autodesk/flame/projects/123_flame_alpha_MMXXVII_romeo</ProjectDir>
<SetupDir>/Volumes/Samsung-T3-1TB/Autodesk/flame/projects/123_flame_alpha_MMXXVII_romeo/setups</SetupDir>
<MediaDir>/Volumes/Samsung-T3-1TB/Autodesk/flame/projects/123_flame_alpha_MMXXVII_romeo/media</MediaDir>
<Version>2026.2.pr.xxx</Version>
<FrameWidth>1920</FrameWidth>
<FrameHeight>1080</FrameHeight>
<FrameDepth>16-bit fp</FrameDepth>
<AspectRatio>1.7777778</AspectRatio>
<FieldDominance>PROGRESSIVE</FieldDominance>
<ColourPolicyName>ACES 2.0</ColourPolicyName>
<OCIOConfigFile>/opt/Autodesk/colour_mgmt/configs/flame_configs/2026.0/aces2.0_config/config.ocio</OCIOConfigFile>
<IntermediatesProfile>2:1120376</IntermediatesProfile>
<FrameRate>23.976 fps</FrameRate>
<DefaultStartFrame>1001</DefaultStartFrame>
</Project>
I just went back and checked and there were three changes in 2026 for wiretap.
What’s New in 2026