google-code-export / cortex-vfx

Automatically exported from code.google.com/p/cortex-vfx
0 stars 0 forks source link

IECoreHoudini parameters follow non-standard UI userData hints. #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IECoreHoudini representation of parameters follow non-standard conventions for 
userData UI hints.

The following should be changed...
["gui_update"] --> ["UI"]["update"]
["label"] --> ["UI"]["label"]
["hidden"] --> ["UI"]["visible"] *NOTE* reverse the logic

All the conventions are listed here:
http://code.google.com/p/cortex-vfx/wiki/ExamplesParameterUserData

Original issue reported on code.google.com by danbeth...@gmail.com on 18 Sep 2010 at 9:06

GoogleCodeExporter commented 9 years ago

Original comment by danbeth...@gmail.com on 18 Sep 2010 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by danbeth...@gmail.com on 18 Sep 2010 at 9:41

GoogleCodeExporter commented 9 years ago

Original comment by danbeth...@gmail.com on 18 Sep 2010 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by andrewk....@gmail.com on 20 Sep 2010 at 4:20

GoogleCodeExporter commented 9 years ago
Fixed in r3837

Original comment by danbeth...@gmail.com on 6 Oct 2010 at 4:51