예제 #1
0
파일: menu.py 프로젝트: jedmao/maya-scripts
	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
파일: menu.py 프로젝트: jedmao/maya-scripts
	def on_locator_clicked(self, *args):
		sh.create_shapes(sh.Locator)
예제 #4
0
파일: menu.py 프로젝트: jedmao/maya-scripts
	def on_orient_clicked(self, *args):
		sh.create_shapes(sh.Orient)
예제 #5
0
파일: menu.py 프로젝트: jedmao/maya-scripts
	def on_joint_clicked(self, *args):
		sh.create_shapes(sh.Joint)
예제 #6
0
파일: menu.py 프로젝트: jedmao/maya-scripts
	def on_cube_clicked(self, *args):
		sh.create_shapes(sh.Cube)
예제 #7
0
파일: menu.py 프로젝트: jedmao/maya-scripts
	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
파일: menu.py 프로젝트: jedmao/maya-scripts
	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
파일: menu.py 프로젝트: jedmao/maya-scripts
	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
파일: menu.py 프로젝트: jedmao/maya-scripts
	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
파일: menu.py 프로젝트: jedmao/maya-scripts
	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
파일: menu.py 프로젝트: jedmao/maya-scripts
	def on_bulb_clicked(self, *args):
		sh.create_shapes(sh.Bulb)
예제 #24
0
파일: menu.py 프로젝트: jedmao/maya-scripts
	def on_nullAction_clicked(self, *args):
		sh.create_shapes(sh.Null)
예제 #25
0
파일: menu.py 프로젝트: jedmao/maya-scripts
	def on_custom_clicked(self, *args):
		sh.create_shapes(sh.Custom)
예제 #26
0
 def on_nullAction_clicked(self, *args):
     sh.create_shapes(sh.Null)