예제 #1
0
 def onStrPrefixChanged(self, value):
     self.strPrefix = \
      maya_ui_proc.setDefaultStrValue(self_prefix, 'strPrefix', None,
              value)
예제 #2
0
 def onStrToReplaceChanged(self, value):
     self.strToReplace = \
      maya_ui_proc.setDefaultStrValue(self_prefix, 'strToReplace', None,
              value)
예제 #3
0
 def onStrToFindChanged(self, value):
     self.strToFind = \
      maya_ui_proc.setDefaultStrValue(self_prefix, 'strToFind', None,
              value)
예제 #4
0
	def onStrPrefixChanged(self, value):
		self.strPrefix = \
			maya_ui_proc.setDefaultStrValue(self_prefix, 'strPrefix', None,
											value)
예제 #5
0
	def onStrToReplaceChanged(self, value):
		self.strToReplace = \
			maya_ui_proc.setDefaultStrValue(self_prefix, 'strToReplace', None,
											value)
예제 #6
0
	def onStrToFindChanged(self, value):
		self.strToFind = \
			maya_ui_proc.setDefaultStrValue(self_prefix, 'strToFind', None,
											value)