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