Choose default target='DATABLOCK'
This commit is contained in:
parent
96616dbdff
commit
662b6cf221
@ -53,7 +53,8 @@ class PILLAR_OT_image_share(pillar.PillarOperatorMixin,
|
|||||||
('FILE', 'File', 'Upload an image file'),
|
('FILE', 'File', 'Upload an image file'),
|
||||||
('DATABLOCK', 'Datablock', 'Upload an image datablock'),
|
('DATABLOCK', 'Datablock', 'Upload an image datablock'),
|
||||||
],
|
],
|
||||||
name='target')
|
name='target',
|
||||||
|
default='DATABLOCK')
|
||||||
|
|
||||||
name = bpy.props.StringProperty(name='name',
|
name = bpy.props.StringProperty(name='name',
|
||||||
description='File or datablock name to sync')
|
description='File or datablock name to sync')
|
||||||
|
Reference in New Issue
Block a user