Skip to content

Commit

Permalink
Prevent assertion in some situations, add sample size to setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
tobspr committed Nov 21, 2016
1 parent c6b10d7 commit 205fe00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/panda3d-config.prc
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,6 @@ screenshot-extension png
# Required for correct velocity
always-store-prev-transform #t
allow-incomplete-render #t


no-singular-invert #f
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 205fe00

Please sign in to comment.