-
- Downloads
renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)
Talked with Brecht and Campbell and they both agreed that bpy.types should match bpy.props In the ideal world we would rename bpy.props to BooleanProperty. This would break scripts though. So we go for a compromise and at least have some consistency.
Showing
- release/scripts/startup/keyingsets_builtins.py 1 addition, 1 deletionrelease/scripts/startup/keyingsets_builtins.py
- source/blender/makesrna/RNA_access.h 1 addition, 1 deletionsource/blender/makesrna/RNA_access.h
- source/blender/makesrna/intern/makesrna.c 4 additions, 4 deletionssource/blender/makesrna/intern/makesrna.c
- source/blender/makesrna/intern/rna_access.c 8 additions, 8 deletionssource/blender/makesrna/intern/rna_access.c
- source/blender/makesrna/intern/rna_define.c 6 additions, 6 deletionssource/blender/makesrna/intern/rna_define.c
- source/blender/makesrna/intern/rna_internal_types.h 2 additions, 2 deletionssource/blender/makesrna/intern/rna_internal_types.h
- source/blender/makesrna/intern/rna_rna.c 5 additions, 5 deletionssource/blender/makesrna/intern/rna_rna.c
- source/blender/python/intern/bpy_rna.c 1 addition, 1 deletionsource/blender/python/intern/bpy_rna.c
Loading
Please register or sign in to comment