Skip to content

Instantly share code, notes, and snippets.

View afkarxyz's full-sized avatar

afkarxyz

View GitHub Profile
@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",
}
@afkarxyz
afkarxyz / easypanel-patcher.sh
Last active February 6, 2026 06:41
Easypanel Patcher : Unlock Advanced Monitoring
#!/bin/bash
###############################################################################
# Easypanel Patcher
# Author: afkarxyz
###############################################################################
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'