How do we use all functions from "bpy" module in Blenderproc? #814
MayconSilva7
started this conversation in
General
Replies: 1 comment
-
Not all blender functions are covered by blenderproc, however it is always possible to directly use blender python api. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have doubt: when I import "bpy" module, is it possible to use all Blender's functions?
Because, I need to add a sky texture, and other things. Which is more easy in Blender Python Console, because it shows the commands. But in Blenderproc, I do not how to write this script. I have search through Google and Blenderproc repository.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions