From 205fe00190b4de3b51259ed5359ed34a30676619 Mon Sep 17 00:00:00 2001 From: tobspr Date: Mon, 21 Nov 2016 20:52:34 +0100 Subject: [PATCH] Prevent assertion in some situations, add sample size to setup script --- config/panda3d-config.prc | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/panda3d-config.prc b/config/panda3d-config.prc index ff7630a2f..9548aa6e8 100644 --- a/config/panda3d-config.prc +++ b/config/panda3d-config.prc @@ -166,3 +166,6 @@ screenshot-extension png # Required for correct velocity always-store-prev-transform #t allow-incomplete-render #t + + +no-singular-invert #f diff --git a/setup.py b/setup.py index de7e424c5..bd802d024 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,7 @@ def check_file_exists(fpath): def ask_download_samples(): """ Asks the user if he wants to download the samples """ - query = "\nDo you want to download the Render Pipeline samples? (y/n):" + query = "\nDo you want to download the Render Pipeline samples (~450MB)? (y/n):" if get_user_choice(query): print_step("Downloading samples (Might take a while, depending on your "