Skip to content

Deferred Expression as initial value for Variable fails #59

@a5kin

Description

@a5kin

When some DeferredExpression is given as initial value to Variable, it fails:

hue_f = core.FloatVariable(hue * 6)

However, the following workaround works as expected:

hue_f = core.FloatVariable()
hue_f += hue * 6

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions