Announcement

Collapse
No announcement yet.

Vray Material Converter

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

  • #16
    Originally posted by DaForce


    If you want it so bad, do it yourself n6... its so simple it shouldnt be too hard to work out.
    thanks for your very precious help...

    Comment


    • #17
      Code:
      for obs in objects do 
      	(
      	vrmat = obs.material
      	if classof vrmat==VRayMtl then 
      		(
      		stdmat = Standardmaterial ()
      		stdmat.name = vrmat.name
      		stdmat.diffuseMap = vrmat.texmap_diffuse
      		obs.material = stdmat
      		)
          )
      Very basic, will not support any multi mats or anything else other than a vraymat
      Eric Boer
      Dev

      Comment


      • #18
        Originally posted by n6
        Originally posted by DaForce


        If you want it so bad, do it yourself n6... its so simple it shouldnt be too hard to work out.
        thanks for your very precious hel...

        Thanks for your precious comments

        Comment


        • #19
          Originally posted by DaForce
          Originally posted by n6
          Originally posted by DaForce


          If you want it so bad, do it yourself n6... its so simple it shouldnt be too hard to work out.
          thanks for your very precious hel...

          Thanks for your precious comments
          ]

          Don't mind him n6, he's just trying to up his post count
          Eric Boer
          Dev

          Comment


          • #20
            Originally posted by RErender
            Originally posted by DaForce
            Originally posted by n6
            Originally posted by DaForce


            If you want it so bad, do it yourself n6... its so simple it shouldnt be too hard to work out.
            thanks for your very precious hel...

            Thanks for your precious comments
            Don't mind him n6, he's just trying to up his post count
            Don't mind him n6, he's just being a tool

            Comment


            • #21
              tool (tōōl)

              1. an implement, esp. one held in the hand, as a hammer, saw, or file, for performing or facilitating mechanical operations.
              2. any instrument of manual operation.
              3. the cutting or machining part of a lathe, planer, drill, or similar machine.
              4. the machine itself; a machine tool.
              5. anything used as a means of accomplishing a task or purpose: Education is a tool for success. (aka RErender)
              6. obscene term for penis (see DaForce)


              Eric Boer
              Dev

              Comment


              • #22


                Point goes to you for that one.. hilarious.. *wipes tear from eye*

                Comment


                • #23
                  Eric Boer
                  Dev

                  Comment


                  • #24
                    I just hope you didnt really waste 45 minutes getting that list together. That would be sad

                    Comment


                    • #25
                      heh, nope, with firefox and the dictionary search plugin it only took moments and the inspiration was almost instantaneous. :P
                      Eric Boer
                      Dev

                      Comment


                      • #26
                        hmmm... yes quite humourous

                        Man, you really messed this thread up. Shame on you

                        Comment


                        • #27
                          Originally posted by Druski
                          found a way around it, if anyone else is intersted in the script let me know
                          I'm interested!

                          Comment


                          • #28

                            u guys crack me up!
                            this has gotta be one of the funniest threads ever!
                            Nuno de Castro

                            www.ene-digital.com
                            nuno@ene-digital.com
                            00351 917593145

                            Comment


                            • #29
                              glad to be here

                              Comment


                              • #30
                                Originally posted by RErender
                                Code:
                                for obs in objects do 
                                	(
                                	vrmat = obs.material
                                	if classof vrmat==VRayMtl then 
                                		(
                                		stdmat = Standardmaterial ()
                                		stdmat.name = vrmat.name
                                		stdmat.diffuseMap = vrmat.texmap_diffuse
                                		obs.material = stdmat
                                		)
                                    )
                                Very basic, will not support any multi mats or anything else other than a vraymat
                                Many thanks RErender! many thanks

                                Comment

                                Working...
                                X