Skip to content

StandingPadAnimations/random-blender-scripts

Repository files navigation

Random Blender Scripts

Just some random Blender scripts/addons I've made in the past that are too small to warrent their own repos

  • nuke_version.py - An addon that, once enabled, will delete a Blender install's configuration
  • pack_ies_files.py - An addon that adds a hook when saving that goes through all lights in the scene, imports external IES files as text datablocks, and sets IES nodes to those datablocks so that IES textures can be packed in a blend file like most other external assets
  • unwrap_selected.py - A script that unwraps selected objets with cube projection; if an object is an instance collection, it'll go through the source collection and unwrap it as well
    • unwrap_selected_addon.py is the addon version, which adds a button in Tool panel
  • OptimizeImages.py - A script that goes through all the materials on the selected object(s), and for every texture used in their materials averages the color and replaces the texture with a single pixel image of the averaged color

About

Just some random Blender scripts/addons I've made in the past that are too small to warrent their own repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages