Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Plisson <damien.plisson@yahoo.fr>2010-01-07 13:32:48 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2010-01-07 13:32:48 +0300
commitf0a22ac2f9f2c854b67de52f04e836ae0332a686 (patch)
tree98d2a29e7c6665c242ca378c86f0bfb7c7b10828 /release/scripts
parentcf9b728c6a1cb600c721bea1823206047ab1c5c7 (diff)
OpenGL anti-aliasing for 3D view, user selectable
Enables AA only for 3D view, and gives the user the option to turn it on/off (in system panel of user prefs)
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/ui/space_userpref.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_userpref.py b/release/scripts/ui/space_userpref.py
index 46ebe3070ef..11e3a8e4fd9 100644
--- a/release/scripts/ui/space_userpref.py
+++ b/release/scripts/ui/space_userpref.py
@@ -411,6 +411,7 @@ class USERPREF_PT_system(bpy.types.Panel):
col.prop(system, "clip_alpha", slider=True)
col.prop(system, "use_mipmaps")
col.prop(system, "use_vbos")
+ col.prop(system, "use_antialiasing")
col.label(text="Window Draw Method:")
col.row().prop(system, "window_draw_method", expand=True)
col.label(text="Textures:")