Announcement

Collapse
No announcement yet.

Material error

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

  • Material error

    Hi, this is the error it shows, while there is no such material in the scene materials rollout. What to do?

  • #2
    In the dropdown next to "Search by name", make sure you have a tick next to "Show Incompatible".
    Kind Regards,
    Morne

    Comment


    • #3
      You can also try this at own risk (save your scene 1st). It removes raytrace maps from your scene.

      via SwordSlayer on CGSociety:

      Code:
      tmaps = getClassInstances Raytrace
      
      for map in tmaps do
      for ref in refs.dependents map do
      for i = 1 to refs.getNumRefs ref
      where refs.getReference ref i == map do
      (
      refs.replaceReference ref i undefined
      notifyDependents ref
      )
      Kind Regards,
      Morne

      Comment


      • #4
        Didn't work, but that's okay, I move on : ) Thank you for support, Morne!

        Comment

        Working...
        X