Removed unneeded comments (#673)

This commit is contained in:
Terry Michaels
2021-05-10 22:02:30 -05:00
committed by GitHub
parent f21637f471
commit 8ddfcabae7
66 changed files with 40 additions and 98 deletions
@@ -16,7 +16,7 @@ with Lumberyard. Note: this boostrap is only designed fo be py3 compatible.
If you need DCCsi access in py27 (Autodesk Maya for instance) you may need
to implement your own boostrapper module. Currently this is boostrapped
from add_dccsi.py, as a temporty measure related to this Jira:
https://jira.agscollab.com/browse/SPEC-2581"""
SPEC-2581"""
# standard imports
import sys
import os
@@ -25,7 +25,7 @@ the provided env and launcher bat files.
If you are developing for the DCCsi you can use this launcher to start Maya:
DccScriptingInterface\Launchers\Windows\Launch_Maya_2020.bat"
To Do: https://jira.agscollab.com/browse/ATOM-5861
To Do: ATOM-5861
"""
__project__ = 'DccScriptingInterface'
@@ -43,7 +43,7 @@ Note: to get this to work unfortunatley each user must configure the wingide pre
(there is no shared project / data-driven way that I know of to set this up otherwise)
Note: lumberyard is not currently generating __init__.pyi files in that package structure:
https://jira.agscollab.com/browse/SPEC-3315
SPEC-3315
The workaround is to create them yourself (they can be empty) and needs to be in the root of each package folder, like this:
dev\Cache\AtomTechArt\pc\user\python_symbols\azlmbr\__init__.pyi
@@ -63,4 +63,4 @@ You might need to reboot wing. Then you should have auto-complete for the lumbe
Note: the entirety of azlmbr api does not generate .pyi files currently,
all of the "Behaviour Context" based classes do
non-BC modules such as azlmbr.paths currently do not
https://jira.agscollab.com/browse/SPEC-3316
SPEC-3316
@@ -40,7 +40,7 @@ Module Documentation:
<to do: further document this module>
To Do:
https://jira.agscollab.com/browse/ATOM-5859
ATOM-5859
'''
# -------------------------------------------------------------------------
@@ -22,7 +22,7 @@ Module: <DCCsi>\azpy\shared\common\config_utils.py
<to do: further document this module>
To Do:
https://jira.agscollab.com/browse/ATOM-5859
ATOM-5859
'''
# -------------------------------------------------------------------------