Example #1
0
	def on_plus_clicked(self, *args):
		sh.create_shapes(sh.Plus)
Example #2
0
 def on_locator_clicked(self, *args):
     sh.create_shapes(sh.Locator)
Example #3
0
	def on_locator_clicked(self, *args):
		sh.create_shapes(sh.Locator)
Example #4
0
	def on_orient_clicked(self, *args):
		sh.create_shapes(sh.Orient)
Example #5
0
	def on_joint_clicked(self, *args):
		sh.create_shapes(sh.Joint)
Example #6
0
	def on_cube_clicked(self, *args):
		sh.create_shapes(sh.Cube)
Example #7
0
	def on_arrow_clicked(self, *args):
		sh.create_shapes(sh.Arrow)
Example #8
0
 def on_arrow_clicked(self, *args):
     sh.create_shapes(sh.Arrow)
Example #9
0
 def on_cross_clicked(self, *args):
     sh.create_shapes(sh.Cross)
Example #10
0
 def on_cube_clicked(self, *args):
     sh.create_shapes(sh.Cube)
Example #11
0
 def on_sphere_clicked(self, *args):
     sh.create_shapes(sh.Sphere)
Example #12
0
 def on_square_clicked(self, *args):
     sh.create_shapes(sh.Square)
Example #13
0
 def on_circle_clicked(self, *args):
     sh.create_shapes(sh.Circle)
Example #14
0
 def on_plus_clicked(self, *args):
     sh.create_shapes(sh.Plus)
Example #15
0
	def on_circle_clicked(self, *args):
		sh.create_shapes(sh.Circle)
Example #16
0
 def on_orient_clicked(self, *args):
     sh.create_shapes(sh.Orient)
Example #17
0
	def on_square_clicked(self, *args):
		sh.create_shapes(sh.Square)
Example #18
0
 def on_bulb_clicked(self, *args):
     sh.create_shapes(sh.Bulb)
Example #19
0
	def on_sphere_clicked(self, *args):
		sh.create_shapes(sh.Sphere)
Example #20
0
 def on_joint_clicked(self, *args):
     sh.create_shapes(sh.Joint)
Example #21
0
	def on_cross_clicked(self, *args):
		sh.create_shapes(sh.Cross)
Example #22
0
 def on_custom_clicked(self, *args):
     sh.create_shapes(sh.Custom)
Example #23
0
	def on_bulb_clicked(self, *args):
		sh.create_shapes(sh.Bulb)
Example #24
0
	def on_nullAction_clicked(self, *args):
		sh.create_shapes(sh.Null)
Example #25
0
	def on_custom_clicked(self, *args):
		sh.create_shapes(sh.Custom)
Example #26
0
 def on_nullAction_clicked(self, *args):
     sh.create_shapes(sh.Null)