예제 #1
0
	def draw(self, context):
		part = context.particle_system.settings
		effector_weights_ui(self, part.effector_weights)
		
		if part.type == 'HAIR':
			self.layout.itemR(part.effector_weights, "do_growing_hair")
예제 #2
0
	def draw(self, context):
		md = context.soft_body
		softbody = md.settings
		effector_weights_ui(self, softbody.effector_weights)
예제 #3
0
	def draw(self, context):
		domain = context.smoke.domain_settings
		effector_weights_ui(self, domain.effector_weights)
예제 #4
0
	def draw(self, context):
		cloth = context.cloth.settings
		effector_weights_ui(self, cloth.effector_weights)