Skip to content

How do we add more Blender Functionality to Kubric Core? #193

Answered by taiya
MrXandbadas asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @MrXandbadas if you want to modify the core, you should use the kubruntudev image.
This loads kubric from the current folder.

this is what I do when I need to modify the core (edits to library will be picked up live):

git clone git clone [email protected]:google-research/kubric.git
cd kubric
docker pull kubricdockerhub/kubruntudev
make examples/shapenet

And this happens because kubruntudev has this env variable:

ENV PYTHONPATH="/workspace"

And as you can see the Makefile mounts the content of the kubric download directory to /workspace.
Feel free to ask if you have further questions ;)

p.s. the makefile is really just a collection of shell files, it's just my way of not having 1000x one…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MrXandbadas
Comment options

@taiya
Comment options

Answer selected by MrXandbadas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants