Mutant_Tools.Utils.Helpers package
Submodules
Mutant_Tools.Utils.Helpers.ai_helpers module
Mutant_Tools.Utils.Helpers.decorators module
- Mutant_Tools.Utils.Helpers.decorators.keep_selection(func)[source]
Restore the original Maya selection when exiting the function.
Mutant_Tools.Utils.Helpers.discord module
Mutant_Tools.Utils.Helpers.helpers module
- class Mutant_Tools.Utils.Helpers.helpers.Helpers[source]
Bases:
object
- capture_viewport(image_name=None, path=None, width=1920, height=1080, ornaments=False)[source]
- Args:
image_name: path: width: height: ornaments:
Returns:
- read_json(path, json_file)[source]
will read json file
- Args:
path: path to where the json file is (rembember to use to define the folders) json_file: json file name
Returns: dictionary with data
- reset_to_default()[source]
resetControllers.py - Python Script
Copyright 2012 Carlos Chacon L. All rights reserved.
DESCRIPTION: Resets the selected controllers to their default value.
USAGE: *Select the controllers to be reset. *Run the script.
AUTHOR: Carlos Chacon L. (caedo.00 at gmail dot com) ——————————————————————————————————————–