Announcement

Collapse
No announcement yet.

Materials menu (multimaterial, etc...) has gone in new build

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

  • Materials menu (multimaterial, etc...) has gone in new build

    There's a new problem related to materials. I have rebuilded linux vray-blender (2.65.9) and I opened a file with few objects with more than one material each. New build has no multimaterial menu, the menu where you can switch between materials.

    Code:
    V-Ray/Blender: Writing scene...
    V-Ray/Blender: Writing frame 3...
    V-Ray/Blender: Writing frame 3... done [0.02]                                                          
    Traceback (most recent call last):
      File "/home/juan/build29/install/vrayblender/2.65/scripts/startup/vb25/ui/properties_material.py", line 86, in draw
        row.template_list(ob, "material_slots", ob, "active_material_index", rows=2)
    TypeError: UILayout.template_list(): error with argument 1, "listtype_name" -  Function.listtype_name expected a string type, not Object
    
    location: <unknown location>:-1
    
    location: <unknown location>:-1
    Traceback (most recent call last):
      File "/home/juan/build29/install/vrayblender/2.65/scripts/startup/vb25/ui/properties_material.py", line 441, in draw
        col.active= VRayMaterial.material_id_number
    TypeError: bpy_struct: item.attr = val: UILayout.active expected True/False or 0/1, not int
    
    location: <unknown location>:-1
    
    location: <unknown location>:-1

  • #2
    Re: Materials menu (multimaterial, etc...) has gone in new b

    Basically all list widgets are broken with latest SVN.
    V-Ray For Houdini | V-Ray Hydra Delegate | VRayScene
    andrei.izrantcev@chaos.com
    Support Request

    Comment


    • #3
      Re: Materials menu (multimaterial, etc...) has gone in new b

      Fix in git.
      V-Ray For Houdini | V-Ray Hydra Delegate | VRayScene
      andrei.izrantcev@chaos.com
      Support Request

      Comment


      • #4
        Re: Materials menu (multimaterial, etc...) has gone in new b

        You did it again, thank you Andrey!

        Comment

        Working...
        X