From fbf96dc8864b6fd1dd5506bec7ac8cbddf6cfcda Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 19 Nov 2024 20:01:54 -0800 Subject: [PATCH] update readme --- README.md | 6 ++++-- changelog.txt | 3 ++- install_info.txt | 6 +++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25e08de..2ddf416 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,10 @@ Discover tools for creating locators, space switching, simulating secondary anim # How to install ### First install: 1. Extract files from ZIP archive -2. Remove version numbers from folder name (use simple **"GETools"** name) -3. Drag and drop GETools\TOOLS\DRAG_AND_DROP_INSTALL.py into Maya viewport +2. Create folder `"GETools"` somewhere you prefer to keep scripts for Maya. `For example: "C:/Users/Username/Documents/maya/scripts/GETools"` +3. Copy/Paste all files from GETools folder **(usually it's 6+ files)** +4. Drag and drop `DRAG_AND_DROP_INSTALL.py` into Maya's viewport +5. Your folder should look like in this screenshot **(the most important folder is "GETOOLS_SOURCE")** ![image](https://github.com/user-attachments/assets/3bfd0765-0cee-420b-9717-4a19d4784592) ### Update to new version: diff --git a/changelog.txt b/changelog.txt index 8cc8888..4dbde0f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,7 +3,8 @@ GETools changelog v1.5.0 - [TOOLS] added "Chain Distribution" button to create distributed rotatio rig over selected objects. Use last locator to control animation. - [OVERLAPPY] removed set timeline to minimum frame on plugin start. -- added full parameters names to installed buttons +- added full parameters names to installed buttons. +- updated install instruction Readme file. v1.4.4 - added Maya version check to avoid compatibility issues with Maya 2020 and older. diff --git a/install_info.txt b/install_info.txt index 5947a7c..f10d584 100644 --- a/install_info.txt +++ b/install_info.txt @@ -4,4 +4,8 @@ For example: "C:/Users/Username/Documents/maya/scripts/GETools" 2. Drag and Drop the "DRAG_AND_DROP_INSTALL.py" file into Maya viewport. GETools will be added to the current shelf as new button. -3. It's done! \ No newline at end of file +3. Enjoy! + + + +p.s. Let me know if you see any issues, it's really help to fix bugs and develop GETools faster. Thank you. \ No newline at end of file