Blender Git Loki
Git Commits -> Revision 8f05520
Revision 8f05520 by Germano Cavalcante (master) July 29, 2021, 20:16 (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: 8f05520083c3c71bf5a177048b4106f7237bae01
Parent Commit: 0b18a61
Lines Changed: +3, -3
1 Modified Path:
/source/blender/makesrna/intern/rna_modifier.c (+3, -3) (Diff)