You are currently browsing the archives for September, 2009.

Анатолий:
В общем идея скрипта заключается в том,
чтобы скрипт обрабатывал все материалы в сцене и
отключал на них displacement
и устанавливал указанную maxDepth и subdivs))
A:
То что выделено устанавливайте по вкусу.
————————————————————-
In general, the idea of the script to handle all materials in the scene and
disables to them displacement
and install the specified maxDepth and subdivs.
 
VrayMatArray = getclassInstances VrayMtl
for i in 1 to 24 where classof MeditMaterials[i] == VrayMtl and findItem VrayMatArray MeditMaterials[i] == 0 do append VrayMatArray MeditMaterials[i]
for m in VrayMatArray do
(

    m.texmap_displacement_on = off

    m.reflection_subdivs = 20
    m.refraction_subdivs = 20

    m.reflection_maxDepth = 10
    m.refraction_maxDepth = 10

    m.reflection_useInterpolation = off
    m.refraction_useInterpolation = off

)–end

Для того чтобы узнать все свойства материала Vray используйте команду
show (VrayMtl()) или getPropNames VrayMtl
—————————————————————————————————-
To learn all the material properties Vray use the command
show (VrayMtl ()) or getPropNames VrayMtl

Posted 11 months, 1 week ago at 10:42.

Add a comment

rus | eng

Quite often, my colleagues were have the problem of hang or crash when rendering from 3dsMax with Vray.
Almost always solve the problem is fairly simple.
First, if you work with 3d graphics, work on 64 bit system simply required.

Why?
Because, unlike 32-bit system, the 64 bit OS works with virtually unlimited memory.
(32-bit works with a maximum of 1.6 gigabytes of memory)
Using Vista is not recommended.
Use the WinXP 64 bit or Server 2003 64 bit.
With 64 bit OS use the 3ds Max 64 bit.




If the scene continues to crash then continue.

Usually the cause of crash is one (or then all) of the following errors:

    1. Objects without UVW-mapping .
    2. Objects without material.
    3. Objects with no Vray materials.
    4. Geometry without polygons.
    5. Objects with an incorrect geometry.
    6. Scene is to far away from origin.

By the way, most problems can see in the Vray log.



First step – merge your scene into a new file.
If necessary move all objects closer to the center of coordinates.

To ensure that select all objects, even if they are hidden, press F11
and in the window
Enter a string
select $ *
select the line and press SHIFT + ENTER.
All objects will be selected.
Move all objects closer to the center of coordinates.


Run script FixUtilities
Download

    1. Select the objects without UVW-mapping using the button “Missing UVW”
    Assign UVW-mapping modifier on them all.
    2. Select the objects without materials using the button “Missing Material”
    Assign Vray material on them all.
    3.Find in the list of materials not Vray materials and
    replace them with the Vray material.
    4. Select all Geometry without polygons with button “Select empty objects” and
    delete them.
    5. Close FixUtilities and render your the scene!

Posted 11 months, 2 weeks ago at 21:39.

2 comments

  • RSS

  • 3d models Animation Beta version buy CG news Development Download FAQ FilePathFinder free PORTFOLIO Project Manager renderfarm Script Services Update History virtual tour VrayMultiStageRender Work

    3d models (6)
    CG News in Pictures (15)
    Download (1)
    FAQ (6)
    FilePathFinder (11)
    PORTFOLIO (1)
    questions (2)
    Scripts (9)
    Site (1)
    Tips & Tricks (1)
    VrayMultiStageRender (2)
    Work (2)

    WP-Cumulus by Roy Tanck and Luke Morton requires Flash Player 9 or better.

  • CG News Archive

    August 2010 (2)
    May 2010 (7)
    March 2010 (6)
  • Random Posts