Skip to content

Instantly share code, notes, and snippets.

View afkarxyz's full-sized avatar

afkarxyz

View GitHub Profile
@afkarxyz
afkarxyz / easypanel-quick-setup.sh
Last active May 5, 2026 22:33
Easypanel Quick Setup
#!/bin/bash
###############################################################################
# Easypanel Quick Setup
# Author: afkarxyz
###############################################################################
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
@afkarxyz
afkarxyz / pcsx2_ripper.py
Created January 27, 2025 05:41
Helps scale objects and separate objects based on materials from PCSX2 Ripper.
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",
}