ruba / cortex-vfx

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

Ensure that only support parameters appear as node inputs #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported by Andrew@IE:
Ideally the OpHolder would only display inputs for parameters that make sense 
at the SOP level. There seems to be a discrepancy about when this happens. When 
I load mesh/implicitSurface or mesh/vertexReorder I get the expected single 
input labeled with the parameter name. However, when I load mesh/shrinkWrap I 
get 2 additional inputs for bool parameters (copyInput and enable), which also 
show up as expected in the parameter pane. Additionally, it seems that ops with 
parameters unfit for SOPs are displayed as inputs (an op with an 
ImagePrimitiveParameter for example).

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

GoogleCodeExporter commented 8 years ago

Original comment by andrewk....@gmail.com on 9 Nov 2010 at 8:04

GoogleCodeExporter commented 8 years ago
This turned out to be a label issue, not an actual parameter issue. It's fixed 
in cortex 5.24.0.

Original comment by andrewk....@gmail.com on 16 Nov 2010 at 11:28