Skip to content

Convert 3D files directory with KittyCAD

Actions
Convert all 3D files in a given directory to your desired output
v0.0.2
Latest
Verified creator
Star (4)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Convert all files in a directory

This action will convert all 3D files in a directory to your desired format. You will need to generate a KITTYCAD_TOKEN here and add it to your repo's secrets

Example usage:

name: Convert files
on:
    pull_request:
jobs:
  test-convert-directory-action:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: KittyCAD/[email protected]
        with:
          kittycad-token: ${{ secrets.KITTYCAD_TOKEN }}
          input-directory: original-files-path
          output-directory: converted-files-path
          conversion-type: fbx
      - name: Check files converted
        run: ls converted-files-path # prints converted file names

Be sure to look at our other Github Actions.

Convert 3D files directory with KittyCAD is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Convert all 3D files in a given directory to your desired output
v0.0.2
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Convert 3D files directory with KittyCAD is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.