add maya plugin #6796
Annotations
10 errors and 3 warnings
Run Ruff Linter:
nerfstudio/scripts/maya/nerfplugin_maya.py#L17
nerfstudio/scripts/maya/nerfplugin_maya.py:17:1: I001 Import block is un-sorted or un-formatted
|
Run Ruff Linter:
nerfstudio/scripts/maya/nerfplugin_maya.py#L19
nerfstudio/scripts/maya/nerfplugin_maya.py:19:8: PLR0402 Use `from maya import mel` in lieu of alias
|
Run Ruff Linter:
nerfstudio/scripts/maya/nerfplugin_maya.py#L99
nerfstudio/scripts/maya/nerfplugin_maya.py:99:12: PLR1714 Consider merging multiple comparisons: `fitresgate in (1, 3)`. Use a `set` if the elements are hashable.
|
Run Ruff Linter:
nerfstudio/scripts/maya/nerfplugin_maya.py#L136
nerfstudio/scripts/maya/nerfplugin_maya.py:136:12: E712 Avoid equality comparisons to `False`; use `if not cam_type:` for false checks
|
Run Ruff Linter:
nerfstudio/scripts/maya/nerfplugin_maya.py#L212
nerfstudio/scripts/maya/nerfplugin_maya.py:212:23: E711 Comparison to `None` should be `cond is None`
|
Run Ruff Linter:
nerfstudio/scripts/maya/nerfplugin_maya.py#L212
nerfstudio/scripts/maya/nerfplugin_maya.py:212:45: E711 Comparison to `None` should be `cond is None`
|
Run Ruff Linter:
nerfstudio/scripts/maya/nerfplugin_maya.py#L289
nerfstudio/scripts/maya/nerfplugin_maya.py:289:23: E711 Comparison to `None` should be `cond is None`
|
Run Ruff Linter:
nerfstudio/scripts/maya/nerfplugin_maya.py#L289
nerfstudio/scripts/maya/nerfplugin_maya.py:289:45: E711 Comparison to `None` should be `cond is None`
|
Run Ruff Linter:
nerfstudio/scripts/maya/nerfplugin_maya.py#L332
nerfstudio/scripts/maya/nerfplugin_maya.py:332:5: E722 Do not use bare `except`
|
Run Ruff Linter:
nerfstudio/scripts/maya/nerfplugin_maya.py#L340
nerfstudio/scripts/maya/nerfplugin_maya.py:340:5: E722 Do not use bare `except`
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading