https://github.com/suvrik/applyinstancetransform
Blender plugin. Apply transform for instanced objects.
https://github.com/suvrik/applyinstancetransform
blender blender-addon blender-plugin blender-python blender-scripts
Last synced: about 2 months ago
JSON representation
Blender plugin. Apply transform for instanced objects.
- Host: GitHub
- URL: https://github.com/suvrik/applyinstancetransform
- Owner: suVrik
- License: gpl-3.0
- Created: 2024-01-22T22:56:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T15:52:31.000Z (7 months ago)
- Last Synced: 2025-01-14T13:56:11.914Z (4 months ago)
- Topics: blender, blender-addon, blender-plugin, blender-python, blender-scripts
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apply Instance Transform
Applies the instance's transformation to its data. Other instances that use the same data are transformed so they look as if nothing changed.
# Installation
* Install Blender from https://www.blender.org/download/;
* Download this repository as ZIP;
* Open Blender;
* Go to Edit > Preferences > Add-ons > Install...;
* Select the ZIP you downloaded;
* Now the add-on should be on the list, feel free to enable it.