Added BoolProperty and StringProperty
authorW. Trevor King <wking@drexel.edu>
Thu, 29 Jul 2010 16:08:23 +0000 (12:08 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 29 Jul 2010 16:08:23 +0000 (12:08 -0400)
commit03b8e85293acbebc9e920a321100d186da6ba2a5
tree85b63a0d4e99715ce5194f50f74ba605d4750a95
parent24d861377e6e59a30e2b6bfc7d4b6a9ddc9b44c5
Added BoolProperty and StringProperty

A grep through hooke/plugins/ shows what we need to implement.
I've checked the completed properties with '+'.

  $ grep 'type=' hooke/plugin/*.py | sed -n "s/.* type='\([^']*\)'.*/\1/p" | sort | uniq -c
 +    8 bool
      2 curve
      3 dict
      1 driver
      5 file
      7 float
      1 function
      1 glob
 +   22 int
      3 object
      2 path
      1 playlist
      1 point
 +    6 string
hooke/ui/gui/panel/propertyeditor2.py