Files
test/source/blender/modifiers/intern
Jacques Lucke 8034b276ba Fix T86876: cannot modify float properties of geometry nodes modifier from Python
Previously, the code expected the id property to have the `IDP_FLOAT` type.
However, when assigning a Python float (which is a double internally)
to an id property, it would change the type to `IDP_DOUBLE`.
The fix is to allow both types in the geometry nodes modifier.
2021-03-29 10:54:04 +02:00
..
2021-03-18 09:36:44 +11:00
2021-03-18 09:36:44 +11:00
2021-03-18 09:36:44 +11:00