https://github.com/bendbro/SketchupExportTo3ds
Plugin to Export SketchUp Models To 3ds on Free Version
https://github.com/bendbro/SketchupExportTo3ds
3d-printing 3ds blender export google sketchup
Last synced: 11 months ago
JSON representation
Plugin to Export SketchUp Models To 3ds on Free Version
- Host: GitHub
- URL: https://github.com/bendbro/SketchupExportTo3ds
- Owner: bendbro
- Created: 2017-07-04T09:10:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T09:45:00.000Z (almost 9 years ago)
- Last Synced: 2024-08-06T21:40:35.610Z (almost 2 years ago)
- Topics: 3d-printing, 3ds, blender, export, google, sketchup
- Language: Ruby
- Size: 105 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Adds File -> Export to .3ds dropdown to Google SketchUp that is removed after the Pro trial version expires.
Installation Instructions: https://github.com/bendbro/SketchupExportTo3ds/releases
Needs blender accessible on the system path.
* In windows search for "Edit environment variables for your account"
* https://www.blender.org/
Issues
* Only tested on windows, should work elsewhere
* Tested only on old AF versions of Sketchup and Windows.
* Scaling gets lost from Sketchup -> .dae -> Blender -> .3ds. It is currently hardcoded to 1000 on all axes.
* Windows ShellExecute doesn't provide a return value. There is no indication to the user if blender commands fail.