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 "