- remove deprecated pose channel members

- change short -> char for flags that support it.
- add pose 'temp' pointer to use for outliner drawing (was using 'prev' and restoring which seems dodjy)
This commit is contained in:
2011-09-16 02:42:50 +00:00
parent a6c15d6199
commit 862aababb3
7 changed files with 10 additions and 30 deletions

View File

@@ -621,7 +621,7 @@ def pycontext2sphinx(BASEPATH):
file.close()
def pyrna_enum2sphinx(prop, use_empty_descriptions=True):
def pyrna_enum2sphinx(prop, use_empty_descriptions=False):
""" write a bullet point list of enum + descrptons
"""