🔥 delete validation error help file

This commit is contained in:
Ondrej Samohel 2022-09-08 16:54:10 +02:00
parent 0084790221
commit 9e1fb2bc6c
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<root>
<error id="main">
<title>Scene setting</title>
<description>
## Invalid input node
VDB input must have the same number of VDBs, points, primitives and vertices as output.
</description>
<detail>
### __Detailed Info__ (optional)
A VDB is an inherited type of Prim, holds the following data:
- Primitives: 1
- Points: 1
- Vertices: 1
- VDBs: 1
</detail>
</error>
</root>