State:Closed|icon_bug|icon_katana|database:public|Resolution:Fixed|TargetRelease:4.0v5|BugID:480721|
renderboot is provided with an XML with the table:
Running command: /opt/Foundry/Katana4.0v4/bin/renderboot -geolib3OpTree /tmp/katana_tmpdir_56246/geolib3000001.optree -renderer dl -renderMethodType previewRender -renderMethodName previewRender -renderTime 1 -t 1 -useID True -sequenceID 1 -katanaRoot /opt/Foundry/Katana4.0v4 -tempDir /tmp/katana_tmpdir_56246 -pluginDsoPath /usr/local/3delight-2.3.7/Linux-x86_64/3DelightForKatana/Libs -assetPlugin File -fileSequencePlugin FileSeq -geolib3RuntimeMode sync -resolutionsTable /tmp/katana_tmpdir_56246/Resolutions/FoundryResolutions.xml -verbose 1 -threads 8 -host FWP55306:15900 -interactivePrecision float -geolibRuntime Geolib3-MT -opTreeOptimizations True -sceneTraversalVerboseLogging False -cacheEviction True -cacheSoftLimit 1048576 -cacheCollectionFrequency 10000
However, the table is not recreated for every render; Katana fails to correctly write the XML that renderboot is fed off.
rt = ResolutionTable.GetResolutionTable()entry = rt.createResolution(222, 111, 'my_custom_resolution', groupName='Miscellaneous', pixelAspect=1.0)rt.addEntries([entry]) 

shutil.rmtree( os.path.dirname( RenderManager.ResolutionTableUtils.GetTempResolutionTablePath())) We're sorry to hear that
Please tell us why