OctaneRender 2020.2 for Houdini Beta build 2020.2.0.2 RC7

Sub forum for plugin releases

Moderator: juanjgon

User avatar
juanjgon
Octane Plugin Developer
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

asamaniego wrote:Love the SOP level geo!

For some reason I can't get the copy's colors to show up. If I remember correctly, I used to be able to do it with an instance osl or the rgb4k_map in the tex folder by putting into albedo...not working anymore for me. Any help? Thanks.
Here it seems to work fine. Have you enabled the attributes options in the copy sop?

Thanks,
-Juanjo
Attachments
2021-02-03 22_00_26.jpg
jordi
Licensed Customer
Posts: 4
Joined: Sun Sep 13, 2015 7:10 pm

Hi Juanjo,

this release is crashing Houdini as soon as I hit either IPR or Render.

My main specs:
Linux Mint 20.1 Cinnamon 4.8.6
2950x - 127 GiB RAM
GTX 1080 Ti x 2 (460.39)

Crash report:
Crash report from jordi; Houdini FX Version 18.5.408 [linux-x86_64-gcc6.3]
Uptime 99 seconds
Wed Feb 3 08:53:34 2021
Caught signal 11

Traceback from 3049 ThreadId=0x7f50f3adccc0
AP_Interface::coreDumpChaser(UTsignalHandlerArg) <libHoudiniUI.so>
AP_Interface::si_CrashHandler::chaser(UTsignalHandlerArg) <libHoudiniUI.so>
signalCallback(UTsignalHandlerArg) <libHoudiniUT.so>
UT_Signal::UT_ComboSignalHandler::operator()(int, siginfo_t*, void*) const <libHoudiniUT.so>
UT_Signal::processSignal(int, siginfo_t*, void*) <libHoudiniUT.so>
__funlockfile <libpthread.so.0>
Octane::ApiOcioContext::getContext() const <liboctane.so>
Octane::ApiOutputColorSpaceInfo::createUseImagerSettings(Octane::ApiOcioContext const*, Octane::NamedColorSpace) <liboctane.so>
HOctane_OCIO_previewConfig(ROP_Octane*, int) <Houdini_Octane_18.5.408.so>
HOctane_renderScene(ROP_Octane*, int) <Houdini_Octane_18.5.408.so>
HOctane_IPR_load(ROP_Octane*) <Houdini_Octane_18.5.408.so>
HOctane_IPR_open(void*, int, float, PRM_Template const*) <Houdini_Octane_18.5.408.so>
CMD_Manager::runCommand(char*) <libHoudiniPRM.so>
CMD_Manager::internalExecute(char const*) <libHoudiniPRM.so>
CMD_Manager::processInput(CMD_Source*, char const*) <libHoudiniPRM.so>
CMD_Manager::internalSendInput(char const*, bool) <libHoudiniPRM.so>
CMD_Manager::sendMultiLineInputNoLock(char const*, bool) <libHoudiniPRM.so>
CMD_Manager::executeNoLock(char const*, bool, std::ostream*, std::ostream*, bool, bool) <libHoudiniPRM.so>
void UT_TaskArena::callbackConst<CMD_Manager::execute(char const*, bool, std::ostream*, std::ostream*, bool, bool)::{lambda()#1}>(void const*) <libHoudiniPRM.so>
tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const (arena.cpp:1035)
TBBPROXY_TaskArenaExecute <libTBBPROXY.so>
CMD_Manager::execute(char const*, bool, std::ostream*, std::ostream*, bool, bool) <libHoudiniPRM.so>
SHLF_Tool::execute(SHLF_ExecContext const&) <libHoudiniOPZ.so>
OPUI_ToolHandler::handleToolEvent(UI_Event*) <libHoudiniAPPS2.so>
UI_Queue::processNextEvent() <libHoudiniUI.so>
UI_Queue::drain() <libHoudiniUI.so>
UI_Queue::eventLoop() <libHoudiniUI.so>
main <libHoudiniUI.so>
__libc_start_main <libc.so.6>
main <houdini-bin>


Thanks for your work.
User avatar
juanjgon
Octane Plugin Developer
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

jordi wrote:Hi Juanjo,
this release is crashing Houdini as soon as I hit either IPR or Render.
This can be a problem related to the OCIO configuration that we are investigating. I'll send you a pm with more information.

Thanks,
-Juanjo
DamjanMX_1
Licensed Customer
Posts: 35
Joined: Thu Jul 18, 2019 9:46 am

juanjgon wrote:
Gregor.Zimmermann wrote:Hey,

sorry for the noob question - could you explain what SOP level packaged geo is and how it works?

Thanks so much!
Best,
Gregor
This feature makes possible the automatic instancing of the packed geo instances that you can create for example with the copy sop.

Check the attached scene for example. With this option disabled, all the objects are expanded to full geometry, but with the packed geo option enabled, each object is rendered as an Octane instance, saving memory and scene extraction time.

Hope it helps,
-Juanjo
Hi!

How is this auto-instancing supposed to work? I can't get it to set up properly.

On the left is the instance variable approach, and on the right the copy stamp with packed geo approach.
Attachments
inst.jpg
User avatar
juanjgon
Octane Plugin Developer
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

Do you have the option to pack geometry enabled in the copy sop? If you share the scene I could take a look at it here.

Thanks,
-Juanjo
Attachments
2021-02-04 09_28_32.jpg
DamjanMX_1
Licensed Customer
Posts: 35
Joined: Thu Jul 18, 2019 9:46 am

juanjgon wrote:Do you have the option to pack geometry enabled in the copy sop? If you share the scene I could take a look at it here.

Thanks,
-Juanjo
Yes, and it's enabled both in copy to points and copy stamp nodes.

I can't attach the exact file I'm working on but I have attached one with pig test geo that has the same issue.

Thx!
Attachments
octane_instances_003.zip
(91.63 KiB) Downloaded 165 times
User avatar
juanjgon
Octane Plugin Developer
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

Hmm, but your OBJ node didn't have the option to instance the packed geo, probably because it comes from an older plugin version. Once added and enabled, everything works as expected.

Thanks,
-Juanjo
Attachments
octane_instances_003_juanjo.zip
(88.71 KiB) Downloaded 174 times
2021-02-04 22_02_03.jpg
DamjanMX_1
Licensed Customer
Posts: 35
Joined: Thu Jul 18, 2019 9:46 am

juanjgon wrote:Hmm, but your OBJ node didn't have the option to instance the packed geo, probably because it comes from an older plugin version. Once added and enabled, everything works as expected.

Thanks,
-Juanjo
Yes, that solved it! Perfect.

Thanks!
Barry Convex
Licensed Customer
Posts: 15
Joined: Tue Feb 23, 2010 7:29 pm

Hello,

I noticed this version introduced a bug when using the "forced phantom" option in the Octane ROP for rendering an animation. Only the first frame is rendered correctly. You can check in the attached file that the sphere becomes visible again from frame 2. Simply render it to disk.
It used to work fine though.

Thanks for the hard work !!
Attachments
forced_phantom.zip
(47.31 KiB) Downloaded 162 times
caseyhupke
Licensed Customer
Posts: 42
Joined: Tue Jan 15, 2019 8:08 pm

Will this build work with the stable release just posted?

And did they fix the vertex color attribute bug I reported earlier?
Post Reply

Return to “Releases”