Skip to content

Latest commit

 

History

History
78 lines (44 loc) · 5.05 KB

README.md

File metadata and controls

78 lines (44 loc) · 5.05 KB

DEPRECATED The Remix3D website and API has been shut down by Microsoft. Therefore, this repository is no longer accepting pull requests. If you were not able to get a particular model in time, contact me on Twitter @lancewmccarthy with the name of the model and I will send you the file.

RemixDownloader

An application that lets you quickly download 3D models in bulk from Remix 3D. This functionality is not available via the website.

Project Build Status Release Status
.NET Core Console App Console
UWP App Build status

Installation

  • UWP (Windows 10): Safely install the UWP app from the Microsoft Store - RemixDownloader
  • Console (Windows/Linux/MacOS): Download the latest Console version for your platform from the Releases Page

Instructions

Step 1 - Get the User ID or Board ID

To browse models, you'll need a Remix3D.com user ID code. You can easily get that code from the Remix3D website in the web browser address bar. Here are the steps to load models.

  1. Go to a user's profile page or the board page on Remix3D.com
  2. Look in the address bar and get the User ID or Board ID (see screenshot below).
  3. Use that code in the app when you're asked for a User ID.

user id

board id

There is a default User ID 46rbnCYv5fy in the app to help you get started, it's the Xbox account. Another example is 46reU3-wFPz, this is the Microsoft account seen in the screenshot above (2,139 models).

Console App - Automatic bulk downloader

Run the console app, and take the following steps.

  1. Enter the User ID code.
  2. Enter the folder path you want to save the files in (e.g. C:\Users\Lance\Downloads\). The app will automatically organize subfolders for you.
  3. Enter Y or N if you want the HoloLens and Mixed Reality files, too.

image

The app will download the entire model library for that user. In my tests, it took ~3 hours to backup all 2664 models from the XBox account which resulted in 7992 files (I enabled the HoloLens and WinMR option).

UWP App - Selection and Download

If you would prefer to see the models first, the UWP app is the better option for you. You can either select a few to save, or bulk download everything, here are the steps to follow:

Step 1 - Enter the User ID in the UserID box, then click either Load User Models or Download All Models button.

If you chose List User Models:

  1. Select models in the GridView, multiple selection is enabled (CTRL + Click). You will see your selections populate the ListView on the right.
  2. When you're ready to download, choose a Level of Detail and a Download folder location
  3. Click the Start Download button, the app will download all of the selected models to the selected folder.

If you choose Download All Models:

This is a long running process and could take hours depending on how many models that user has. For example, the Microsoft and XBox users have more than 2,000 models! Please be patient, the process will stop once there are no more items for that user.

image

This is an early beta and I'm the only developer. Please report any issues in the Issues tab and I will get to them as soon as possible.

Printing Model Files

Keep in mind that these models were designed for use in Mixed Reality, HoloLens and Paint3D. If you open a model file for 3D printing, you will commonly see that the model is not valid.

This can be easily fixed by opening the model in the Windows 10 Print 3D app.

  1. Open the file in the Print 3D app
  2. Once it loads, you will see a red line around the model if it is not valid for printing.
  3. Select the Repair model option and let it run until it's done (it can take a while)

image