Blender Git Commit Log

Git Commits -> Revision 3f29b8e

July 30, 2021, 14:56 (GMT)
Fix T89213: Some modifier properties have wrong subtype

This commit resolves these RNA warnings:
```
offset: "", WARN (bpy.rna): ...sourceblenderpythoninternbpy_rna.c:1505 pyrna_enum_to_py: current value '65536' matches no enum in 'FloatProperty', 'offset', 'subtype'
project_limit: "", WARN (bpy.rna): ...sourceblenderpythoninternbpy_rna.c:1505 pyrna_enum_to_py: current value '65536' matches no enum in 'FloatProperty', 'project_limit', 'subtype'
falloff_radius: "", WARN (bpy.rna): ...sourceblenderpythoninternbpy_rna.c:1505 pyrna_enum_to_py: current value '65567' matches no enum in 'FloatProperty', 'falloff_radius', 'subtype'
```

Commit Details:

Full Hash: 3f29b8ec64a626d6954ebb5736b0b10d0d104d01
Parent Commit: 0b060a5
Committed By: Fabian Schempp
Lines Changed: +3, -3

1 Modified Path:

/source/blender/makesrna/intern/rna_modifier.c (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021