Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_userpref.py
| Show First 20 Lines • Show All 447 Lines • ▼ Show 20 Lines | def draw(self, context): | ||||
| col.prop(system, "gl_clip_alpha", slider=True) | col.prop(system, "gl_clip_alpha", slider=True) | ||||
| col.prop(system, "use_mipmaps") | col.prop(system, "use_mipmaps") | ||||
| col.prop(system, "use_gpu_mipmap") | col.prop(system, "use_gpu_mipmap") | ||||
| col.prop(system, "use_16bit_textures") | col.prop(system, "use_16bit_textures") | ||||
| col.separator() | col.separator() | ||||
| col.label(text="Selection") | col.label(text="Selection") | ||||
| col.prop(system, "select_method", text="") | col.prop(system, "select_method", text="") | ||||
| col.prop(system, "use_select_pick_depth") | |||||
| col.separator() | col.separator() | ||||
| col.label(text="Anisotropic Filtering") | col.label(text="Anisotropic Filtering") | ||||
| col.prop(system, "anisotropic_filter", text="") | col.prop(system, "anisotropic_filter", text="") | ||||
| col.separator() | col.separator() | ||||
| ▲ Show 20 Lines • Show All 1,021 Lines • Show Last 20 Lines | |||||