Animation from Houdini to Octane now works fine with alembic which is fantastic. Only... the camera position is not transfered into octane, instead it will always start the scene with the camera at the default position. This makes it again barely usefull. Anyone some intelligent tips how to fix this?
Sven
OctaneRender™ Standalone 1.23
Forum rules
NOTE: The software in this forum is not %100 reliable, they are development builds and are meant for testing by experienced octane users. If you are a new octane user, we recommend to use the current stable release from the 'Commercial Product News & Releases' forum.
NOTE: The software in this forum is not %100 reliable, they are development builds and are meant for testing by experienced octane users. If you are a new octane user, we recommend to use the current stable release from the 'Commercial Product News & Releases' forum.
maybe it's possible with lua script, get camera position from alembic and transfer to octane's cameraLutze wrote:Animation from Houdini to Octane now works fine with alembic which is fantastic. Only... the camera position is not transfered into octane, instead it will always start the scene with the camera at the default position. This makes it again barely usefull. Anyone some intelligent tips how to fix this?
Sven
Win 7 x64 | GTX560Ti | Core i7 960 3.2GHz | 24GB RAM
- p3taoctane
- Posts: 1418
- Joined: Mon Jan 25, 2010 12:53 am
Roeland
Maya 2014 exports materials through a GPU cache. I can try and export teh cahe file to you if you think it might help.
Perhaps the Alembic animation can be hooked into the cache file in some way... you know.. by unicorns and the easter bunny.
Peter
Maya 2014 exports materials through a GPU cache. I can try and export teh cahe file to you if you think it might help.
Perhaps the Alembic animation can be hooked into the cache file in some way... you know.. by unicorns and the easter bunny.

Peter
Windows 7 Pro_SP 1_64 bit_48 GB Ram_Intel Xeon X5660 2.80 GHZ x2_6 580GTX_1 Quadra 4800
- p3taoctane
- Posts: 1418
- Joined: Mon Jan 25, 2010 12:53 am
Roeland See if these make any sense... or are of use to ya aye.
Peter
Peter
- Attachments
-
- GPU_Alembic_Files_Roeland.zip
- (39.68 KiB) Downloaded 238 times
Windows 7 Pro_SP 1_64 bit_48 GB Ram_Intel Xeon X5660 2.80 GHZ x2_6 580GTX_1 Quadra 4800
@Lutze,
Lua is the new scripting capability within Octane. Lua is a computer language. Its use in Octane is like Python is to Blender. You can write your own code and run it to accomplish tasks like automate the movement of the camera or more complex things. It is only a very recent addition. You can find a new forum for Lua scripting in 'Resources and Sharing' where the Otoy guys are providing some examples of how to code using it.
Nice to see you back here.
Lua is the new scripting capability within Octane. Lua is a computer language. Its use in Octane is like Python is to Blender. You can write your own code and run it to accomplish tasks like automate the movement of the camera or more complex things. It is only a very recent addition. You can find a new forum for Lua scripting in 'Resources and Sharing' where the Otoy guys are providing some examples of how to code using it.
Nice to see you back here.
i7-3820 @4.3Ghz | 24gb | Win7pro-64
GTS 250 display + 2 x GTX 780 cuda| driver 331.65
Octane v1.55
GTS 250 display + 2 x GTX 780 cuda| driver 331.65
Octane v1.55
Are you rendering the imported Scene node directly?Lutze wrote:Animation from Houdini to Octane now works fine with alembic which is fantastic. Only... the camera position is not transfered into octane, instead it will always start the scene with the camera at the default position. This makes it again barely usefull. Anyone some intelligent tips how to fix this?
Sven
If an alembic file contains camera data you will see, in addition to the purple (geometry) output pin, one or more blue output pins for the camera data. If you have only a geometry output then the exported file probably doesn't contain camera data, and you may have to enable it in Houdini.
If there is camera data, the easiest way to use it is to create a render target node, and make a connection from the geometry output pin of the scene node to the render target geometry input pin, and similar for the camera pins. Then, render the render target node.
--
Roeland
I'm not really too sure how to describe this problem. All I did was to add a second render target node and connected it to the same pin on the geometry node as the first target node. When I rotate the view on the second target node the focus blur goes in and out as you move the camera. It's like at certain angles the focus doesn't work right? Focal depth doesn't change and always is set to 1.
Linux Mint 21.3 x64 | Nvidia GTX 980 4GB (displays) RTX 2070 8GB| Intel I7 5820K 3.8 Ghz | 32Gb Memory | Nvidia Driver 535.171
- r-username
- Posts: 217
- Joined: Thu Nov 24, 2011 3:39 pm
I have experienced this few times.grimm wrote:focus blur goes in and out as you move the camera.