Skip to content

shiunyi71/Sketchfab-dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sketchfab-dl

Downloader raw 3d model from Sketchfab.com in .NET

Options

  -u, --url=URL              // The URL input.
  -s, --source=NAME          // The source NAME file.
  -t, --textures             // Download texture files.
  -e, --export               // Export the file to .obj (blender is required).
  -c, --clear                // Clear the workplace (export option is required).
  -b, --background           // Call the processing export in background (export option is required).
  -h, --help                 // Show this message and exit

Usage

  • Downloads the raw files of the model from url
  Sketchfab-dl.exe -c -u {sketchfab 3d model url}
  • Downloads the raw files from source file (list of urls)
  Sketchfab-dl.exe -c -s "path\filename.ext"
  • Downloads the raw files of the model and exports them in .objoutput file by blender 2.49b (with python script)
  Sketchfab-dl.exe -ec -u {sketchfab 3d model url}
  
  Sketchfab-dl.exe -ec -s "path\filename.ext"

Building Code

.NET Standard 2.0 and .NET Framework 4.6

Dependencies

About

Sketchfab's downloader in .NET Standard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%