Explorar o código

cleanup: remove old unused variables

Joseph Brandenburg hai 6 meses
pai
achega
fdd89ae414
Modificáronse 1 ficheiros con 0 adicións e 10 borrados
  1. 0 10
      readtree.py

+ 0 - 10
readtree.py

@@ -90,16 +90,6 @@ def insert_lazy_parents(nc):
             init_dependencies(inherit_nc)
     return inherit_nc
 
-
-from_name_filter = ["Driver", ]
-
-to_name_filter = [
-                   "Custom Object xForm Override",
-                   "Custom Object",
-                   "Deform Bones"
-                 ]
-
-
 # *** # *** # *** # *** # *** # *** # *** # *** # *** # *** # *** # *** # *** # *** #
 #                                  DATA FROM NODES                                  #
 # *** # *** # *** # *** # *** # *** # *** # *** # *** # *** # *** # *** # *** # *** #