Announcement

Collapse
No announcement yet.

VRay Toon line width

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

  • VRay Toon line width

    It would be nice to have an option to change the VRay toon line width to be "proportional" to the image, so that if I change the output resolution, the line width changes with it. It could perhaps be displayed as a percentage, perhaps so for a 1px line in a 1000px image you'd set the line weight to 0.001%, which would then scale up proportionally when the render output size is changed to say 10,000px.
    Check out my (rarely updated) blog @ http://macviz.blogspot.co.uk/

    www.robertslimbrick.com

    Cache nothing. Brute force everything.

  • #2
    It is a bit of a hack but you can assign a script controller to the VRayToon line width in the track view. Its the 3rd ToBeDone down
    Click image for larger version

Name:	TV.jpg
Views:	1
Size:	37.5 KB
ID:	847857
    When the script controller dialogue pops up type:
    Code:
    renderWidth * 0.001
    in the expression box and you're good to go.
    Dan Brew

    Comment


    • #3
      Nice one!

      Thanks for the tip.

      Stan
      3LP Team

      Comment


      • #4
        Originally posted by DanielBrew View Post
        Its the 3rd ToBeDone down
        Heh thanks for the pointer; will fix those.

        Best regards,
        Vlado
        I only act like I know everything, Rogers.

        Comment

        Working...
        X