Package bpy :: Module props
[hide private]
[frames] | no frames]

Module props

Functions [hide private]
 
BoolProperty(attr, name='', description='', default=False)
return a new bool property
 
IntProperty(attr, name='', description='', min=-2147483648, max=2147483648, soft_min=-2147483648, soft_max=2147483648, default=0)
return a new int property
 
FloatProperty(attr, name='', description='', min=-1e+37, max=1e+37, soft_min=-1e+37, soft_max=1e+37, default=0.0)
return a new float property
 
StringProperty(attr, name='', description='', maxlen=0, default='')
return a new string property
 
EnumProperty(attr, items, name='', description='', default='')
return a new enum property
Variables [hide private]
  MAX_INT = 2147483648
  MAX_FLOAT = 1e+37