py api file rename
- prefix mathutils api. - 2 blf.c files (annoying for debugging) - py api docs ignore keying sets as with operators.
This commit is contained in:
@@ -57,6 +57,8 @@ def rna_id_ignore(rna_id):
|
||||
return True
|
||||
if "_HT_" in rna_id:
|
||||
return True
|
||||
if "_KSI_" in rna_id:
|
||||
return True
|
||||
return False
|
||||
|
||||
def range_str(val):
|
||||
|
Reference in New Issue
Block a user