Announcement

Collapse
No announcement yet.

Crash when rendering with a MAXScript plugin derived from VRayLight

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Crash when rendering with a MAXScript plugin derived from VRayLight

    Seems that in 3.60.04 (I know that this was working fine in 3.3) you can not extend VRayLight in a MAXScript plugin.

    The following is all it takes:

    Code:
    plugin light LightTest name:"LightTest" classID:#(0x6237638f, 0x37546773) extends:VrayLight ( )
    
    LightTest()
    Trying to render then crashes with:

    Code:
    UNHANDLED EXCEPTION: Compiling geometry
    Last marker is at ./src/vrenderlight.cpp, line 680: Preparing lights (LightTest001)


  • #2
    Managed to reproduce it and added it into out bug-tracking system under the following ID: VMAX-7925
    Will keep you posted for future updates.
    Svetlozar Draganov | Senior Manager 3D Support | contact us
    Chaos & Enscape & Cylindo are now one!

    Comment

    Working...
    X