{"id":20033160,"url":"https://github.com/dbr/nuke_misc_plugins","last_synced_at":"2025-07-23T10:32:24.186Z","repository":{"id":66406542,"uuid":"1888792","full_name":"dbr/nuke_misc_plugins","owner":"dbr","description":"Various Nuke plugins","archived":false,"fork":false,"pushed_at":"2012-06-29T18:57:25.000Z","size":108,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T17:21:24.066Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbr.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-13T13:29:06.000Z","updated_at":"2024-09-17T20:13:16.000Z","dependencies_parsed_at":"2023-02-20T03:45:19.412Z","dependency_job_id":null,"html_url":"https://github.com/dbr/nuke_misc_plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fnuke_misc_plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fnuke_misc_plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fnuke_misc_plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbr%2Fnuke_misc_plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbr","download_url":"https://codeload.github.com/dbr/nuke_misc_plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252445797,"owners_count":21749119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T09:44:43.454Z","updated_at":"2025-05-05T05:31:03.134Z","avatar_url":"https://github.com/dbr.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## `simple_geo_reader`\n\nMost simple node that sensibly outputs geo.\n\nA simplified version of the Sphere.cpp NDK example\n\n    cd simple_geo_reader\n    mkdir build \u0026\u0026 cd build\n\n    cmake -D NUKE_INSTALL_PATH=/Applications/Nuke6.2v2/Nuke6.2v2.app/Contents/MacOS/ -D CMAKE_INSTALL_PREFIX=../dist ..\n\n    make\n    make install\n\n\n## `nuke_verbosity`\n\nA Python module which exposes the Nuke verbosity level. This isn't\nnecessary, as there is a simpler way of doing this with no compiling\nrequired:\n\n    import nuke\n    if \"-V\" in nuke.rawArgs:\n        print \"Is verbose\"\n\nHowever this module might be a useful reference for doing similar\nthings. It works like this:\n\n    $ nuke -t\n    \u003e\u003e\u003e import nuke_verbosity\n    \u003e\u003e\u003e nuke_verbosity.is_verbose()\n    False\n    $ nuke -t -V\n    \u003e\u003e\u003e import nuke_verbosity\n    \u003e\u003e\u003e nuke_verbosity.is_verbose()\n    True\n\n\nFor example, this could be used to control the python logging level:\n\n    if nuke_verbosity.is_verbose():\n        logging.setLevel(logging.DEBUG)\n    else:\n        logging.setLevel(logging.INFO)\n\n\nTo build:\n\n    cd nuke_verbosity\n    mkdir build \u0026\u0026 cd build\n\n    cmake -D NUKE_INSTALL_PATH=/Applications/Nuke6.3v1/Nuke6.3v1.app/Contents/MacOS/ -D CMAKE_INSTALL_PREFIX=../dist ..\n\n    make\n    make install\n\n    env PYTHONPATH=../dist/lib/nuke6.3 /Applications/Nuke6.3v1/Nuke6.3v1.app/Contents/MacOS/Nuke6.3v1\n\n## `ratReader`\n\nAn incomplete deep shadow map/deep camera map reader\n\nThis will not work on OS X, due to incompatibilities between how\nHoudini and Nuke are built,\n\nhttp://www.sidefx.com/index.php?option=com_forum\u0026Itemid=172\u0026page=viewtopic\u0026p=102608\n\n## `dcm_convertor`\n\nAn even more incomplete tool to convert a Houdini's .rat deep\n[camera/shadow] map to .dtex","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbr%2Fnuke_misc_plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbr%2Fnuke_misc_plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbr%2Fnuke_misc_plugins/lists"}