Installation

CGP utils is certified to work in production on Windows and Linux environments only.
Package may also work on OSX but have never been actually tested in this environment.

cgp_generic_utils

repository :
https://github.com/cgpilou/cgp_generic_utils
requirements :
  • PySide2
  • Python-2.7
install for maya :
  1. clone the repository and save it on your network
  2. create module directory in the maya preferences if not already existing
  3. copy/paste the cgp_generic_utils.mod file to the module directory
  4. update the path to the repository in cgp_generic_utils.mod
install for houdini :
  1. clone the repository and save it on your network
  2. copy/paste the content of the houdini.env file in the houdini.env file of the installation
  3. update the CGP_GENERIC_UTILS_ROOT variable with the path to the repository in the houdini.env file of the installation
  4. edit cgp_generic_utils.constants.Environment variables with the infos relative to your environment

cgp_maya_utils

repository :
https://github.com/cgpilou/cgp_maya_utils
requirements :
  • Python-2.7
  • maya-2018+
  • cgp_generic_utils
install :
  1. clone the repository and save it on your network
  2. create module directory in the maya preferences if not already existing
  3. copy/paste the cgp_maya_utils.mod file to the module directory
  4. update the path to the repository in cgp_maya_utils.mod
  5. edit cgp_maya_utils.constants.Environment variables with the infos relative to your environment

cgp_houdini_utils

repository :
https://github.com/cgpilou/cgp_houdini_utils
requirements :
  • Python-2.7
  • houdini-18+
  • cgp_generic_utils
install for houdini :
  1. clone the repository and save it on your network
  2. copy/paste the content of the houdini.env file in the houdini.env file of the installation
  3. update the CGP_HOUDINI_UTILS_ROOT variable with the path to the repository in the houdini.env file of the installation
  4. edit cgp_houdini_utils.constants.Environment variables with the infos relative to your environment