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_share
is 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
mongo
command. - Launch MongoDB Compass and connect to
localhost:27017
server. - Create
nuke_script_share
database. - And create
nuke_scripts
collection innuke_script_share
database.
- Clone the
NukeScriptShare
git repo.
https://github.com/rameshbabuvfx/NukeScriptShare
- Copy the NukeScriptShare folder path.
- Open
init.py
python file from.nuke
or nuke plugin folder - add this line of code in init.py file.
nuke.pluginAddPath("C:/Users/username/.nuke/NukeScriptShare")
- Launch/Restart Nuke.