nuke-python-stubs icon indicating copy to clipboard operation
nuke-python-stubs copied to clipboard

Nuke python file stubs to aid auto complete in text editors.

Results 2 nuke-python-stubs issues
Sort by recently updated
recently updated
newest added
trafficstars

This global post modification substitutes every reference of `core.Module` to `hiero.core.Module` but fails when the declaration is inside parenthesis like: `list[core.TrackItems]` https://github.com/sisoe24/nuke-python-stubs/blob/b0dd0e8716603baa98a7fa2b49ebad31fabf48eb/nukestubsgen.py#L378

bug

Adding stubs to the `PYTHONPATH` can be tricky because the stubs are currently in `.py` files, which causes Nuke to break as it imports them instead of its own files....

enhancement