This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ############################################################################### | |
| # Easypanel Patcher | |
| # Author: afkarxyz | |
| ############################################################################### | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| YELLOW='\033[1;33m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bl_info = { | |
| "name": "PCSX2 Ripper", | |
| "author": "afkarxyz", | |
| "version": (1, 0), | |
| "blender": (3, 6, 0), | |
| "location": "View3D > N-Panel > PCSX2 Ripper", | |
| "description": "Helps scale objects and separate objects based on materials from PCSX2 Ripper.", | |
| "category": "Object", | |
| } |