{"id":18647683,"url":"https://github.com/artcom/cinema4d-material-export","last_synced_at":"2025-06-22T17:05:02.778Z","repository":{"id":142420065,"uuid":"106300910","full_name":"artcom/cinema4d-material-export","owner":"artcom","description":"Cinema doesn't like to export materials - this plugin fixes that","archived":false,"fork":false,"pushed_at":"2017-11-01T09:46:12.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-12-27T12:22:24.242Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-09T15:23:22.000Z","updated_at":"2021-11-02T07:27:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"c305cbc2-b8eb-4133-96ae-c33d9db3a365","html_url":"https://github.com/artcom/cinema4d-material-export","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fcinema4d-material-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fcinema4d-material-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fcinema4d-material-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artcom%2Fcinema4d-material-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artcom","download_url":"https://codeload.github.com/artcom/cinema4d-material-export/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449658,"owners_count":19640560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T06:27:26.189Z","updated_at":"2025-02-18T10:22:27.641Z","avatar_url":"https://github.com/artcom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cinema4D Material Export plugin\n\nWhile working with Cinema4D and integrating it into Unity, it was apperant that\nit takes a lot of manual overhead to import Cinema4D projects into the engine.\nThe biggest issue faced is reconstructing materials that a designer created.\n\nThis plugin exports an FBX and a JSON-file containing all object to material\nlinks inside a scene graph aswell as all material properties for used materials\ninside a scene.\n\nAn example JSON can look like this: \n\n```JSON\n{\n    \"materials\": [\n        {\n            \"tag_data\": {\n                \"bump\": {\n                    \"parallax_samples\": 8, \n                    \"strength\": -0.76, \n                    \"parallax_height\": 0.0, \n                    \"mip_falloff\": 1, \n                    \"shader\": {\n                        \"blackpoint\": 0.0, \n                        \"filename\": \"texture\\\\bump.png\", \n                        \"color_profile\": 0, \n                        \"white_point\": 1.0, \n                        \"interpolation\": 6, \n                        \"gamma\": 1.0, \n                        \"exposure\": 0.0\n                    }\n                }, \n                \"color\": {\n                    \"color\": {\n                        \"y\": 0.0, \n                        \"x\": 0.8, \n                        \"z\": 0.0\n                    }, \n                    \"texture_strength\": 1.0, \n                    \"diffuse_falloff\": 0.0, \n                    \"model_lambertian\": null, \n                    \"diffuse_level\": 1.0, \n                    \"model_orennayar\": null, \n                    \"brightness\": 1.0, \n                    \"shader\": null, \n                    \"roughness\": 0.5, \n                    \"texture_mixing\": 0, \n                    \"model\": 0\n                }\n            }, \n            \"id\": 2347778699888, \n            \"name\": \"bump\"\n        }, \n        {\n            \"tag_data\": {\n                \"bump\": {\n                    \"parallax_samples\": 8, \n                    \"strength\": 0.2, \n                    \"parallax_height\": 0.0, \n                    \"mip_falloff\": 1, \n                    \"shader\": {\n                        \"blackpoint\": 0.0, \n                        \"filename\": \"texture\\\\bump.png\", \n                        \"color_profile\": 0, \n                        \"white_point\": 1.0, \n                        \"interpolation\": 6, \n                        \"gamma\": 1.0, \n                        \"exposure\": 0.0\n                    }\n                }, \n                \"color\": {\n                    \"color\": {\n                        \"y\": 0.0, \n                        \"x\": 0.0, \n                        \"z\": 0.0\n                    }, \n                    \"texture_strength\": 1.0, \n                    \"diffuse_falloff\": 0.0, \n                    \"model_lambertian\": null, \n                    \"diffuse_level\": 1.0, \n                    \"model_orennayar\": null, \n                    \"brightness\": 1.0, \n                    \"shader\": {\n                        \"blackpoint\": 0.0, \n                        \"filename\": \"texture\\\\tex.png\", \n                        \"color_profile\": 0, \n                        \"white_point\": 1.0, \n                        \"interpolation\": 6, \n                        \"gamma\": 1.0, \n                        \"exposure\": 0.0\n                    }, \n                    \"roughness\": 0.5, \n                    \"texture_mixing\": 0, \n                    \"model\": 0\n                }\n            }, \n            \"id\": 2347778700048, \n            \"name\": \"tex\"\n        }\n    ], \n    \"objects\": [\n        {\n            \"materials\": [\n                2347778699888, \n                2347778700048\n            ], \n            \"id\": 2347778699664, \n            \"name\": \"cube_bump.1\"\n        }, \n        {\n            \"materials\": [], \n            \"id\": 2347778699696, \n            \"name\": \"Cone\"\n        }, \n        {\n            \"materials\": [], \n            \"id\": 2347778699728, \n            \"name\": \"Square_renamed\"\n        }, \n        {\n            \"materials\": [\n                2347778700048\n            ], \n            \"id\": 2347778699632, \n            \"name\": \"cube_tex\"\n        }, \n        {\n            \"materials\": [\n                2347778699888\n            ], \n            \"id\": 2347778699600, \n            \"name\": \"cube_bump\"\n        }\n    ]\n}\n```\n\nSee LICENSE file for license details. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fcinema4d-material-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartcom%2Fcinema4d-material-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartcom%2Fcinema4d-material-export/lists"}