Hi there.
I'm trying to render an animation using octane plug-in for Maya.
I have an animated poly object rotating. I assigned a 'diffuse material' to it, then I connected an 'octane marble texture' to the material's bump. The object is a movable proxy.
after I rendered the scene it appears that while the object moves through space the bump texture stay in place, in other words: the mesh moves through texture (the 'swim effect').
Then I connected an 'octane full transform' node to the scale attribute in the marble texture, and still the same unwanted effect.
How can I connect the transformation of a '3D Texture Generator' to an animated object?
Please help me.
Thanks
Ethan.
Texture Generators placement problem
Moderator: JimStar
- sampakinpa
- Posts: 110
- Joined: Mon Dec 03, 2012 11:46 am
- Contact:
2x Xeon E5-2620, 32 GB RAM, 4X GTX1080ti, Windows 10, Octane 3 for Maya 2018, Radeon HD6450 for disply BRIO Animation ltd
It seems like a octaneFullTransform has wrong values, they are all negative, and unitConversion node (created by Octane plugin) has positive conversion factor, so texture behavior on animated objects is not correct. It is obviously a bug.
When I connect an object transform attribute (e.g. translate or rotate) to octaneFullTransform attribute, plugin creates unitConversion node for rotation attribute but doesn't create it for translation attribute.
However, I found a temporary solution:
1. for rotation attributes unitConversion has a positive value of conversion factor equal 57.296. I changed it to a negative one, now it is -57.296
2. I created and connected unitConversion node for translation attributes by hand and set factor value that equals negative Scale attribute in Octane render settings (octaneSettings.ScaleFactor). In my case unitConversion.scaleFactor equals -0.010.
When I connect an object transform attribute (e.g. translate or rotate) to octaneFullTransform attribute, plugin creates unitConversion node for rotation attribute but doesn't create it for translation attribute.
However, I found a temporary solution:
1. for rotation attributes unitConversion has a positive value of conversion factor equal 57.296. I changed it to a negative one, now it is -57.296
2. I created and connected unitConversion node for translation attributes by hand and set factor value that equals negative Scale attribute in Octane render settings (octaneSettings.ScaleFactor). In my case unitConversion.scaleFactor equals -0.010.
SketchUp Pro 8/ Maya 2012 / W7 64bit / Intel i7 870 / 8GB / 2*GeForce gtx 680 4GB
- sampakinpa
- Posts: 110
- Joined: Mon Dec 03, 2012 11:46 am
- Contact:
Thanks I'll try that.
2x Xeon E5-2620, 32 GB RAM, 4X GTX1080ti, Windows 10, Octane 3 for Maya 2018, Radeon HD6450 for disply BRIO Animation ltd