You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Blender-TexTools/settings.py

17 lines
348 B
Python

import bpy
import bmesh
import operator
selection_uv_mode = '';
selection_uv_loops = []
selection_uv_pivot = '';
selection_uv_pivot_pos = (0,0)
selection_mode = [False, False, True];
selection_vert_indexies = []
selection_face_indexies = []
bake_render_engine = ''
bake_objects_hide_render = []
bake_cycles_samples = 1
sets = []