Author Topic: convert animated proxy  (Read 5990 times)

2015-10-19, 10:37:17

peterguthrie

  • Active Users
  • **
  • Posts: 250
    • View Profile
    • Peter Guthrie Visualisation
apologies if this has already been covered (the search function seems to be down this morning).

Is there any way to convert or render an animated vray proxy? the animated vray proxy displays fine in the viewport, and renders the first frame (when set to display whole mesh mode) but doesnt render the rest of the frames.

2015-10-19, 11:35:06
Reply #1

maru

  • Corona Team
  • Active Users
  • ****
  • Posts: 13675
  • Marcin
    • View Profile
Sorry, I am not sure about an "official" workflow for this, but I just checked and, strange enough, it seems that animated Vray proxies render fine when set to "preview from file". They can be also saved as Corona Proxy in that mode. But I can understand this is hardly ever an option (usually "full mesh" would be required).


Marcin Miodek | chaos-corona.com
3D Support Team Lead - Corona | contact us

2015-10-19, 12:39:28
Reply #2

peterguthrie

  • Active Users
  • **
  • Posts: 250
    • View Profile
    • Peter Guthrie Visualisation
yeah its actually very handy that they render in corona when set to 'full preview' mode.

What I'm unsure of is how to convert an animated proxy to corona?

2015-10-19, 15:10:19
Reply #3

Ludvik Koutny

  • VIP
  • Active Users
  • ***
  • Posts: 2557
  • Just another user
    • View Profile
    • My Portfolio
Hi, I've just tried it and encountered same problem. It seems that in process of creating animated CoronaProxy, viewport is not refreshed and VrayProxy in full mesh is updated only on viewport refresh call. I logged it in our bug tracker, and hopefully it will be resolved soon.

2015-10-21, 18:09:34
Reply #4

peterguthrie

  • Active Users
  • **
  • Posts: 250
    • View Profile
    • Peter Guthrie Visualisation
wondering if rendering it via backburner would help?

2015-10-23, 10:59:51
Reply #5

maru

  • Corona Team
  • Active Users
  • ****
  • Posts: 13675
  • Marcin
    • View Profile
Looks like this is fixed in the newest dailies:
https://forum.corona-renderer.com/index.php/topic,7238.msg63575.html#msg63575

checking... yup, works out of the box :)
« Last Edit: 2015-10-23, 11:07:00 by maru »
Marcin Miodek | chaos-corona.com
3D Support Team Lead - Corona | contact us

2015-10-23, 11:02:19
Reply #6

peterguthrie

  • Active Users
  • **
  • Posts: 250
    • View Profile
    • Peter Guthrie Visualisation
yeah I saw, just haven't managed to get it working yet

2015-10-23, 11:09:59
Reply #7

maru

  • Corona Team
  • Active Users
  • ****
  • Posts: 13675
  • Marcin
    • View Profile
I created an animated teapot, then converted it to Vray animated proxy, selected "show whole mesh", then create an empty Corona proxy, picked the teapot from scene.

I understand there maybe troubles when automating multiple proxy conversion.  This would require a new proxy converter script.
Marcin Miodek | chaos-corona.com
3D Support Team Lead - Corona | contact us

2015-10-23, 11:27:38
Reply #8

peterguthrie

  • Active Users
  • **
  • Posts: 250
    • View Profile
    • Peter Guthrie Visualisation
ah cool, figured it out with Robin's help. I thought the proxy exporter script would do it, but your method is the way to do it

2015-10-23, 12:39:04
Reply #9

racoonart

  • Active Users
  • **
  • Posts: 1446
    • View Profile
    • racoon-artworks
I understand there maybe troubles when automating multiple proxy conversion.  This would require a new proxy converter script.
I'm currently looking into that. At the moment I don't see a way to read out info about animation state and range from vray proxies. I made a forum request in the chaosgroup forums. If that comes out positive I'll add proxy conversion to the Corona Converter.
Any sufficiently advanced bug is indistinguishable from a feature.

2015-10-26, 12:51:01
Reply #10

racoonart

  • Active Users
  • **
  • Posts: 1446
    • View Profile
    • racoon-artworks


I asked for help in the Chaosgroup forums and even though Vlado knew what I wanted to use it for, he helped me by directing me to the Vray sdk documentation. So, kudos to Vlado - that was a very nice thing to do!

I managed to write a basic reader for the .vrmesh format in c# that I can use to find the necessary information about animation ranges. So stay tuned :)
Any sufficiently advanced bug is indistinguishable from a feature.