Render Sample Plugin
Identifier: com.browzwear.render_sample
Version: 2.0.0
Type: python
Language: Python
Full plugin download
File structure
├── plugin.json
├── resources/
│ ├── ExportAutodeskFBX.json
│ ├── ExportBrowzwear3DObject.json
│ ├── ExportBrowzwearFBX.json
│ ├── ExportBrowzwearFBXMultipack.json
│ ├── ExportGltf.json
│ ├── ExportGLTF_PackUV.json
│ ├── ExportOBJ.json
│ ├── ExportVrayScene.json
│ ├── RenderCurrentStateNormal.json
│ ├── RenderCurrentStateRayTrace.json
│ ├── RenderCurrentStateSchematic.json
│ ├── RenderMultipackNormal.json
│ ├── RenderMultipackRayTrace.json
│ ├── RenderTurntableNormal.json
│ └── RenderTurntableRayTrace.json
└── src/
├── __init__.py
└── render.py