Skip to content

recognize .wrl as a vrml export extension#2073

Open
tylergibbs1 wants to merge 1 commit into
CadQuery:masterfrom
tylergibbs1:agent/wrl-export
Open

recognize .wrl as a vrml export extension#2073
tylergibbs1 wants to merge 1 commit into
CadQuery:masterfrom
tylergibbs1:agent/wrl-export

Conversation

@tylergibbs1

Copy link
Copy Markdown

fixes #740

.wrl is the extension most vrml tools recognize, but cadquery only inferred VRML from .vrml. this maps .wrl to the existing vrml exporter for both shapes and assemblies.

the exporter test now verifies that .vrml and .wrl produce the same vrml header. the assembly save and export cases also infer the format from .wrl instead of passing it explicitly.

validation

  • ran the cadquery black fork against all four changed files
  • compiled the cadquery and test python sources
  • ran git diff check

full pytest was not run locally because this checkout does not have the occt runtime installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VRML Export - File extension

1 participant