Another wonderful video, the information packed to optimal density. Thanks!
jamesrossbond
Nov. 4th, 2020
Next course, check. This course is mint. thanks Simon.
Keshav Chaurasia
Nov. 25th, 2022
This is Amazing!
Huân Lê-Vương
Sept. 6th, 2020
Hello,
Everytime I try the "#random(frame)" I always get the safety warning. Is it any dangerous?
Simon Thommes
Sept. 7th, 2020
*@Huân Lê-Vương* random() is not a function that is in the driver namespace natively. This is the function I added to the namespace for demonstration purposes. That is what the python script in the example file is for.
The script should automatically run, when you load the file, but you might have to allow the source or run it manually. Then you shouldn't get a warning and it should work.
Can you show us how to drive the emoticon controller?
Sathyarajkumar Krishnasamy
Sept. 23rd, 2020
@Simon Thommes When I exported as .dae I lost all the procedural shading. How do I preserve this on export? Appreciate your guidance on this.
Simon Thommes
Sept. 24th, 2020
*@srkmail* The shading setup is exclusive to Blender's render engines. Other software has a different internal setup. So if you try to export them to something that is not a .blend file the procedural shaders are not supported.
If you want to export your shaders for other software you have to bake them into maps that are supported by that other software. Baking is going to be the topic of the final chapter.
Sathyarajkumar Krishnasamy
Sept. 24th, 2020
*@Simon Thommes* Great. Thanks. Will wait for that.
Join to comment publicly.
10 comments
Another wonderful video, the information packed to optimal density. Thanks!
Next course, check. This course is mint. thanks Simon.
This is Amazing!
Hello,
Everytime I try the "#random(frame)" I always get the safety warning. Is it any dangerous?
*@Huân Lê-Vương* random() is not a function that is in the driver namespace natively. This is the function I added to the namespace for demonstration purposes. That is what the python script in the example file is for.
The script should automatically run, when you load the file, but you might have to allow the source or run it manually. Then you shouldn't get a warning and it should work.
You can also read more about this here: https://docs.blender.org/manual/en/latest/animation/drivers/workflow_examples.html#driver-namespace
*@Simon Thommes* Thanks for the info.
Can you show us how to drive the emoticon controller?
@Simon Thommes When I exported as .dae I lost all the procedural shading. How do I preserve this on export? Appreciate your guidance on this.
*@srkmail* The shading setup is exclusive to Blender's render engines. Other software has a different internal setup. So if you try to export them to something that is not a .blend file the procedural shaders are not supported.
If you want to export your shaders for other software you have to bake them into maps that are supported by that other software. Baking is going to be the topic of the final chapter.
*@Simon Thommes* Great. Thanks. Will wait for that.