Blog Posts - Scripts List
1
Bulk Export - SketchUp Models to .dae
Ruby
SketchUp
This script selects everything in a SketchUp file, explodes the model, and then exports selections by tags to a .dae file location of your choosing.
2
Unhide All Geometry and Tags - SketchUp
Ruby
SketchUp
This script ensures that all hidden geometry and entities on hidden tags in your SketchUp model are made visible, including nested components and groups.
3
Delete All Hidden Geometry (Including Hidden Tags)
Ruby
SketchUp
This script permanently deletes all hidden geometry in a SketchUp model, including geometry on hidden tags and within nested groups or components.
4
Bulk Import - SketchUp .dae to Blender
Python
Blender
The SketchUp .dae Importer is a Blender add-on designed for batch importing .dae files exported from SketchUp, organizing them into collections, and cleaning up unnecessary objects. It streamlines workflows by automatically joining geometry, moving extras like curves and empties into separate collections, and eliminating imported cameras.
5
Batch Renaming by Selection
Python
Blender
This script renames selected objects in Blender with a base name and sequential numbering, ensuring consistent and organized object names.
6
Direct Image Texture to Material Output Connector
Python
Blender
This Blender script automatically connects the existing image texture node in a material directly to the material output for selected mesh objects. Simply select the objects you want to modify and run the script in Blender's scripting editor.
7
Assign Materials to Collection
Python
Blender
This script assigns materials from a defined list to mesh objects in a specified collection, cycling through the materials and adding warnings for missing ones.
8
Blender - Custom Shader Replaces Image BDSF
Python
Blender
This script inserts a custom node group into the materials of selected objects, connects image texture inputs, and removes the default Principled BSDF node for a cleaner shader setup.
9
Remove All Materials from Selected Objects
Python
Blender
Easily remove all materials from selected objects in Blender with this simple script. It clears material slots for mesh objects, ensuring a clean slate for new material assignments or scene optimization.
10
AutoCAD Batch FBX Exporter
This script automates the process of exporting FBX files from a folder of DWG files in AutoCAD. By prompting the user for input and output folder paths, it efficiently converts all DWG files to FBX format while minimizing manual effort.