Announcement

Collapse
No announcement yet.

V-Ray/Blender 2.5

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

  • Re: V-Ray/Blender 2.5

    Yes a V-Ray 2.0, Blender 2.58 Build would be interesting

    Kind regards
    Alain

    Comment


    • Re: V-Ray/Blender 2.5

      Hi,
      Maybe some issues, could anyone confirm?

      Lens shift
      Lens shift on Portrait images looks different from blender viewport. In landscape or square images it works perfectly.
      Example:
      blendfile: http://www.pasteall.org/blend/7206
      [attachment=3:3p338wsb]01_a.jpg[/attachment:3p338wsb]
      [attachment=2:3p338wsb]02_a.jpg[/attachment:3p338wsb]
      [attachment=1:3p338wsb]03_a.jpg[/attachment:3p338wsb]
      [attachment=0:3p338wsb]04_a.jpg[/attachment:3p338wsb]

      Camera Loop
      Camera loop is not working, when its on and press render it gives this error in terminal:
      Code:
      V-Ray/Blender: Writing scene...
      V-Ray/Blender: Error! No cameras selected for "Camera loop"!

      Regards!
      Attached Files
      architect at oona

      Comment


      • Re: V-Ray/Blender 2.5

        For anyone interested in a fresh win installer:

        V-Ray/Blender 2.58
        rev. 37835 - Win 32bits

        http://www.zshare.net/download/919310693712dfe1/

        architect at oona

        Comment


        • Re: V-Ray/Blender 2.5

          Thanks a lot for the new build...

          Comment


          • Re: V-Ray/Blender 2.5

            Thanks for the new build cyberlecs, now I know what to do in the vacation

            Comment


            • Re: V-Ray/Blender 2.5

              Great Work Cyberlecs!! and only lack a version for linux 64bits and win 64bits
              anyway thank you very very much!!

              It would be interesting tutorial on how to do a "build installer" like this.
              Do you use pyqt? Thanks.

              PD: Sorry for my bad english.

              Comment


              • Re: V-Ray/Blender 2.5

                The exporter right now is not compatible with Vray 2.00 maya2012 stand alone Demo. right?

                Comment


                • Re: V-Ray/Blender 2.5

                  It would be interesting tutorial on how to do a "build installer" like this.
                  Do you use pyqt? Thanks.
                  I've used autobuild script provided by bdancer.
                  There is already a tutorial on this:
                  Compiling using autobuild: https://github.com/bdancer/vb25-patch/wiki/autobuild
                  Manual Compiling: https://github.com/bdancer/vb25-patch/wiki/compilation
                  To generate the installer I've just installed NSIS and described in the link above and used the option "-a" in the "python build.py" command.

                  ...and only lack a version for linux 64bits and win 64bits
                  I'm having some issues with win64 compilation specific with ffmpeg and libavcodec libs.
                  About linux build, in the next few days I'll post it.

                  The exporter right now is not compatible with Vray 2.00 maya2012 stand alone Demo. right?
                  As I know Maya version doesn't matter because standalone are the same, just the exporter is different but we don't use maya exporter.
                  I think it should work.
                  architect at oona

                  Comment


                  • Re: V-Ray/Blender 2.5

                    Camera loop is not working, when its on and press render it gives this error in terminal
                    There is a control in camera's UI to use this camera in camera loop.
                    V-Ray For Houdini | V-Ray Hydra Delegate | VRayScene
                    andrei.izrantcev@chaos.com
                    Support Request

                    Comment


                    • Re: V-Ray/Blender 2.5

                      Originally posted by pakirrote
                      The exporter right now is not compatible with Vray 2.00 maya2012 stand alone Demo. right?
                      I'm silly, it seems that it works. Just had to change the resolution to 600x450 which is the maximum allowed by the Demo xD
                      Thanks.

                      Comment


                      • Re: V-Ray/Blender 2.5

                        Fresh Linux Build:

                        V-Ray/Blender 2.58
                        rev. 37835 - Linux 64bits

                        http://www.zshare.net/download/920337525b867955/
                        architect at oona

                        Comment


                        • Re: V-Ray/Blender 2.5

                          Originally posted by cyberlecs
                          Fresh Linux Build:

                          V-Ray/Blender 2.58
                          rev. 37835 - Linux 64bits

                          http://www.zshare.net/download/920337525b867955/
                          Work well!!
                          thank you very much!!

                          Comment


                          • Re: V-Ray/Blender 2.5

                            i watched the fxphd vray 101 tutorial . and vray has mesh lights. and you can also use textures on mesh lights.

                            i downloaded the exporter today and mesh lights dont work. mesh lights dont need global illumination. they are lights created from blenders mesh. and if htey have UV you can add textures.

                            how come mesh lights never work? is the problem that blender.org always changes smoething when they update blender?

                            Comment


                            • Re: V-Ray/Blender 2.5

                              how come mesh lights never work?
                              Object panel -> Light works fine for me; texture is taken from object's material.
                              V-Ray For Houdini | V-Ray Hydra Delegate | VRayScene
                              andrei.izrantcev@chaos.com
                              Support Request

                              Comment


                              • Re: V-Ray/Blender 2.5

                                thanks for recent commits bdancer.

                                extratex channel is not working recently:

                                Code:
                                [2011/Jul/11|21:18:04] Number of raycasts: 3133548
                                [2011/Jul/11|21:18:04]   Camera rays: 1279572
                                [2011/Jul/11|21:18:04]   Shadow rays: 851807
                                [2011/Jul/11|21:18:04]   GI rays: 665892
                                [2011/Jul/11|21:18:04]   Reflection rays: 0
                                [2011/Jul/11|21:18:04]   Refraction rays: 0
                                [2011/Jul/11|21:18:04]   Unshaded rays: 372339
                                [2011/Jul/11|21:18:04] Frame took 8.66 s.
                                V-Ray/Blender: Writing scene...
                                V-Ray/Blender: Writing frame 1...
                                V-Ray/Blender: Writing frame 1... done [0.00]
                                
                                Traceback (most recent call last):
                                  File "C:\Users\leco\Desktop\vb25\2.58\scripts\startup\vb25\render_ops.py", lin
                                e 952, in render
                                    vb25.render.render(self, scene)
                                  File "C:\Users\leco\Desktop\vb25\2.58\scripts\startup\vb25\render.py", line 19
                                47, in render
                                    err= write_scene(bus)
                                  File "C:\Users\leco\Desktop\vb25\2.58\scripts\startup\vb25\render.py", line 17
                                59, in write_scene
                                    write_settings(bus)
                                  File "C:\Users\leco\Desktop\vb25\2.58\scripts\startup\vb25\render.py", line 54
                                9, in write_settings
                                    plugin.write(ofile, getattr(render_channel,plugin.PLUG), scene, render_chann
                                el.name)
                                  File "C:\Users\leco\Desktop\vb25\2.58\scripts\startup\vb25\plugins\RenderChann
                                elExtraTex.py", line 109, in write
                                    texmap= write_texture(ofile, sce, params)
                                TypeError: write_texture() takes exactly 1 positional argument (3 given)
                                
                                location:<unknown location>:-1
                                architect at oona

                                Comment

                                Working...
                                X