From 5a66f6cfb4ffdeb7448775b2417c66b8cf7c2a15 Mon Sep 17 00:00:00 2001 From: Stefan Cepko Date: Thu, 4 Jun 2026 06:04:45 -0400 Subject: [PATCH] rename knot_animation folder --- {knot_animation => pr3tz}/__init__.py | 0 {knot_animation => pr3tz}/bake_export.py | 0 {knot_animation => pr3tz}/compat.py | 0 {knot_animation => pr3tz}/constants.py | 0 {knot_animation => pr3tz}/geometry.py | 0 {knot_animation => pr3tz}/handler.py | 0 {knot_animation => pr3tz}/materials.py | 0 {knot_animation => pr3tz}/operators.py | 0 {knot_animation => pr3tz}/properties.py | 0 {knot_animation => pr3tz}/scene_setup.py | 0 {knot_animation => pr3tz}/types.py | 0 {knot_animation => pr3tz}/ui.py | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {knot_animation => pr3tz}/__init__.py (100%) rename {knot_animation => pr3tz}/bake_export.py (100%) rename {knot_animation => pr3tz}/compat.py (100%) rename {knot_animation => pr3tz}/constants.py (100%) rename {knot_animation => pr3tz}/geometry.py (100%) rename {knot_animation => pr3tz}/handler.py (100%) rename {knot_animation => pr3tz}/materials.py (100%) rename {knot_animation => pr3tz}/operators.py (100%) rename {knot_animation => pr3tz}/properties.py (100%) rename {knot_animation => pr3tz}/scene_setup.py (100%) rename {knot_animation => pr3tz}/types.py (100%) rename {knot_animation => pr3tz}/ui.py (100%) diff --git a/knot_animation/__init__.py b/pr3tz/__init__.py similarity index 100% rename from knot_animation/__init__.py rename to pr3tz/__init__.py diff --git a/knot_animation/bake_export.py b/pr3tz/bake_export.py similarity index 100% rename from knot_animation/bake_export.py rename to pr3tz/bake_export.py diff --git a/knot_animation/compat.py b/pr3tz/compat.py similarity index 100% rename from knot_animation/compat.py rename to pr3tz/compat.py diff --git a/knot_animation/constants.py b/pr3tz/constants.py similarity index 100% rename from knot_animation/constants.py rename to pr3tz/constants.py diff --git a/knot_animation/geometry.py b/pr3tz/geometry.py similarity index 100% rename from knot_animation/geometry.py rename to pr3tz/geometry.py diff --git a/knot_animation/handler.py b/pr3tz/handler.py similarity index 100% rename from knot_animation/handler.py rename to pr3tz/handler.py diff --git a/knot_animation/materials.py b/pr3tz/materials.py similarity index 100% rename from knot_animation/materials.py rename to pr3tz/materials.py diff --git a/knot_animation/operators.py b/pr3tz/operators.py similarity index 100% rename from knot_animation/operators.py rename to pr3tz/operators.py diff --git a/knot_animation/properties.py b/pr3tz/properties.py similarity index 100% rename from knot_animation/properties.py rename to pr3tz/properties.py diff --git a/knot_animation/scene_setup.py b/pr3tz/scene_setup.py similarity index 100% rename from knot_animation/scene_setup.py rename to pr3tz/scene_setup.py diff --git a/knot_animation/types.py b/pr3tz/types.py similarity index 100% rename from knot_animation/types.py rename to pr3tz/types.py diff --git a/knot_animation/ui.py b/pr3tz/ui.py similarity index 100% rename from knot_animation/ui.py rename to pr3tz/ui.py