d46da5a09d 
					 
					
						
						
							
							mathutils support for color arithmetic, also some minor whitespace edits.  
						
						 
						
						
						
						
					 
					
						2011-06-02 08:29:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nathan Letwory 
							
						 
					 
					
						
						
							
						
						5a760e22fc 
					 
					
						
						
							
							doxygen: blender/python tagged.  
						
						 
						
						
						
						
					 
					
						2011-02-27 20:10:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nathan Letwory 
							
						 
					 
					
						
						
							
						
						5b607701a7 
					 
					
						
						
							
							doxygen: prevent GPL license block from being parsed as doxygen comment.  
						
						 
						
						
						
						
					 
					
						2011-02-23 10:52:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						72bc3f22b7 
					 
					
						
						
							
							python api renaming and added headers for some files which didnt have one, no functionality change.  
						
						 
						
						
						
						
					 
					
						2011-02-14 04:15:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						45cf7633fe 
					 
					
						
						
							
							remove class methods for defining properties  
						
						 
						
						... 
						
						
						
						eg: bpy.types.Scene.BoolProperty() 
						
						
					 
					
						2010-09-09 06:29:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						556b57febf 
					 
					
						
						
							
							get rid of some warnings,  
						
						 
						
						... 
						
						
						
						removed NG_LoopBackNetworkDeviceInterface::GetNetworkVersion(), wasnt used anywhere. 
						
						
					 
					
						2010-06-05 15:31:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						5548e86795 
					 
					
						
						
							
							function to remove property  
						
						 
						
						... 
						
						
						
						eg:
 bpy.types.Scene.IntProperty(attr="myprop") # adds
 bpy.types.Scene.RemoveProperty(attr="myprop") # removes 
						
						
					 
					
						2010-05-08 23:34:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						081c1205a3 
					 
					
						
						
							
							correct fsf address  
						
						 
						
						
						
						
					 
					
						2010-02-12 13:34:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						53f8bbd798 
					 
					
						
						
							
							bpy.props.IntVectorProperty & BoolVectorProperty  
						
						 
						
						
						
						
					 
					
						2010-02-01 10:51:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
						
						849024df83 
					 
					
						
						
							
							patch [ #20724 ] Randomize Loc Rot Size py operator for B2.5  
						
						 
						
						... 
						
						
						
						written from scratch by Daniel Salazar (zanqdo). added own modifications.
New property type
 bpy.props.FloatVectorProperty(), only difference with float is it takes a 'size' argument and optional 'default' sequence of floats.
moved bpy.props.* functions out of bpy_rna.c into their own C file. 
						
						
					 
					
						2010-01-19 00:59:36 +00:00