- 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:
		@@ -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
 | 
			
		||||
    """
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user