449569812d 
					 
					
						
						
							
							soft body  
						
						... 
						
						
						
						text label correction 
						
						
					 
					
						2010-06-16 00:42:18 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e1bf9d30bc 
					 
					
						
						
							
							Properties Window:  
						
						... 
						
						
						
						*The narrowui value was hard coded in all ui scripts, made an user preferences option. Basically this value determines on which area width, it should switch between dual/single column layout. 
ToDo: The Changes only take effect when reloading scripts/restarting Blender (after saving as default). Will maybe add the "Reload Scripts" operator next to the button in the future. 
* Small fix for Fluid Add Button, when in single column mode. Didn't expand like the other "Add" Buttons. 
						
						
					 
					
						2010-05-16 10:21:00 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aaa7c493e4 
					 
					
						
						
							
							merge of last commit to trunk  
						
						
						
						
					 
					
						2010-05-11 20:06:20 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d4e1bcb7f2 
					 
					
						
						
							
							Fix [ #22120 ] Physics modifiers can't be removed  
						
						
						
						
					 
					
						2010-04-23 01:06:28 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8a4683b72 
					 
					
						
						
							
							pep8 warnings  
						
						
						
						
					 
					
						2010-03-14 23:26:17 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ed930c4818 
					 
					
						
						
							
							enable basic soft body object options for  
						
						... 
						
						
						
						soft body aware objects as there are lattices and curves
since this is foreign terrain for me .. please check 
						
						
					 
					
						2010-03-13 22:53:03 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						78bb45931c 
					 
					
						
						
							
							scene.render_data -> scene.render  
						
						... 
						
						
						
						bpy.types.SceneRenderData -> bpy.types.RenderSettings
better do these changes before there are too many scripts out. 
						
						
					 
					
						2010-02-23 12:48:35 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						97bdfe6f1b 
					 
					
						
						
							
							pep8 cleanup + correction for external player operator return value.  
						
						
						
						
					 
					
						2010-02-22 23:32:58 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						23efeff6a9 
					 
					
						
						
							
							[ #21177 ] Text editor  
						
						... 
						
						
						
						Running scripts directly didnt call the register function, even though this is not essential its good to be able to run a script directly and see changes in the UI. 
						
						
					 
					
						2010-02-16 09:55:07 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						39c04315e2 
					 
					
						
						
							
							change python scripts so modules which register with blender have a register() function rather then making import automatically run the register functions (generally considered  bad practice by python people)  
						
						
						
						
					 
					
						2010-02-14 11:21:21 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						081c1205a3 
					 
					
						
						
							
							correct fsf address  
						
						
						
						
					 
					
						2010-02-12 13:34:04 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ff31d2d65c 
					 
					
						
						
							
							Try to get soft body to curve working  
						
						
						
						
					 
					
						2009-12-28 00:07:24 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e0fc6d0c33 
					 
					
						
						
							
							more ui api changes.  
						
						... 
						
						
						
						- remove functions such as operator_int(), operator_enum(), operator_string
  this mixed with keyword arguments in a way that made them hard to read.
  Instead, have operator() always return properties rather then needing an argument.
- rename prop_pointer() --> prop_object(), pointer is more a C thing.
- missed item_enumR(), rename to prop_enum() 
						
						
					 
					
						2009-11-23 11:43:38 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						caab05ec8c 
					 
					
						
						
							
							rna UI api rename...  
						
						... 
						
						
						
						note: this aims to follow pep8 however I chose to use 'prop/props' rather then 'property/properties' because it would make function names too long.
itemR() --> prop()
items_enumR() --> props_enum()
item_menu_enumR() --> prop_menu_enum()
item_pointerR() --> prop_pointer()
itemO() --> operator()
item_enumO() --> operator_enum()
items_enumO() --> operator_enums()
item_menu_enumO() --> operator_menu_enum()
item_booleanO() --> operator_boolean()
item_intO() --> operator_int()
item_floatO() --> operator_float()
item_stringO() --> operator_string()
itemL() --> label()
itemM() --> menu()
itemS() --> separator()
batch script used http://www.pasteall.org/9345  
						
						
					 
					
						2009-11-23 00:27:30 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bdb8004165 
					 
					
						
						
							
							use is rather then == when comparing with singletons (None/False/True), its faster and suggested by pep8  
						
						
						
						
					 
					
						2009-11-22 17:41:35 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6073bc9bc3 
					 
					
						
						
							
							pep8 cleanup & default select axis to negative (artist requst, make sense if you model the RHS and spend most time looping at the models front)  
						
						
						
						
					 
					
						2009-11-21 00:05:43 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2577bfddfd 
					 
					
						
						
							
							Renamed "col2" to "wide_ui" which is more meaningful.  
						
						
						
						
					 
					
						2009-11-19 13:26:51 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						08a7bbeae5 
					 
					
						
						
							
							* Small Layout fixes.  
						
						... 
						
						
						
						* Single Layout for Softbody Panels. 
						
						
					 
					
						2009-11-19 13:22:10 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d3600a92dc 
					 
					
						
						
							
							Single Column layout for Fields, Smoke, Cloth and Fluids.  
						
						... 
						
						
						
						Patch by nudelZ. 
						
						
					 
					
						2009-11-19 12:58:19 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5ed3081e5c 
					 
					
						
						
							
							2.5 Single Column Layout:  
						
						... 
						
						
						
						* Added code to enable single column layout for general physic panels. 
Note: Force Field Falloff panel has some issues with single layout. 
						
						
					 
					
						2009-11-18 21:57:13 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						20043a0fc0 
					 
					
						
						
							
							add hook in vertex and control point menu's, Ctrl+H  
						
						... 
						
						
						
						TODO's
- add for lattice
- break up add_hook
- add other hook operators 
						
						
					 
					
						2009-11-16 13:59:27 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d33291fcc4 
					 
					
						
						
							
							used py error checking tools to fix some bugs & make pep8 corrections  
						
						
						
						
					 
					
						2009-11-14 13:35:44 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9eb0f20224 
					 
					
						
						
							
							Added mass and spring vertex groups to softbody rna/ui  
						
						
						
						
					 
					
						2009-11-05 02:50:26 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cbc5a78576 
					 
					
						
						
							
							whitespace commit, (was some tabs mixed with spaces too)  
						
						
						
						
					 
					
						2009-11-03 07:23:02 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9ea292290b 
					 
					
						
						
							
							Correct GPL license header for all python scripts  
						
						
						
						
					 
					
						2009-11-01 15:21:20 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d964808846 
					 
					
						
						
							
							made scripts pass the pep8 test (though not fully pep8 yet)  
						
						... 
						
						
						
						added comment in header to know if a script has been converted or not. 
						
						
					 
					
						2009-10-31 23:35:56 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						41c0236aaa 
					 
					
						
						
							
							GPL2 header from firebird (without disclaimer), notice theres no copyright attributed and only the GPLv2 (without the v2 or later clause).  
						
						... 
						
						
						
						Contributors list isnt used much in our C code so probably its easier if people just use svn blame for this.
Can change if this isnt acceptable but I guessed people didnt care so much since most scripts had no header. 
						
						
					 
					
						2009-10-31 20:16:59 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						944a8d33fe 
					 
					
						
						
							
							renamed buttons ui files to properties to match UI name change, needed to update some imports too  
						
						
						
						
					 
					
						2009-10-31 19:57:59 +00:00