blender/release/scripts/startup/bl_ui
Antony Riakiotakis 5e613198e5 Viewport compositing - first code
This commit introduces a few ready made effects for the 3D viewport
and OpenGL rendering.

Included effects are Depth of Field, accessible from camera view
and screen space ambient occlusion. Those effects can be turned on and
tweaked from the shading panel in the 3D viewport.

Off screen rendering will use the settings of the current camera.

WIP documentation can be found here:

http://wiki.blender.org/index.php/User:Psy-Fi/Framebuffer_Post-processing
2015-02-12 18:54:41 +01:00
..
__init__.py Cleanup: replace deprecated imp -> importlib 2015-01-23 12:37:58 +11:00
properties_animviz.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_constraint.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_data_armature.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_data_bone.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_data_camera.py Viewport compositing - first code 2015-02-12 18:54:41 +01:00
properties_data_curve.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_data_empty.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_data_lamp.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_data_lattice.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_data_mesh.py Add Custom Loop Normals. 2015-02-05 14:32:57 +01:00
properties_data_metaball.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_data_modifier.py Fix for mask modifier invert UI missing 2015-02-08 16:30:27 +11:00
properties_data_speaker.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_freestyle.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_game.py BGE: Remove duplicated audio panel from Render context 2015-01-29 18:26:28 +11:00
properties_grease_pencil_common.py GPencil: Some tweaks to make GPencil UI more compact when there are 0 or 1 layer(s) only 2015-02-13 02:48:49 +13:00
properties_mask_common.py Followup for previous commit: fix mismatches between menu entry and shortcut properties. 2015-01-29 17:34:05 +01:00
properties_material.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_object.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_paint_common.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_particle.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_physics_cloth.py Removed the cloth preroll feature. 2015-02-12 16:30:07 +01:00
properties_physics_common.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_physics_dynamicpaint.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_physics_field.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_physics_fluid.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_physics_rigidbody_constraint.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_physics_rigidbody.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_physics_smoke.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_physics_softbody.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_render_layer.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_render.py cleanup: pep8 2015-01-29 15:35:06 +11:00
properties_scene.py BGE: Remove duplicated audio panel from Render context 2015-01-29 18:26:28 +11:00
properties_texture.py Fix T43621: Layout only using 65% of available width 2015-02-11 14:41:35 +01:00
properties_world.py cleanup: pep8 2015-01-29 15:35:06 +11:00
space_clip.py Followup for previous commit: fix mismatches between menu entry and shortcut properties. 2015-01-29 17:34:05 +01:00
space_console.py Fullscreen Editor (new fullscreen mode for clean UI) 2014-10-14 15:11:41 -03:00
space_dopesheet.py Followup for previous commit: fix mismatches between menu entry and shortcut properties. 2015-01-29 17:34:05 +01:00
space_filebrowser.py FileBrowser Bookmarks: fix issue with invalid bookmarks. 2015-02-11 17:13:16 +01:00
space_graph.py rename SIPO_AUTOVIEW -> SIPO_AUTO_VIEW_SELECTED 2015-02-07 03:47:06 +11:00
space_image.py Followup for previous commit: fix mismatches between menu entry and shortcut properties. 2015-01-29 17:34:05 +01:00
space_info.py Followup for previous commit: fix mismatches between menu entry and shortcut properties. 2015-01-29 17:34:05 +01:00
space_logic.py Fullscreen Editor (new fullscreen mode for clean UI) 2014-10-14 15:11:41 -03:00
space_nla.py Followup for previous commit: fix mismatches between menu entry and shortcut properties. 2015-01-29 17:34:05 +01:00
space_node.py Correct location of 'text' button in frame-node 2015-01-30 13:41:07 +11:00
space_outliner.py RNA/API: name outliner sort option like UIList 2015-01-19 14:22:02 +11:00
space_properties.py UI: Replace +/- menus with collapsible ones 2014-01-27 18:42:11 +11:00
space_sequencer.py Proxy enable operator: 2015-01-30 15:13:59 +01:00
space_text.py Fullscreen Editor (new fullscreen mode for clean UI) 2014-10-14 15:11:41 -03:00
space_time.py Animation play: Follow feature. Enabled from playback menu in the 2015-02-05 22:14:38 +01:00
space_userpref.py WM: empty menu so addons can extend the splash 2015-02-01 04:19:55 +11:00
space_view3d_toolbar.py Cavity masking - add curve control to cavity mask and move relevant 2015-02-11 15:07:24 +01:00
space_view3d.py Viewport compositing - first code 2015-02-12 18:54:41 +01:00