Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
env_managment/envs
pynodes.zip
.tmp.blend
test.blend
Expand Down
Binary file modified .tmp.blend1
Binary file not shown.
18 changes: 1 addition & 17 deletions install-pynodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,9 @@
import os
sys.path.append(os.path.split(__file__)[0])

print('installing environment into blender')

# import env_managment.envs.pytorch_blender as pytorch_blender
# pytorch_blender.register()
import env_managment.envs.tensorflow_blender as tensorflow_blender
tensorflow_blender.register()

print('installed environment into blender')

import tensorflow
import tensorflow_datasets

print('imported environment packages')

import pynodes
import pynodes.nodes

print('registering pynodes')

pynodes.register()

print('pynodes was registered')
print('pynodes was imported successfully')
Loading