MostafaElAyoubi / Data-shapes

code for revit, dynamo
50 stars 12 forks source link

MultipleInputForm++ won't take ConditionalInput Data #45

Closed david-pbk closed 3 years ago

david-pbk commented 5 years ago

Trying out Conditional Input and got error: NameError: global name 'Ratio' is not defined

Line 1367 currently reads: addinput(condition_pannel,d,25 yRatio,xinput-25 xRatio,80 Ratio,90 xRatio,importcolorselection)

I believe it's missing an x: addinput(condition_pannel,d,25 yRatio,xinput-25 xRatio,80 xRatio,90 xRatio,importcolorselection)

Made the edit in my graph and it's worked so far.

MostafaElAyoubi commented 4 years ago

Hi @david-pbk , thanks for reporting. Could you please provide more context? Revit and Dynamo versions, maybe also a screenshot? That would help better understand the issue.

david-pbk commented 3 years ago

I've been upgrading my graphs and this one's been fixed :-) image Awesome-O