ig.guidelines:check_package_of_supplier
This is an old revision of the document!
Table of Contents
Check Package Of Supplier
Requirement
- Package for supplier
- index file
General Structure
When getting geometries from a supplier they should be provided as:
- Blend file
- Single geometries in structure
- Ready to use geometries for Creator
Blend file
In case a Blender file is provided it should have the a structure as shown below:
The shown file structure is created out of the provided index file. Each article is organized in a Collection that is named after the article. Inside each Collection the related geometries for the article are stored.
In case a geometry is accessed many times, duplicate geometries are sorted inside a Duplicates Collection that which is in each article Collection.
Single geometries in structure
In case geometries are provided as fbx or Co. the single geometries should be organized in the same hierarchy as described in the Blend file section.
ProjectFolder │ ├── Article1Folder │ │ ├── Article1DupliFolder │ │ │ └── Geo1.001.fbx │ │ ├── Geo1.fbx │ │ ├── Geo2.fbx │ │ └── Geo3.fbx │ ├── Article2Folder │ │ ├── Article2DupliFolder │ │ │ └── Geo1.001.fbx │ │ ├── Geo4.fbx │ │ ├── Geo5.fbx │ │ └── Geo5.fbx
ig.guidelines/check_package_of_supplier.1651052348.txt.gz · Last modified: 2024/04/04 08:04 (external edit)