Skip to content

Apply unique physical material to each object #1495

Apply unique physical material to each object

Apply unique physical material to each object #1495

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "-t py37"