1
Fork 0
Commit graph

13 commits

Author SHA1 Message Date
e9c289cb7f Merge branch 'improved-material-support-1' into 'master'
Add preset material, pull more variables into the template

The BitsquidPBR.blend file includes a preset material which is set up to mimic the "core/stingray_renderer/shader_import/standard" shader graph. This single material is loaded into the current project through Blenders "Append..." API when a file is loaded (or a new one created). 

![image](/uploads/c7fd5d03ea221f23aa728f879a451aa5/image.png)

It also pulls the basic values into the material template. The map textures can be added later.

There is also a small fix for the `MATERIAL_OT_bitsquid_export`, because it didn't seem to work on my system (Blender 2.92.0).

See merge request lschwiderski/bitsquid-blender-tools!1
2021-04-22 16:05:15 +00:00
Dan Reeves
840feb2f88 feat(material): Add preset material, pull more variables into the template 2021-04-22 16:05:14 +00:00
c15cb053fd
docs(readme): Fix grammar
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-04-18 11:15:51 +02:00
acc2dd9da0 Update README.md 2021-04-04 19:04:35 +00:00
80c27d51da
docs: Update README
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-04-04 20:54:21 +02:00
48534567d1
chore: Move addons folder
This keeps the naming in lie with Blender.

Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-04-04 20:44:59 +02:00
9bf9cc67dd
chore: Update README
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-04-04 20:25:06 +02:00
42d309a6c2
feat: Implement file writing for exports
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-04-04 20:20:44 +02:00
8b3ae73bce
feat: Implement material export
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-04-04 19:48:08 +02:00
7c893e093b
feat: Import simple templating engine
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-04-04 19:35:35 +02:00
716b68313b
feat: Implement initial addon
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
2021-04-04 16:20:38 +02:00
12320ad285 Add LICENSE 2021-04-03 19:11:19 +00:00
ba1d4d81d5 Initial commit 2021-04-03 19:10:23 +00:00