Skip to content

Instantly share code, notes, and snippets.

@mottosso
Created August 18, 2015 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mottosso/86a9957fdee52a695543 to your computer and use it in GitHub Desktop.
Save mottosso/86a9957fdee52a695543 to your computer and use it in GitHub Desktop.
Look development serialisation format

Each imported pointcache has an origin from which the original asset is referenced.

Using this, the original reference is looked up and from it, it's look development files imported and re-built.

[
{
"members": [
{
"components": "f[0:4]",
"name": "|:ben_GRP|:body_GEO",
"properties": {
"subdivision": 2
},
"uuid": "06027198-b1c1-4728-abc7-6b9cb502c5b0"
},
{
"components": "f[7:12]",
"name": "|:ben_GRP|:body_GEO",
"properties": {
"subdivision": 2
},
"uuid": "06027198-b1c1-4728-abc7-6b9cb502c5b0"
},
{
"components": "f[15:235]",
"name": "|:ben_GRP|:body_GEO",
"properties": {
"subdivision": 2
},
"uuid": "06027198-b1c1-4728-abc7-6b9cb502c5b0"
}
],
"name": "orangeMetal_SG",
"uuid": "2d83ec7a-3c3b-4fa4-ab80-e12247f0689c"
},
{
"members": [
{
"components": null,
"name": "|:ben_GRP|:head_GEO|:head_GEOShape",
"properties": {},
"uuid": "78097404-7ef2-4bb1-ace7-f47ea4e66baf"
}
],
"name": "lightMetal_SG",
"uuid": "61dfea50-1896-4659-95b0-1f83acbbf38c"
},
{
"members": [
{
"components": null,
"name": "|:ben_GRP|:R_leg_GEO|:R_leg_GEOShape",
"properties": {},
"uuid": "accec400-0a89-4c5c-a875-6283d48fe8a2"
},
{
"components": null,
"name": "|:ben_GRP|:neck_GEO|:neck_GEOShape",
"properties": {},
"uuid": "3f4a64e9-ca3a-4619-9788-91a97360184a"
},
{
"components": null,
"name": "|:ben_GRP|:L_arm_GEO|:L_arm_GEOShape",
"properties": {},
"uuid": "adc54fe4-f1a7-442d-987d-a952b30d9448"
},
{
"components": "f[5:6]",
"name": "|:ben_GRP|:body_GEO",
"properties": {
"subdivision": 2
},
"uuid": "06027198-b1c1-4728-abc7-6b9cb502c5b0"
},
{
"components": "f[13:14]",
"name": "|:ben_GRP|:body_GEO",
"properties": {
"subdivision": 2
},
"uuid": "06027198-b1c1-4728-abc7-6b9cb502c5b0"
},
{
"components": null,
"name": "|:ben_GRP|:R_arm_GEO|:R_arm_GEOShape",
"properties": {},
"uuid": "449c2180-1285-4eda-82e7-fbd04c21613c"
},
{
"components": null,
"name": "|:ben_GRP|:L_leg_GEO|:L_leg_GEOShape",
"properties": {},
"uuid": "1ecfd6b8-f063-4225-a3ac-5221dac40399"
}
],
"name": "darkMetal_SG",
"uuid": "afca5016-3d2d-456b-8889-722ef2498a76"
}
]
{
"author": "marcus",
"date": "2015-08-18T10:39:10.653000Z",
"filename": "C:\\Users\\marcus\\Dropbox\\Pyblish\\thedeal\\film\\seq01\\1000\\animation\\work\\maya\\scenes\\v004_marcus.ma",
"item": "seq01",
"project": "thedeal",
"references": [
{
"filename": "C:/Users/marcus/Dropbox/Pyblish/thedeal/assets/sofa/rigging/publish/v007/rig/sofa/thedeal_sofa_rigging_v007_sofa.ma",
"item": "sofa",
"project": "thedeal",
"task": "rigging"
},
{
"filename": "C:/Users/marcus/Dropbox/Pyblish/thedeal/assets/ben/rigging/publish/v012/rig/ben/thedeal_ben_rigging_v012_ben.ma",
"item": "ben",
"project": "thedeal",
"task": "rigging"
},
{
"filename": "C:/Users/marcus/Dropbox/Pyblish/thedeal/assets/camera/rigging/publish/v001/rig.ma",
"item": "camera",
"project": "thedeal",
"task": "rigging"
},
{
"filename": "C:/Users/marcus/Dropbox/Pyblish/thedeal/assets/table/rigging/publish/v002/rig/table/thedeal_table_rigging_v002_table.ma",
"item": "table",
"project": "thedeal",
"task": "rigging"
},
{
"filename": "C:/Users/marcus/Dropbox/Pyblish/thedeal/assets/cup/rigging/publish/v003/rig/cup/thedeal_cup_rigging_v003_cup.ma",
"item": "cup",
"project": "thedeal",
"task": "rigging"
}
],
"task": "animation"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment