Make the Transform node use angles in degrees instead of radians for Rotation and Skew#3160
Make the Transform node use angles in degrees instead of radians for Rotation and Skew#3160
Conversation
TrueDoctor
left a comment
There was a problem hiding this comment.
code looks good some of the variable names could be improved but is only a migration script. E.g.:
let mut template = multiply_node.default_node_template();
template.document_node.inputs[1] = NodeInput::value(TaggedValue::F64(180. / PI), false);We could call the variable multiply_template here instead but that is just a nit
e573d7f to
dd66381
Compare
Performance Benchmark Results
|
Refactor transform node to use degrees instead of radians as an input value.
Adds a migration script which also adds an unused, hidden, "Origin Offset" input