Check out Febhouse | New extensions for Shadow Analysis in SketchUp Download
  • Rendering on parallel proyection with vray

    V-Ray render plugins extensions
    4
    0 Votes
    4 Posts
    16k Views
    N
    Here is the trick// http://www.sketchupvrayresources.blogspot.com/2012/02/tutorial-2-point-perspective-rendering.html
  • 0 Votes
    12 Posts
    14k Views
    andybotA
    awesome. learn something new every day...
  • 0 Votes
    11 Posts
    4k Views
    L
    gabbyquan, did you find a solution? if I save in .EXR, open in photoshop, adjust the gamma correction with Exposure, looks quite ok
  • 0 Votes
    3 Posts
    1k Views
    A
    thanks a lot....it works......no need to use advance camera tools. thanks...
  • Bugs?

    V-Ray render plugins extensions
    12
    0 Votes
    12 Posts
    717 Views
    StinkieS
    So ... you're batlling a bug with another bug? Jokes aside, have any of you reverted to an earlier version? Which one would you recommend?
  • V-Ray for SU vs V-Ray for MAX

    V-Ray render plugins extensions
    12
    0 Votes
    12 Posts
    1k Views
    eidam655E
    doesn't VRay for MAx use newer core? EDIT: also, yeah, if you could post a side-by-side comparison (with rendertimes), that would be awesome.
  • 0 Votes
    4 Posts
    651 Views
    Rich O BrienR
    Most render plugins adopt this approach. Grouped geometry with smooth edges appear smooth when rendered. I don't have Maxwell (can't get it to work) but I guessed this was the issue. BTW in grouped spheres make nice disco balls
  • Vray not working

    V-Ray render plugins extensions
    19
    0 Votes
    19 Posts
    5k Views
    andybotA
    @damaiyanto said: but then if it is the light cache , does it mean there's no hope for using it? If you figure out which materials are slowing it down, you could try adjusting those problem materials (fewer subdivisions, use bump instead of displacement, etc.) then try LC again.
  • 0 Votes
    7 Posts
    638 Views
    KrisidiousK
    I have it and enjoy it... I only use it for a few things but it's much more powerful. I just haven't spent the time studying all the things it can do. I recommend it.
  • 0 Votes
    5 Posts
    500 Views
    P
    Thanks! I'll give that a try.
  • NOX render

    Extensions & Applications Discussions extensions
    8
    0 Votes
    8 Posts
    2k Views
    MarianM
    @mrmikeesq said: Can't seem to get any type of realtime view (wireframe or something). Have to render to see anything. Well it is called Nox (night in Latin) for a reason.
  • 0 Votes
    1 Posts
    907 Views
    No one has replied
  • Ugly black junctions

    V-Ray render plugins extensions
    7
    0 Votes
    7 Posts
    1k Views
    thomthomT
    Some times I reduce the amount to 0.4 or 0.6 - depending on model. Rarely need to increase it. Might adjust the radius as well on occasion.
  • Render software advice

    Extensions & Applications Discussions extensions
    29
    0 Votes
    29 Posts
    4k Views
    N
    @unknownuser said: Thanks for the input! I'm still a bit confused, why is kerkythea free, and what makes all other render programs worth what they sell for? Kerkythea was born from enthusiasm and with active community it did grow in a point when entering into the commercial arena was only feasible option for further development. Even with a new born Thea Render, Kerkythea did stay free and is still been developed (but in slow cycles). @unknownuser said: Oh: don't choose a renderer over another because it does displacement. It's a nice feature and all, but it's terribly slow -in any app. And as Gai says, displaced grass doesn't look good. Indeed! For grass I'd use instancing or/and post pro. I rarely seen good enough grass made with displacement (specially when comparing the added render time). Gravel, pavement, stone walls, water... those are good targets for displacement. @pbacot said: And can the same be said of Thea? Like said before, Thea can import kerkythea xml (be it created by Twilight or Kerkythea). Material systems are different, although some similarities can be find. Thea does a KT material conversion with some heuristics, so little fine-tuning may be in need in case of complex materials. Exporting materials/models from Thea to Kerkythea is not possible. Before jumping to test Thea, it's good to watch overview tutorials.
  • Which image sampler to choose?

    V-Ray render plugins extensions
    12
    0 Votes
    12 Posts
    10k Views
    StinkieS
    Cool, didn't know that. I do know rendering without an AA filter and sharpening in post is supposedly less accurate than rendering using a filter. I'm sure that's correct, but I've not noticed any adverse effects myself.
  • Need help with SketchUp 8 and V-ray 1.48

    V-Ray render plugins extensions
    2
    0 Votes
    2 Posts
    451 Views
    thomthomT
    First of all, update your V-Ray to 1.49.01 there are many important bug fixes. Secondly, V-Ray doesn't render lines. If you need them you need to export a image from SketchUp with just the lines and overlay them in PhotoShop.
  • Make-over technique

    V-Ray render plugins extensions
    2
    0 Votes
    2 Posts
    272 Views
    N
    i think photomatch was done as reference and then the model has been remodeled and rendered completely.. the after image is completely different from before. they are completely diofferent but the good thing is they are using the same camera view. so photomatch is the answer.
  • Material editor

    V-Ray render plugins extensions
    2
    0 Votes
    2 Posts
    358 Views
    chonC
    Hello, probably because those materials were made for older versions of VRayForSU...
  • Colors problem!

    V-Ray render plugins extensions
    4
    0 Votes
    4 Posts
    665 Views
    eidam655E
    could it be resolved by turning on or switching the type of the antialiasing filter in Image Sampler?
  • 0 Votes
    8 Posts
    5k Views
    R
    This is exactly what I was looking for, thanks guys. Just a quick question, but is there any way to set the X and Y in the rubyscript to the current sketchup active window size? Something like, but not necessarily / keys = { ;filename => "c;/tmp/write_image.png", ;width => ActivewindowResX, ;height => ActivewindowResY, ;antialias => false, ;compression => 0.9, ;transparent => true } model = Sketchup.active_model view = model.active_view view.write_image keys