blender/release/ui
Brecht Van Lommel c354ea0ef1 2.5: Render
This adds a RenderEngine type to RNA, which can be subclassed
in python (c++ will follow once we support subclassing there).
It's very basic, but plugs into the pipeline nicely. Two example
scripts:

http://www.pasteall.org/6635/python
http://www.pasteall.org/6636/python

Issues:
* Render runs in a separate thread, and there is unrestricted
  access, so it's possible to crash blender with unsafe access.
* Save buffers and full sample are not supported yet.
2009-07-21 20:28:32 +00:00
..
bpy_ops.py issues auto generating rna docs 2009-07-19 14:57:20 +00:00
buttons_data_armature.py 2.5 - More work on Bone Groups 2009-07-21 12:38:01 +00:00
buttons_data_bone.py 2.5: RNA & UI 2009-07-21 00:55:20 +00:00
buttons_data_camera.py 2.5: Render 2009-07-13 19:09:13 +00:00
buttons_data_curve.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_data_empty.py UI: 2009-06-18 14:20:25 +00:00
buttons_data_lamp.py 2.5: Lamp button layout improvements by nudelZ. 2009-07-21 01:52:05 +00:00
buttons_data_lattice.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_data_mesh.py 2.5: Bump Mapping 2009-07-21 13:46:49 +00:00
buttons_data_modifier.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_data_text.py 2.5: Buttons Window 2009-07-09 19:45:27 +00:00
buttons_game.py UI layouts 2009-07-20 21:31:32 +00:00
buttons_material.py 2.5: RNA & UI 2009-07-21 00:55:20 +00:00
buttons_object_constraint.py 2.5 - Recode of Add Constraint Operator(s) 2009-07-19 13:06:18 +00:00
buttons_objects.py 2.5: RNA & UI 2009-07-21 00:55:20 +00:00
buttons_particle.py Initial code for boids v2 2009-07-20 23:52:53 +00:00
buttons_physics_cloth.py 2.5: RNA & UI 2009-07-21 00:55:20 +00:00
buttons_physics_field.py Initial code for boids v2 2009-07-20 23:52:53 +00:00
buttons_physics_fluid.py Some little UI adjustments to cloth + fluid panel and their presets 2009-07-20 17:15:41 +00:00
buttons_physics_softbody.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
buttons_scene.py 2.5: Render 2009-07-21 20:28:32 +00:00
buttons_texture.py 2.5: Texture Filtering 2009-07-21 13:20:35 +00:00
buttons_world.py BGE panels: wip 2009-07-20 20:28:29 +00:00
space_buttons.py 2.5 2009-06-30 19:20:45 +00:00
space_console.py py console wasnt working since r21743 2009-07-21 15:52:15 +00:00
space_filebrowser.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
space_image.py 2.5: RNA & UI 2009-07-21 00:55:20 +00:00
space_info.py patch from oxben (Benjamin) 2009-07-18 04:09:23 +00:00
space_logic.py Cleaned up logic buttons in logic space slightly. 2009-07-21 09:35:39 +00:00
space_outliner.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
space_sequencer.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
space_text.py python access to operators now hides the _OT_ syntax, eg. SOME_OT_operator -> some.operator 2009-07-17 12:26:40 +00:00
space_view3d_toolbar.py Cleaned up logic buttons in logic space slightly. 2009-07-21 09:35:39 +00:00
space_view3d.py 2.5: RNA & UI 2009-07-21 00:55:20 +00:00