Cleanup: Python imports
Split over lines to diff more easily.
This commit is contained in:
		@@ -21,11 +21,11 @@
 | 
			
		||||
import bpy
 | 
			
		||||
from bpy.types import Operator
 | 
			
		||||
from bpy.props import (
 | 
			
		||||
    StringProperty,
 | 
			
		||||
    BoolProperty,
 | 
			
		||||
    IntProperty,
 | 
			
		||||
    FloatProperty,
 | 
			
		||||
    EnumProperty,
 | 
			
		||||
    FloatProperty,
 | 
			
		||||
    IntProperty,
 | 
			
		||||
    StringProperty,
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
from bpy.app.translations import pgettext_tip as tip_
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user