Vixen
dd8b0a81
csharp
public enum TextureProblemSeverity

How much a problem found in a plan matters.

Read the guide page for this →

Remarks

⚠ There were two states before #692 — "fine" and "refused" — and the case that made a third necessary is a clipped radius. A plan whose blur is wider than the kernel's loop still bakes, and the picture it bakes is a different material from the one the same graph produces at the resolution it was authored at. Refusing it would refuse a bake an artist may well want; saying nothing is #678, which cost a measured 26/255 and no message anywhere.

Fields and properties (2)

  • Warning

    The plan bakes, and the picture is not the one the graph describes.

  • Error

    The plan does not bake. Evaluate throws.

Used by (6)

  • TextureAdjustTestsVixen.Editor.TextureGraph.Tests
  • TexturePlacementKernelTestsVixen.Editor.TextureGraph.Tests
  • TexturePlanVixen.Editor.TextureGraph
  • TexturePlanCheckTestsVixen.Editor.TextureGraph.Tests
  • TexturePlanEvaluatorVixen.Editor.TextureGraph
  • TextureProblemVixen.Editor.TextureGraph