constants.py 899 B

1234567891011121314151617181920212223242526272829303132
  1. # coding:utf-8
  2. #!/usr/bin/python
  3. #
  4. # Copyright (c) Contributors to the Open 3D Engine Project.
  5. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  6. #
  7. # SPDX-License-Identifier: Apache-2.0 OR MIT
  8. #
  9. #
  10. # -- This line is 75 characters -------------------------------------------
  11. """
  12. Module Documentation:
  13. DccScriptingInterface:: SDK//maya//scripts//constants.py
  14. This module is mainly a bunch of commony used constants, and default strings
  15. So we can make an update here once that is used elsewhere
  16. """
  17. # -------------------------------------------------------------------------
  18. # built-ins
  19. # none
  20. # -- External Python modules
  21. # -- DCCsi Extension Modules
  22. #import azpy
  23. # -- maya imports
  24. # none
  25. # -------------------------------------------------------------------------
  26. OBJ_DCCSI_MAINMENU = 'LyDCCsiMainMenu'
  27. TAG_DCCSI_MAINMENU = 'DCCsi (LY:Atom)'