Upload Images and Models
Last updated
Last updated
Click Browse in the Upload Support Files browser to select your data from your desktop. Support files includes images and 3D models serialized as JSON files.
In order to link data entries with corresponding images or models, the CSV file needs to have column headers with specific names.
The following list of Column names are reserved and treated with special considerations:
img
, imgs
, and any Column starting with img_
Any Column starting withthreeD
Thread ID
Thread Rating
Thread Tags
Column names img
, imgs
, or anything starting with img_
are all used for images. These will show up as thumbnails in compatible layout widgets if an image with a matching name is uploaded as a file to the same design space.
If you have a single image, you can use img
or imgs
.
If you have multiple images, you can either use imgs
and comma-separate your image links, or have each image in its own column with the Column names img_1
, img_2
, img_myImageName
, and so on. You can mimic custom image names with one imgs
Column with the following kind of data:
name1\url1.png,name2\url2.png
The \
character is used to separate a name from the URL. Items with no \
character are given the number they appear within the list. If you would like to customize this setting for your project because you plan to use this character in your names, you can change this under project settings.
You can also upload JSON files that have been exported by the open-source Spectacles project to your design space files, and link to them under the threeD
Column name.