Announcement

Collapse
No announcement yet.

color correct problem

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

  • color correct problem

    hi there,
    we've rebuild our renderfarm, max8 sp3.
    installed all plugs and so on,
    but when render over network the color-correct plugin can't found.
    allways saying "missing dll color correct".
    rendering local on these machines works without problems.
    the *.dlm is still in the plugins folder from max, but he can't found.

    do we have to relink any pathes or something like that?

    best regards
    jonas
    Jonas

    www.jonas-balzer.de
    www.shack.de

  • #2
    i'm also using colorcorrect, without any problems. all our nodes have a local plugin.ini that points to a global plugin.ini.

    ...this way all nodes will always have the same paths and plugins - might not solve your problem, but it's a good practice anyways...

    Comment


    • #3
      Originally posted by kimgar
      i'm also using colorcorrect, without any problems. all our nodes have a local plugin.ini that points to a global plugin.ini.

      ...this way all nodes will always have the same paths and plugins - might not solve your problem, but it's a good practice anyways...
      Could you elaborate on how to implement that on the network? Steps involved in modifying the plugin.ini to point to global plugin ini..

      Thanks
      My Youtube VFX Channel - http://www.youtube.com/panthon
      Sonata in motion - My first VFX short film made with VRAY. http://vimeo.com/1645673
      Sunset Day - My upcoming VFX short: http://www.vimeo.com/2578420

      Comment


      • #4
        sure, first you will need to put all your plugins and a remote plugin.ini on a server accessible by all rendernodes.

        the remote plugin.ini is basically the same as your original, except that all paths need to be exchanged with the server path
        example:
        Code:
        [Directories]
        Additional MAX plug-ins=\\server\max\plugins
        moreplugs = \\server\max\moreplugs
        then you create a plugin.ini locally on all rendernodes which points to the above remote_plugin.ini:
        Code:
        [Include]
        remotePlugins=\\server\max\remote_plugin.ini
        ...hope that makes any sense

        Comment


        • #5
          thats great
          will try it, maybe it solves the problem.

          thanks kimgar
          Jonas

          www.jonas-balzer.de
          www.shack.de

          Comment


          • #6
            Thanks for your answer!

            We are going to try it too!

            Do you think it would work with combustion plugins?
            My Youtube VFX Channel - http://www.youtube.com/panthon
            Sonata in motion - My first VFX short film made with VRAY. http://vimeo.com/1645673
            Sunset Day - My upcoming VFX short: http://www.vimeo.com/2578420

            Comment


            • #7
              no prob, glad to help - hope it helps you out...

              ...about combustion i'm not sure, i guess it would work if it has a similar .ini file....

              i would love to do this to the 3dsmax.ini as well, but i have yet to find a solution to that...

              Comment

              Working...