blender/release/scripts/startup/bl_ui
Joerg Mueller c334bf69a7 3D Audio GSoC:
Mixdown functionality.

* Mixdown possible via libsndfile and ffmpeg!
* Fixed some ffmpeg deprecation warnings
* Mixdown UI only shows working Container, Codec and Format combinations!
* Minor bugs and warnings fixed
2011-08-06 17:57:20 +00:00
..
__init__.py 3D Audio GSoC: 2011-08-01 11:44:20 +00:00
properties_animviz.py fix for various python bugs and remove unused var. 2011-07-10 17:26:15 +00:00
properties_data_armature.py BGE Animations: Adding a new choice for vertex deformation for armatures, which can be found in the Armature's Skeleton panel by the Deform options. Before only Blender's armature_deform_verts() was used. Now users can choose a vertex deformation function that is optimized for the BGE. At the moment it is mostly a copy of armature_deform_verts() with various chunks of code removed, and the BLI_math code was replaced with Eigen2. In my test scene, the new function offered about a 40% improvement over armature_deform_verts() (17~19ms rasterizer to 11~12ms). The only current limitation that I'm aware of if that B-Bone segments are not supported in the BGE version, and I will probably leave it out. I would like to also limit the BGE version to 4 weights to make things easier for a GPU version, but this may just make things slower (sorting weights to find the top 4). 2011-07-26 06:10:05 +00:00
properties_data_bone.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_data_camera.py camera composition guides: center, thirds, golden rule 2011-05-10 03:03:53 +00:00
properties_data_curve.py fix for various python bugs and remove unused var. 2011-07-10 17:26:15 +00:00
properties_data_empty.py svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blender . 2011-07-29 07:58:03 +00:00
properties_data_lamp.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_data_lattice.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_data_mesh.py fix for python error when pinning a non mesh object in mesh editmode. 2011-07-03 07:21:33 +00:00
properties_data_metaball.py pep8 compliance 2011-06-21 17:17:51 +00:00
properties_data_modifier.py svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blender . 2011-07-29 07:58:03 +00:00
properties_data_speaker.py 3D Audio GSoC: 2011-08-01 11:44:20 +00:00
properties_game.py 3D Audio GSoC: 2011-07-28 13:58:59 +00:00
properties_material.py Patch by oenvoyage - olivier amrein, thanks a lot! 2011-08-02 18:56:03 +00:00
properties_object_constraint.py Merged with trunk r37717. 2011-06-21 21:10:36 +00:00
properties_object.py fix for various python bugs and remove unused var. 2011-07-10 17:26:15 +00:00
properties_particle.py minor pep8 edits 2011-07-01 12:33:34 +00:00
properties_physics_cloth.py =trunk= 2011-05-01 21:39:13 +00:00
properties_physics_common.py py api: bpy.data.is_dirty wasn't working like image is dirty, instead is would return if the file was saved or not. 2011-04-11 15:31:05 +00:00
properties_physics_field.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_physics_fluid.py Elbeem / Fluidsim update: 2011-06-12 23:51:30 +00:00
properties_physics_smoke.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_physics_softbody.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
properties_render.py 3D Audio GSoC: 2011-07-28 13:58:59 +00:00
properties_scene.py 3D Audio GSoC: 2011-08-06 17:57:20 +00:00
properties_texture.py Fix python error in image sampling panel drawing when 2011-07-13 18:07:30 +00:00
properties_world.py svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blender . 2011-07-29 07:58:03 +00:00
space_console.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_dopesheet.py 3D Audio GSoC: 2011-08-01 11:44:20 +00:00
space_filebrowser.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_graph.py Bugfix: DopeSheet + Graph Editors were referring to wrong operator for 2011-07-13 12:02:39 +00:00
space_image.py svn merge -r38558:38752 https://svn.blender.org/svnroot/bf-blender/trunk/blender . 2011-07-27 07:42:53 +00:00
space_info.py Speaker Object icons, thanks Phil Gosch. 2011-08-03 13:34:49 +00:00
space_logic.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_nla.py View All/Selected tools for NLA Editor 2011-07-20 00:36:28 +00:00
space_node.py svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blender . 2011-07-29 07:58:03 +00:00
space_outliner.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_sequencer.py 3D Audio GSoC: 2011-07-28 13:58:59 +00:00
space_text.py svn merge -r38558:38752 https://svn.blender.org/svnroot/bf-blender/trunk/blender . 2011-07-27 07:42:53 +00:00
space_time.py fix [#26754] Live Edit and Editing UI scripts don't work 2011-04-04 10:13:04 +00:00
space_userpref_keymap.py Made wmNDOFMotionData use a vector rather then xyz members, makes it nicer to use with math functions. 2011-08-02 07:08:22 +00:00
space_userpref.py Merging trunk up to r38932. 2011-08-02 12:16:06 +00:00
space_view3d_toolbar.py svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blender . 2011-07-29 07:58:03 +00:00
space_view3d.py Merging trunk up to r38932. 2011-08-02 12:16:06 +00:00