The NukeScriptShare tool makes it simple to share nuke nodes within a connected network. Artists can quickly paste the received nodes and use them.
- Easy to share nuke nodes/scripts
- Storing in MongoDB Database.
- Automatically deletes data after two days.
- To remain for a long time, add to favourites.
- Display's all sent and received data in a table view.
- MongoDB Database.
- Database management tool.
Preferred :MongoDB Compass, Robo 3T. - Database with th name of
nuke_script_shareis required. - Need Collection with name of
nuke_scripts. - Common server in local network.
- Download MongoDB from this link.
https://www.mongodb.com/try/download/community
- Install the MongoDB in common server which is connected to local network.
- Download MongoDB Compass.
https://www.mongodb.com/try/download/compass
- Start the Mongodb server using
mongocommand. - Launch MongoDB Compass and connect to
localhost:27017server. - Create
nuke_script_sharedatabase. - And create
nuke_scriptscollection innuke_script_sharedatabase.
- Clone the
NukeScriptSharegit repo.
https://github.com/rameshbabuvfx/NukeScriptShare
- Copy the NukeScriptShare folder path.
- Open
init.pypython file from.nukeor nuke plugin folder - add this line of code in init.py file.
nuke.pluginAddPath("C:/Users/username/.nuke/NukeScriptShare")
- Launch/Restart Nuke.
