You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "real" spec for a render, says it should not change the current fileType to match the rendered image file type, it should just return the filename when the render() method is called. If, as part of the render process, it uses a conversion (like OpenSCAD to STL), that is OK to change the file type. But the file type should always be for the current non-rendered 3d file.
This spec was developed over time, and some of the PHP docs for some methods state that the fileType could match the "converted" or the "rendered" file type, update all places in the code to reflect the latest spec (fileType only changes for converters).
The text was updated successfully, but these errors were encountered:
The "real" spec for a render, says it should not change the current fileType to match the rendered image file type, it should just return the filename when the
render()
method is called. If, as part of the render process, it uses a conversion (like OpenSCAD to STL), that is OK to change the file type. But the file type should always be for the current non-rendered 3d file.This spec was developed over time, and some of the PHP docs for some methods state that the fileType could match the "converted" or the "rendered" file type, update all places in the code to reflect the latest spec (fileType only changes for converters).
The text was updated successfully, but these errors were encountered: