rna renaming, still only adjusting properties that wont be animated (at least its very unlikely).

This commit is contained in:
2010-08-18 07:14:10 +00:00
parent 54e6ea70c0
commit 7da5d9faec
72 changed files with 457 additions and 472 deletions

View File

@@ -302,7 +302,7 @@ class InfoFunctionRNA:
self.identifier = rna_func.identifier
# self.name = rna_func.name # functions have no name!
self.description = rna_func.description.strip()
self.is_classmethod = rna_func.no_self
self.is_classmethod = not rna_func.use_self
self.args = []
self.return_values = ()