Message 1 of 2
Set some camera properties, not in FBX ASCII
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I discovered a new flag I need to set in my commercial FBX exporter, I set it during export; read-back shows it has been set, but it still appears as false in the exported FBX ASCII file. I can do it either way below, no dice. It looks like a few other settings (LockMode, BackPlateScaleX/Y) may not be saved also. Using 2020.2.
lCam->SetBackPlateFitImage(true);
lCam->BackPlateFitImage.Set(true);
The FbxCamera is created, various settings set, then it is added to an FbxNode. Eventually it gets exported, but always it results in
P: "BackPlateFitImage", "bool", "", "",0
The export is all long-time standard working stuff, I don't how setting this can't work.