Cinema 4D Tutorial 19 – Advanced User Data and Xpresso with COFFEE
In this tutorial we use the Xpresso COFFEE node in Cinema 4D to create several ‘if statements’ to create a nice Xpresso tool. This is incredibly simple to do and incredibly useful.
If you have any questions please let me know! I love helping out the community! I also am quite interested in putting time into more tutorials like these so do expect them. Requests are always warmly welcomed and almost always made into tutorials!
Code:
main(){
if(Input1 == 0){
Output1 = Input2;
}
if(Input1 == 1){
Output1 = Input3;
}
if(Input1 == 2){
Output1 = Input4;
}}
Feb
29

Pingback: Advanced User data in Cinema 4D with Xpresso & COFFEE
Pingback: Cinema 4d Advanced User data and Xpresso with COFFEE Tutorial