netrender: show web interface button in all modes. use rna decorator all the time (no need for special operator decorator)
This commit is contained in:
@@ -61,10 +61,6 @@ def rnaType(rna_type):
|
||||
if bpy: bpy.types.register(rna_type)
|
||||
return rna_type
|
||||
|
||||
def rnaOperator(rna_op):
|
||||
if bpy: bpy.types.register(rna_op)
|
||||
return rna_op
|
||||
|
||||
def reporting(report, message, errorType = None):
|
||||
if errorType:
|
||||
t = 'ERROR'
|
||||
|
||||
Reference in New Issue
Block a user