├── .gitignore ├── README.md ├── apply_scale.md ├── img ├── example 1.png └── example 2.png ├── release_notes.txt ├── run.py ├── scale_with_modifiers.py └── unify.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artempoletsky/blender_scale_with_modifiers/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artempoletsky/blender_scale_with_modifiers/HEAD/README.md -------------------------------------------------------------------------------- /apply_scale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artempoletsky/blender_scale_with_modifiers/HEAD/apply_scale.md -------------------------------------------------------------------------------- /img/example 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artempoletsky/blender_scale_with_modifiers/HEAD/img/example 1.png -------------------------------------------------------------------------------- /img/example 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artempoletsky/blender_scale_with_modifiers/HEAD/img/example 2.png -------------------------------------------------------------------------------- /release_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artempoletsky/blender_scale_with_modifiers/HEAD/release_notes.txt -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artempoletsky/blender_scale_with_modifiers/HEAD/run.py -------------------------------------------------------------------------------- /scale_with_modifiers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artempoletsky/blender_scale_with_modifiers/HEAD/scale_with_modifiers.py -------------------------------------------------------------------------------- /unify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/artempoletsky/blender_scale_with_modifiers/HEAD/unify.md --------------------------------------------------------------------------------