Skip to content

Simple importer script for Blender, that can import models from SculptGL files (.sgl) with PBR information

License

Notifications You must be signed in to change notification settings

3DI70R/Blender-SculptGL-Importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blender SculptGL Importer

Simple importer script for Blender 2.8+, which can import models from original SculptGL .sgl files.
Main goal of this script, to give ability to Import model with PBR data, which you currently cannot export from SculptGL.

Colors image

Supports all of the features of original .sgl format (ver 3). I didn't tested it much, but any model of correct version should load just fine, if not, load old version to SculptGL and save it again.

Color and PBR information stored in vertex colors
Colors image

PBR channel mapping is:

  • Red: Roughness
  • Green: Metallic
  • Blue: Masking (From masking tool, not related to PBR, but original file stores mask in same array)

Installation info

  • Download Zip of this repository
  • Go to File -> User Preferences -> Addons
  • Click Install from File and open downloaded file
  • Find and enable it in Addons, under Import-Export tab
  • Click Save User Settings

Then you can import your files using File -> Import -> Sculpt GL (.sgl) Blender 2.8+ required

About

Simple importer script for Blender, that can import models from SculptGL files (.sgl) with PBR information

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages