Announcement

Collapse
No announcement yet.

Material File

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

  • Material File

    I trying to make a kind of a library of Vray/Blender Materials and share it in my blog but for it, I choose to upload just the untitled_material, the material file I mean. Buuuut, I have a problem! Another problem! How to render a scene with an imported material file? Can I do this or I'll need to share the .blend instead of material file?
    Example:
    In Blender, a cube any has a material called Cube. Hitting render, the material file is generated.
    [...]
    BRDFDiffuse BRDFDiffuse_Cube {
    color=Color(1.0000, 0.0000, 0.0000); - Red
    [...]
    And I have another material. That's the material:
    [...]
    BRDFDiffuse BRDFDiffuse_Cube {
    color=Color(0.0000, 1.0000, 0.0000); - Green
    [...]
    How to use the second code instead of the first one? Thanks for any help!
    Regards,
    Victor.
    Blender + Vray!
    My blog

  • #2
    Re: Material File

    Can I do this or I'll need to share the .blend instead of material file?
    You need to share .blend file.
    V-Ray For Houdini | V-Ray Hydra Delegate | VRayScene
    andrei.izrantcev@chaos.com
    Support Request

    Comment


    • #3
      Re: Material File

      Thanks... But you plan to make it possible in the script or in full integration?
      Blender + Vray!
      My blog

      Comment


      • #4
        Re: Material File

        But you plan to make it possible in the script or in full integration?
        In plugin - yes.
        V-Ray For Houdini | V-Ray Hydra Delegate | VRayScene
        andrei.izrantcev@chaos.com
        Support Request

        Comment

        Working...
        X