Search found 5 matches

by alvaromartinlop
Mon Apr 04, 2022 8:22 pm
Forum: General Discussion
Topic: Octane public roadmap (like a trello)
Replies: 6
Views: 5784

Re: Octane public roadmap (like a trello)

I'm going to +1 this even though it's been a while since it was posted originally. Some of us have been waiting for things like Brigade for ages. It makes me a little jealous to see all these other projects spending time on being transparent, sharing development boards, following up on their plans ...
by alvaromartinlop
Mon Nov 15, 2021 5:21 pm
Forum: General Discussion
Topic: Solo Node crashing constantly
Replies: 7
Views: 2706

Re: Solo Node crashing constantly

Sent the scene via the support page. The bug is now fixed in latest 2021.1-R2. Finally it's working, this is awesome!
by alvaromartinlop
Sat Nov 13, 2021 5:11 am
Forum: General Discussion
Topic: Solo Node crashing constantly
Replies: 7
Views: 2706

Re: Solo Node crashing constantly

I just wanted to confirm I'm experiencing the same issue (I've been in contact with support for a couple of days, and wanted to follow up here as well). Soloing nodes is always a crash gamble with octane render. Specially if there's displacement involved.
by alvaromartinlop
Wed Jul 21, 2021 8:12 pm
Forum: Help / Tutorials
Topic: ==== Octane useful scripts ====
Replies: 71
Views: 314946

Re: ==== Octane useful scripts ====

Figured it out


octane = rdata.GetFirstVideoPost()


No longer works for me because it returns another video post, to get octane I had to get the second video post.


octane = rdata.GetFirstVideoPost()
while octane and octane.GetName() != "Octane Renderer":
octane = octane.GetNext()
by alvaromartinlop
Wed Jul 21, 2021 7:41 pm
Forum: Help / Tutorials
Topic: ==== Octane useful scripts ====
Replies: 71
Views: 314946

Re: ==== Octane useful scripts ====

I used to use this script in c4d without any issues to copy render settings from c4d to the live viewer.

https://render.otoy.com/forum/viewtopic.php?f=30&t=64484

I just upgraded to s24 and the script is no longer working, I'm unable to copy kernel settings anymore. After some investigation I found ...

Go to advanced search