Skip to content

Update PHP docs to be consistent about rendered filename #19

@jonyo

Description

@jonyo

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions