0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jan 02, 2025 — Jan 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed __getattr__ to only return a local attribute if it is actually in __dict__, enabling pass-throughs of things like __enter__ and __exit__ More... about 14 years ago
Added support for isinstance(). It will work as in Nuke. The only difference is that it will also return True for isinstance(<anything>, nukeExternalControl.client.NukeObject) More... about 14 years ago
Changes all classes to be subclasses of object More... about 14 years ago
Modified common.py to check the environment variable 'NUKE_EXEC' before defaulting to 'Nuke' More... about 14 years ago
Added support for 'del' and 'issubclass'. Also initial support for 'isinstance', but currently commented out, as not currently working properly More... about 14 years ago
Added comments More... about 14 years ago
Ensure that nuke.ask() isn't called to verify the connection if Nuke isn't in GUI mode. Also, when starting a Managed Server, ensure that verifyConnection is always turned off More... about 14 years ago
Merged with latest Luma code More... about 14 years ago
Moved __init__.py to where it should actually be! More... about 14 years ago
Added __init__.py file More... about 14 years ago
Moved server and client code into a nukeExternalControl module More... about 14 years ago
Merge branch 'master' of github.com:Nvizible/NukeExternalControl More... about 14 years ago
Added in Nuke-side authentication, if the command server was initialised to request it More... about 14 years ago
client: added ability to pass in extra args to nuke startup (for, ie, --nukex) More... over 14 years ago
sometimes module isn't inserted into sys.modules (??), but the module still imports... added way to detect file in this case More... over 14 years ago
Added return code checking and automatic retries for license errors. Raised commandManager startup timeout. More... over 14 years ago
Updated README More... over 14 years ago
Moved original modules into a single Python package called nukeExternalControl, and renamed them to 'client' and 'server.' Moved constants, exception definitions, and pickle-safe type lists to a new 'common' submodule. Also cleaned up some docstrings. More... over 14 years ago
Fixed issues with overly long return strings using the command manager interface by lowering the socket buffer size and max packet byte length. More... over 14 years ago
Add automatic retrying in cases where no Nuke licenses are available. More... over 14 years ago
pipe nuke's stderr/stdout to NukeCommandManager.nuke_stderr/.nuke_stdout More... over 14 years ago
Fixed Manager timeout logic when server fails to start (due to Nuke license error, etc.) More... over 14 years ago
Last little cleanup for github push. More... over 14 years ago
Merged in latest changes from remote nviz branch. More... over 14 years ago
Fixed bug where Nuke objects couldn't be passed back into Nuke functions More... over 14 years ago
Merge latest nviz into Luma modifications More... over 14 years ago
Unlimited data size transfers now work both ways. More... over 14 years ago
Replaced tabs with spaces, and fixed __repr__ and __str__ on connection More... over 14 years ago
Fixed crash with extra large returns More... over 14 years ago
Added .gitignore More... over 14 years ago