This tutorial series is insanely useful. Thanks man.
@Reanimathor10 жыл бұрын
I thought I would never understand this stuff and you made me... closer to it ;) Thank you!
@mazenezou8 жыл бұрын
i don't do scripting but is there a way to contact hands and feet to elements? instead of "Floor Contact" in the modifier?
@DoraKage8 жыл бұрын
Hi Alex, thank you for being a guiding light for newbies when it comes to python in Mobu. Question: from pyfbsdk import * cube = FBModelCube ('test') cube.Show = True cube.Scaling = FBVector3d (10,10,10) FBShaderManager().CreateShader( 'BumpShader' ).Append (cube) #(above) this promptly appends the bump shader to the cube as it is created BUT if i don't append the cube during the creation of the shader FBshader.Append ( 'BumpShader' , cube )