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