@@ -14,27 +14,27 @@ The command can be run in both MEL and Python.
1414
1515Here is a table of command flags, as currently specified in the command.
1616
17- ======================== ========================================== ======================================================================= ==============
18- Flag Type Description Default Value
19- ======================== ========================================== ======================================================================= ==============
20- -camera (-c) string, string Camera transform and shape nodes None
21- -marker (-m) string, string, string Marker, Camera, Bundle None
22- -attr (-a) string, string, string, string, string Node attribute, min value, max value, offset and scale None
23- -frame (-f) long int Frame number to solve with 1
24- -attrStiffness ( -asf) string, string, string, string Node attribute, weight plug name, variance plug name, value plug name. None
25- -attrSmoothness ( -asm) string, string, string, string Node attribute, weight plug name, variance plug name, value plug name. None
26- -solverType ( -st) unsigned int Type of solver to use. <auto detected>
27- -sceneGraphMode ( -sgm) unsigned int The Scene Graph used; 0=Maya DAG, 1=MM Scene Graph 0 (Maya DAG)
28- -timeEvalMode ( -tem) unsigned int How to evalulate values at different times, 0=DG Context 1=Set TIme 0 (DG Context)
29- -iterations ( -it) unsigned int Maximum number of iterations 20
30- -tauFactor (-t) double Initial Damping Factor 1E-03
31- -epsilon1 (-e1) double Acceptable gradient change 1E-06
32- -epsilon2 (-e2) double Acceptable parameter change 1E-06
33- -epsilon3 (-e3) double Acceptable error 1E-06
34- -delta ( -dt) double Change to the guessed parameters each iteration 1E-04
35- -autoDiffType ( -adt) unsigned int Auto-differencing type 0=forward 1=central 0 (forward)
36- -verbose (-v) bool Prints more information False
37- ======================== ========================================== ======================================================================= ==============
17+ ======================== ===================== ===================== ===================== ======================================================================= ==============
18+ Command Flag Command Flag (short) Type Description Default Value
19+ ======================== ===================== ===================== ===================== ======================================================================= ==============
20+ -camera -c string, string Camera transform and shape nodes. None
21+ -marker -m string, string, string Marker, Camera, Bundle. None
22+ -attr -a string, string, string, string, string Node attribute, min value, max value, offset and scale. None
23+ -frame -f long int Frame number to solve with. 1
24+ -attrStiffness -asf string, string, string, string Node attribute, weight plug name, variance plug name, value plug name. None
25+ -attrSmoothness -asm string, string, string, string Node attribute, weight plug name, variance plug name, value plug name. None
26+ -solverType -st unsigned int Type of solver to use. <auto detected>
27+ -sceneGraphMode -sgm unsigned int The Scene Graph used; 0=Maya DAG, 1=MM Scene Graph. 0 (Maya DAG)
28+ -timeEvalMode -tem unsigned int How to evalulate values at different times, 0=DG Context 1=Set Time. 0 (DG Context)
29+ -iterations -it unsigned int Maximum number of iterations. 20
30+ -tauFactor -t double Initial Damping Factor. 1E-03
31+ -functionTolerance -ftl double Acceptable function change. 1E-06
32+ -parameterTolerance -ptl double Acceptable parameter change. 1E-06
33+ -gradientTolerance -gtl double Acceptable gradient error. 1E-06
34+ -delta -dt double Change to the guessed parameters each iteration. 1E-04
35+ -autoDiffType -adt unsigned int Auto-differencing type 0=forward 1=central. 0 (forward)
36+ -verbose -v bool Prints more information. False
37+ ======================== ===================== ===================== ===================== ======================================================================= ==============
3838
3939Return
4040------
@@ -102,7 +102,7 @@ Python Example:
102102 solvers = maya.cmds.mmSolverType(query = True , list = True )
103103 default_solver = maya.cmds.mmSolverType(query = True , default = True )
104104
105-
105+
106106 ``mmSolverAffects `` Command
107107+++++++++++++++++++++++++++
108108
0 commit comments