Blender Git Loki
Git Commits -> Revision 3f29b8e
Revision 3f29b8e by Germano Cavalcante (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) 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)