├── .gitignore ├── LICENSE ├── README.md └── startup └── __BLENDER_STUDIO_SCRIPTS__.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedererdmann/blender_studio_scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedererdmann/blender_studio_scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedererdmann/blender_studio_scripts/HEAD/README.md -------------------------------------------------------------------------------- /startup/__BLENDER_STUDIO_SCRIPTS__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/friedererdmann/blender_studio_scripts/HEAD/startup/__BLENDER_STUDIO_SCRIPTS__.py --------------------------------------------------------------------------------