Skip to content

Commit

Permalink
UPBGE: Change startup file and default theme. (#814)
Browse files Browse the repository at this point in the history
Since ever UPBGE was starting a startup file from blender that was adapted only
to blender with the selection of "Blender Render" and the shading to solid (non-GLSL).

As UPBGE is designed for game, the new startup include:
- select the proper render engine to "Blender Game"
- logic editor is exposed with component tab expanded
- default component in Cube
- physics static for Plane and Cube
- shadow PCF from sun light
- back lighting with 2 hemi
- environment lighting
- blue color on Cube
- MSAA 4x
- script editor exposed at bottom
- world background
- framerate and profiler

The theme is also changed to a flat dark theme proposed by @Momel15.
This theme is named "upbge" and select by default in the startup.

Fix issue: #742.
  • Loading branch information
panzergame committed Sep 2, 2018
1 parent 3883d6a commit 08b0874
Show file tree
Hide file tree
Showing 2 changed files with 1,177 additions and 0 deletions.
Binary file modified release/datafiles/startup.blend
Binary file not shown.

1 comment on commit 08b0874

@youle31
Copy link
Collaborator

@youle31 youle31 commented on 08b0874 Sep 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, this changes a lot! It's cool to have AA x 4 by default in game. Shouldn't it be the same in viewport in this case?

Else, I think the logic window should have more horizontal space to see the logic bricks buttons but it is as you want.

Please sign in to comment.