diff --git a/.DS_Store b/.DS_Store index 80ad741..8f5d258 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..381f67b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +NFTCozy.blend +NFTCozy.blend1 +NFTRecord.json +Json-folder \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/Blend_My_NFTs.iml b/.idea/Blend_My_NFTs.iml new file mode 100644 index 0000000..8b8c395 --- /dev/null +++ b/.idea/Blend_My_NFTs.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..3dce9c6 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..d1e22ec --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b1e3b0f --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Batch-Sorter.py b/Batch-Sorter.py index c2126c6..8ff0db6 100644 --- a/Batch-Sorter.py +++ b/Batch-Sorter.py @@ -68,14 +68,4 @@ incompleteBatch["hierarchy"] = hierarchy incompleteBatch = json.dumps(incompleteBatch, indent=1, ensure_ascii=True) with open(json_save_path + ("/Batch{}.json".format(i+1)), "w") as outfile2: - outfile2.write(incompleteBatch) - - - - - - - - - - + outfile2.write(incompleteBatch) \ No newline at end of file diff --git a/DNA-Generator.py b/DNA-Generator.py index 382afe0..b1c20e0 100644 --- a/DNA-Generator.py +++ b/DNA-Generator.py @@ -115,6 +115,13 @@ def returnData(): listAllCollections, attributeCollections, attributeCollections1, hierarchy, variantMetaData, possibleCombinations = returnData() +print("hierarchy:") +print(hierarchy) +print("") +print("") + + + def generateNFT_DNA(variantMetaData, possibleCombinations): ''' :param variantMetaData: The variantMetaData @@ -154,6 +161,10 @@ def generateNFT_DNA(variantMetaData, possibleCombinations): DataDictionary = generateNFT_DNA(variantMetaData, possibleCombinations) +print(DataDictionary) +print("") + + def sendToJSON(): ''' Sends 'batchDataDictionary' dictionary to the NFTRecord.json file. @@ -178,7 +189,7 @@ def sendToJSON(): print("༼ ºل͟º ༼ ºل͟º ༼ ºل͟º ༽ ºل͟º ༽ ºل͟º ༽") print("") -sendToJSON() +#sendToJSON() '''Utility functions:''' diff --git a/Json-folder/Batch1.json b/Json-folder/Batch1.json deleted file mode 100644 index 0291820..0000000 --- a/Json-folder/Batch1.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "NFTs_in_Batch": 10, - "hierarchy": { - "AreaLight": [ - "BobisAlive_1_0", - "AreaLight_2_0" - ], - "Cube": [ - "Cube_1_0", - "Cube_2_0" - ], - "Curve": [ - "Curve_1_0", - "Curve_2_0" - ], - "PointLight": [ - "PointLight_1_0", - "PointLight_2_0" - ], - "Sphere": [ - "Sphere_1_0", - "Sphere_2_0" - ], - "Text": [ - "Text_1_0", - "Text_2_0" - ] - }, - "variantMetaData": { - "AreaLight_2_0": { - "fullName": "AreaLight_2_0", - "name": "AreaLight", - "number": "2", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "BobisAlive_1_0": { - "fullName": "BobisAlive_1_0", - "name": "BobisAlive", - "number": "1", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "Cube_1_0": { - "fullName": "Cube_1_0", - "name": "Cube", - "number": "1", - "rarity": "0", - "parentCollection": "Cube" - }, - "Cube_2_0": { - "fullName": "Cube_2_0", - "name": "Cube", - "number": "2", - "rarity": "0", - "parentCollection": "Cube" - }, - "Curve_1_0": { - "fullName": "Curve_1_0", - "name": "Curve", - "number": "1", - "rarity": "0", - "parentCollection": "Curve" - }, - "Curve_2_0": { - "fullName": "Curve_2_0", - "name": "Curve", - "number": "2", - "rarity": "0", - "parentCollection": "Curve" - }, - "PointLight_1_0": { - "fullName": "PointLight_1_0", - "name": "PointLight", - "number": "1", - "rarity": "0", - "parentCollection": "PointLight" - }, - "PointLight_2_0": { - "fullName": "PointLight_2_0", - "name": "PointLight", - "number": "2", - "rarity": "0", - "parentCollection": "PointLight" - }, - "Sphere_1_0": { - "fullName": "Sphere_1_0", - "name": "Sphere", - "number": "1", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Sphere_2_0": { - "fullName": "Sphere_2_0", - "name": "Sphere", - "number": "2", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Text_1_0": { - "fullName": "Text_1_0", - "name": "Text", - "number": "1", - "rarity": "0", - "parentCollection": "Text" - }, - "Text_2_0": { - "fullName": "Text_2_0", - "name": "Text", - "number": "2", - "rarity": "0", - "parentCollection": "Text" - } - }, - "BatchDNAList": [ - "1-2-1-2-1-1", - "1-1-2-2-1-1", - "1-1-1-1-2-1", - "1-1-1-2-1-1", - "2-1-1-1-1-2", - "1-2-1-2-2-1", - "2-1-1-2-2-1", - "2-2-1-2-2-2", - "1-1-1-2-2-1", - "2-1-1-2-1-2" - ] -} \ No newline at end of file diff --git a/Json-folder/Batch2.json b/Json-folder/Batch2.json deleted file mode 100644 index 6bf6e97..0000000 --- a/Json-folder/Batch2.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "NFTs_in_Batch": 10, - "hierarchy": { - "AreaLight": [ - "BobisAlive_1_0", - "AreaLight_2_0" - ], - "Cube": [ - "Cube_1_0", - "Cube_2_0" - ], - "Curve": [ - "Curve_1_0", - "Curve_2_0" - ], - "PointLight": [ - "PointLight_1_0", - "PointLight_2_0" - ], - "Sphere": [ - "Sphere_1_0", - "Sphere_2_0" - ], - "Text": [ - "Text_1_0", - "Text_2_0" - ] - }, - "variantMetaData": { - "AreaLight_2_0": { - "fullName": "AreaLight_2_0", - "name": "AreaLight", - "number": "2", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "BobisAlive_1_0": { - "fullName": "BobisAlive_1_0", - "name": "BobisAlive", - "number": "1", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "Cube_1_0": { - "fullName": "Cube_1_0", - "name": "Cube", - "number": "1", - "rarity": "0", - "parentCollection": "Cube" - }, - "Cube_2_0": { - "fullName": "Cube_2_0", - "name": "Cube", - "number": "2", - "rarity": "0", - "parentCollection": "Cube" - }, - "Curve_1_0": { - "fullName": "Curve_1_0", - "name": "Curve", - "number": "1", - "rarity": "0", - "parentCollection": "Curve" - }, - "Curve_2_0": { - "fullName": "Curve_2_0", - "name": "Curve", - "number": "2", - "rarity": "0", - "parentCollection": "Curve" - }, - "PointLight_1_0": { - "fullName": "PointLight_1_0", - "name": "PointLight", - "number": "1", - "rarity": "0", - "parentCollection": "PointLight" - }, - "PointLight_2_0": { - "fullName": "PointLight_2_0", - "name": "PointLight", - "number": "2", - "rarity": "0", - "parentCollection": "PointLight" - }, - "Sphere_1_0": { - "fullName": "Sphere_1_0", - "name": "Sphere", - "number": "1", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Sphere_2_0": { - "fullName": "Sphere_2_0", - "name": "Sphere", - "number": "2", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Text_1_0": { - "fullName": "Text_1_0", - "name": "Text", - "number": "1", - "rarity": "0", - "parentCollection": "Text" - }, - "Text_2_0": { - "fullName": "Text_2_0", - "name": "Text", - "number": "2", - "rarity": "0", - "parentCollection": "Text" - } - }, - "BatchDNAList": [ - "1-1-1-1-2-2", - "2-1-2-1-1-2", - "2-2-2-1-2-1", - "2-1-2-2-1-1", - "2-2-1-1-2-2", - "1-2-1-1-2-2", - "2-2-2-2-1-1", - "1-2-2-2-1-2", - "1-2-1-1-2-1", - "2-1-2-1-2-1" - ] -} \ No newline at end of file diff --git a/Json-folder/Batch3.json b/Json-folder/Batch3.json deleted file mode 100644 index 0d4ae25..0000000 --- a/Json-folder/Batch3.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "NFTs_in_Batch": 10, - "hierarchy": { - "AreaLight": [ - "BobisAlive_1_0", - "AreaLight_2_0" - ], - "Cube": [ - "Cube_1_0", - "Cube_2_0" - ], - "Curve": [ - "Curve_1_0", - "Curve_2_0" - ], - "PointLight": [ - "PointLight_1_0", - "PointLight_2_0" - ], - "Sphere": [ - "Sphere_1_0", - "Sphere_2_0" - ], - "Text": [ - "Text_1_0", - "Text_2_0" - ] - }, - "variantMetaData": { - "AreaLight_2_0": { - "fullName": "AreaLight_2_0", - "name": "AreaLight", - "number": "2", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "BobisAlive_1_0": { - "fullName": "BobisAlive_1_0", - "name": "BobisAlive", - "number": "1", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "Cube_1_0": { - "fullName": "Cube_1_0", - "name": "Cube", - "number": "1", - "rarity": "0", - "parentCollection": "Cube" - }, - "Cube_2_0": { - "fullName": "Cube_2_0", - "name": "Cube", - "number": "2", - "rarity": "0", - "parentCollection": "Cube" - }, - "Curve_1_0": { - "fullName": "Curve_1_0", - "name": "Curve", - "number": "1", - "rarity": "0", - "parentCollection": "Curve" - }, - "Curve_2_0": { - "fullName": "Curve_2_0", - "name": "Curve", - "number": "2", - "rarity": "0", - "parentCollection": "Curve" - }, - "PointLight_1_0": { - "fullName": "PointLight_1_0", - "name": "PointLight", - "number": "1", - "rarity": "0", - "parentCollection": "PointLight" - }, - "PointLight_2_0": { - "fullName": "PointLight_2_0", - "name": "PointLight", - "number": "2", - "rarity": "0", - "parentCollection": "PointLight" - }, - "Sphere_1_0": { - "fullName": "Sphere_1_0", - "name": "Sphere", - "number": "1", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Sphere_2_0": { - "fullName": "Sphere_2_0", - "name": "Sphere", - "number": "2", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Text_1_0": { - "fullName": "Text_1_0", - "name": "Text", - "number": "1", - "rarity": "0", - "parentCollection": "Text" - }, - "Text_2_0": { - "fullName": "Text_2_0", - "name": "Text", - "number": "2", - "rarity": "0", - "parentCollection": "Text" - } - }, - "BatchDNAList": [ - "2-2-1-1-1-2", - "1-1-1-2-1-2", - "1-2-2-2-1-1", - "2-2-1-1-2-1", - "1-2-1-1-1-2", - "2-2-2-2-1-2", - "2-1-2-1-2-2", - "1-1-1-2-2-2", - "1-1-2-2-2-2", - "2-1-1-2-2-2" - ] -} \ No newline at end of file diff --git a/Json-folder/Batch4.json b/Json-folder/Batch4.json deleted file mode 100644 index ffa83a9..0000000 --- a/Json-folder/Batch4.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "NFTs_in_Batch": 10, - "hierarchy": { - "AreaLight": [ - "BobisAlive_1_0", - "AreaLight_2_0" - ], - "Cube": [ - "Cube_1_0", - "Cube_2_0" - ], - "Curve": [ - "Curve_1_0", - "Curve_2_0" - ], - "PointLight": [ - "PointLight_1_0", - "PointLight_2_0" - ], - "Sphere": [ - "Sphere_1_0", - "Sphere_2_0" - ], - "Text": [ - "Text_1_0", - "Text_2_0" - ] - }, - "variantMetaData": { - "AreaLight_2_0": { - "fullName": "AreaLight_2_0", - "name": "AreaLight", - "number": "2", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "BobisAlive_1_0": { - "fullName": "BobisAlive_1_0", - "name": "BobisAlive", - "number": "1", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "Cube_1_0": { - "fullName": "Cube_1_0", - "name": "Cube", - "number": "1", - "rarity": "0", - "parentCollection": "Cube" - }, - "Cube_2_0": { - "fullName": "Cube_2_0", - "name": "Cube", - "number": "2", - "rarity": "0", - "parentCollection": "Cube" - }, - "Curve_1_0": { - "fullName": "Curve_1_0", - "name": "Curve", - "number": "1", - "rarity": "0", - "parentCollection": "Curve" - }, - "Curve_2_0": { - "fullName": "Curve_2_0", - "name": "Curve", - "number": "2", - "rarity": "0", - "parentCollection": "Curve" - }, - "PointLight_1_0": { - "fullName": "PointLight_1_0", - "name": "PointLight", - "number": "1", - "rarity": "0", - "parentCollection": "PointLight" - }, - "PointLight_2_0": { - "fullName": "PointLight_2_0", - "name": "PointLight", - "number": "2", - "rarity": "0", - "parentCollection": "PointLight" - }, - "Sphere_1_0": { - "fullName": "Sphere_1_0", - "name": "Sphere", - "number": "1", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Sphere_2_0": { - "fullName": "Sphere_2_0", - "name": "Sphere", - "number": "2", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Text_1_0": { - "fullName": "Text_1_0", - "name": "Text", - "number": "1", - "rarity": "0", - "parentCollection": "Text" - }, - "Text_2_0": { - "fullName": "Text_2_0", - "name": "Text", - "number": "2", - "rarity": "0", - "parentCollection": "Text" - } - }, - "BatchDNAList": [ - "2-2-1-2-1-2", - "2-1-1-1-2-2", - "2-1-2-2-1-2", - "1-1-2-2-1-2", - "1-2-2-2-2-1", - "2-2-2-1-2-2", - "1-1-1-1-1-2", - "2-1-2-2-2-2", - "1-2-1-2-2-2", - "1-1-2-1-1-2" - ] -} \ No newline at end of file diff --git a/Json-folder/Batch5.json b/Json-folder/Batch5.json deleted file mode 100644 index fd1ef19..0000000 --- a/Json-folder/Batch5.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "NFTs_in_Batch": 10, - "hierarchy": { - "AreaLight": [ - "BobisAlive_1_0", - "AreaLight_2_0" - ], - "Cube": [ - "Cube_1_0", - "Cube_2_0" - ], - "Curve": [ - "Curve_1_0", - "Curve_2_0" - ], - "PointLight": [ - "PointLight_1_0", - "PointLight_2_0" - ], - "Sphere": [ - "Sphere_1_0", - "Sphere_2_0" - ], - "Text": [ - "Text_1_0", - "Text_2_0" - ] - }, - "variantMetaData": { - "AreaLight_2_0": { - "fullName": "AreaLight_2_0", - "name": "AreaLight", - "number": "2", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "BobisAlive_1_0": { - "fullName": "BobisAlive_1_0", - "name": "BobisAlive", - "number": "1", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "Cube_1_0": { - "fullName": "Cube_1_0", - "name": "Cube", - "number": "1", - "rarity": "0", - "parentCollection": "Cube" - }, - "Cube_2_0": { - "fullName": "Cube_2_0", - "name": "Cube", - "number": "2", - "rarity": "0", - "parentCollection": "Cube" - }, - "Curve_1_0": { - "fullName": "Curve_1_0", - "name": "Curve", - "number": "1", - "rarity": "0", - "parentCollection": "Curve" - }, - "Curve_2_0": { - "fullName": "Curve_2_0", - "name": "Curve", - "number": "2", - "rarity": "0", - "parentCollection": "Curve" - }, - "PointLight_1_0": { - "fullName": "PointLight_1_0", - "name": "PointLight", - "number": "1", - "rarity": "0", - "parentCollection": "PointLight" - }, - "PointLight_2_0": { - "fullName": "PointLight_2_0", - "name": "PointLight", - "number": "2", - "rarity": "0", - "parentCollection": "PointLight" - }, - "Sphere_1_0": { - "fullName": "Sphere_1_0", - "name": "Sphere", - "number": "1", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Sphere_2_0": { - "fullName": "Sphere_2_0", - "name": "Sphere", - "number": "2", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Text_1_0": { - "fullName": "Text_1_0", - "name": "Text", - "number": "1", - "rarity": "0", - "parentCollection": "Text" - }, - "Text_2_0": { - "fullName": "Text_2_0", - "name": "Text", - "number": "2", - "rarity": "0", - "parentCollection": "Text" - } - }, - "BatchDNAList": [ - "2-1-1-1-1-1", - "2-1-2-2-2-1", - "2-1-1-1-2-1", - "1-2-2-1-2-2", - "1-1-2-1-2-1", - "1-1-1-1-1-1", - "1-1-2-1-1-1", - "2-2-1-1-1-1", - "2-2-2-2-2-2", - "1-2-2-1-1-1" - ] -} \ No newline at end of file diff --git a/Json-folder/Batch6.json b/Json-folder/Batch6.json deleted file mode 100644 index 0831f53..0000000 --- a/Json-folder/Batch6.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "NFTs_in_Batch": 10, - "hierarchy": { - "AreaLight": [ - "BobisAlive_1_0", - "AreaLight_2_0" - ], - "Cube": [ - "Cube_1_0", - "Cube_2_0" - ], - "Curve": [ - "Curve_1_0", - "Curve_2_0" - ], - "PointLight": [ - "PointLight_1_0", - "PointLight_2_0" - ], - "Sphere": [ - "Sphere_1_0", - "Sphere_2_0" - ], - "Text": [ - "Text_1_0", - "Text_2_0" - ] - }, - "variantMetaData": { - "AreaLight_2_0": { - "fullName": "AreaLight_2_0", - "name": "AreaLight", - "number": "2", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "BobisAlive_1_0": { - "fullName": "BobisAlive_1_0", - "name": "BobisAlive", - "number": "1", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "Cube_1_0": { - "fullName": "Cube_1_0", - "name": "Cube", - "number": "1", - "rarity": "0", - "parentCollection": "Cube" - }, - "Cube_2_0": { - "fullName": "Cube_2_0", - "name": "Cube", - "number": "2", - "rarity": "0", - "parentCollection": "Cube" - }, - "Curve_1_0": { - "fullName": "Curve_1_0", - "name": "Curve", - "number": "1", - "rarity": "0", - "parentCollection": "Curve" - }, - "Curve_2_0": { - "fullName": "Curve_2_0", - "name": "Curve", - "number": "2", - "rarity": "0", - "parentCollection": "Curve" - }, - "PointLight_1_0": { - "fullName": "PointLight_1_0", - "name": "PointLight", - "number": "1", - "rarity": "0", - "parentCollection": "PointLight" - }, - "PointLight_2_0": { - "fullName": "PointLight_2_0", - "name": "PointLight", - "number": "2", - "rarity": "0", - "parentCollection": "PointLight" - }, - "Sphere_1_0": { - "fullName": "Sphere_1_0", - "name": "Sphere", - "number": "1", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Sphere_2_0": { - "fullName": "Sphere_2_0", - "name": "Sphere", - "number": "2", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Text_1_0": { - "fullName": "Text_1_0", - "name": "Text", - "number": "1", - "rarity": "0", - "parentCollection": "Text" - }, - "Text_2_0": { - "fullName": "Text_2_0", - "name": "Text", - "number": "2", - "rarity": "0", - "parentCollection": "Text" - } - }, - "BatchDNAList": [ - "1-1-2-2-2-1", - "1-2-2-1-2-1", - "1-2-1-2-1-2", - "1-2-2-2-2-2", - "2-2-2-1-1-2", - "2-2-2-2-2-1", - "2-1-2-1-1-1", - "2-2-2-1-1-1", - "1-2-1-1-1-1", - "2-2-1-2-2-1" - ] -} \ No newline at end of file diff --git a/Json-folder/Batch7.json b/Json-folder/Batch7.json deleted file mode 100644 index df30726..0000000 --- a/Json-folder/Batch7.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "NFTs_in_Batch": 4, - "hierarchy": { - "AreaLight": [ - "BobisAlive_1_0", - "AreaLight_2_0" - ], - "Cube": [ - "Cube_1_0", - "Cube_2_0" - ], - "Curve": [ - "Curve_1_0", - "Curve_2_0" - ], - "PointLight": [ - "PointLight_1_0", - "PointLight_2_0" - ], - "Sphere": [ - "Sphere_1_0", - "Sphere_2_0" - ], - "Text": [ - "Text_1_0", - "Text_2_0" - ] - }, - "variantMetaData": { - "AreaLight_2_0": { - "fullName": "AreaLight_2_0", - "name": "AreaLight", - "number": "2", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "BobisAlive_1_0": { - "fullName": "BobisAlive_1_0", - "name": "BobisAlive", - "number": "1", - "rarity": "0", - "parentCollection": "AreaLight" - }, - "Cube_1_0": { - "fullName": "Cube_1_0", - "name": "Cube", - "number": "1", - "rarity": "0", - "parentCollection": "Cube" - }, - "Cube_2_0": { - "fullName": "Cube_2_0", - "name": "Cube", - "number": "2", - "rarity": "0", - "parentCollection": "Cube" - }, - "Curve_1_0": { - "fullName": "Curve_1_0", - "name": "Curve", - "number": "1", - "rarity": "0", - "parentCollection": "Curve" - }, - "Curve_2_0": { - "fullName": "Curve_2_0", - "name": "Curve", - "number": "2", - "rarity": "0", - "parentCollection": "Curve" - }, - "PointLight_1_0": { - "fullName": "PointLight_1_0", - "name": "PointLight", - "number": "1", - "rarity": "0", - "parentCollection": "PointLight" - }, - "PointLight_2_0": { - "fullName": "PointLight_2_0", - "name": "PointLight", - "number": "2", - "rarity": "0", - "parentCollection": "PointLight" - }, - "Sphere_1_0": { - "fullName": "Sphere_1_0", - "name": "Sphere", - "number": "1", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Sphere_2_0": { - "fullName": "Sphere_2_0", - "name": "Sphere", - "number": "2", - "rarity": "0", - "parentCollection": "Sphere" - }, - "Text_1_0": { - "fullName": "Text_1_0", - "name": "Text", - "number": "1", - "rarity": "0", - "parentCollection": "Text" - }, - "Text_2_0": { - "fullName": "Text_2_0", - "name": "Text", - "number": "2", - "rarity": "0", - "parentCollection": "Text" - } - }, - "BatchDNAList": [ - "1-1-2-1-2-2", - "1-2-2-1-1-2", - "2-1-1-2-1-1", - "2-2-1-2-1-1" - ] -} \ No newline at end of file