blender/release/scripts/startup/bl_ui
Tamito Kajiyama e94abda66d New options in the Parameter Editor mode for controling the position of stroke thickness.
The new options enable a better control on the position of stroke thickness with
respect to stroke backbone geometry.  Three predefined positions are:
* center: thickness is evenly split to the left and right side of the stroke geometry.
* inside: strokes are drawn within object boundary.
* outside: strokes are drawn outside the object boundary.
Another option called "relative" allows users to specify the relative position by a
number between 0 (inside) and 1 (outside).

The thickness position options are applied only to strokes of the edge types SILHOUETTE
and BORDER, since these are the only edge types defined in terms of object boundary.
Strokes of other edge types are always using the "center" option.
2012-04-07 17:28:09 +00:00
..
__init__.py picky cleanup to use of bpy.types 2012-01-18 06:11:56 +00:00
properties_animviz.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
properties_data_armature.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
properties_data_bone.py Patch #30611: grey out bone show wireframe option if no custom shape is set, 2012-03-20 20:06:10 +00:00
properties_data_camera.py Fix #30421: Panorama option in camera properties always disabled 2012-03-02 15:14:42 +00:00
properties_data_curve.py UI files: 2012-04-05 09:52:03 +00:00
properties_data_empty.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_data_lamp.py cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
properties_data_lattice.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_mesh.py there was no way to reset timing for absolute shape keys, add an operator to do so. 2012-04-05 06:10:15 +00:00
properties_data_metaball.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_data_modifier.py rename lattice influence to strength from r45144 (other deform modifiers call it strength too) 2012-03-26 00:42:21 +00:00
properties_data_speaker.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
properties_game.py Fix #30702: game engine softbody weld threshold was exposed in UI, but actually 2012-03-28 12:18:25 +00:00
properties_material.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
properties_object_constraint.py Constraint UI: 2012-04-02 07:54:12 +00:00
properties_object.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
properties_paint_common.py de-duplicate paint parent class, added new py module for common paint UI classes/funcs --- since we'll likely have more of these. 2012-01-18 05:54:19 +00:00
properties_particle.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
properties_physics_cloth.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
properties_physics_common.py Merge with trunk r41197 2011-10-22 16:43:23 +00:00
properties_physics_dynamicpaint.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
properties_physics_field.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
properties_physics_fluid.py Fix #30464: Confusing lack of label for Fluid "use" 2012-03-08 10:13:31 +00:00
properties_physics_smoke.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
properties_physics_softbody.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
properties_render.py New options in the Parameter Editor mode for controling the position of stroke thickness. 2012-04-07 17:28:09 +00:00
properties_scene.py Fixing several issues with keyingsets: 2012-03-08 14:04:06 +00:00
properties_texture.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
properties_world.py 2.6 UI: 2012-03-10 20:30:05 +00:00
space_clip.py Cleanup: move tracking settings to be just after Track panel which makes it easier to 2012-03-30 10:37:20 +00:00
space_console.py 2.6 Python UI files: 2011-09-22 19:50:41 +00:00
space_dopesheet.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
space_filebrowser.py RNA: 2011-11-07 16:26:53 +00:00
space_graph.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
space_image.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
space_info.py Readme and Release Log Links: 2012-04-05 09:27:53 +00:00
space_logic.py Fix #30132: "Add Game Property" works incorrect after "Add Text Game Property" 2012-02-12 10:23:06 +00:00
space_nla.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
space_node.py Code Cleanup: pep8 edits 2012-02-04 11:10:41 +00:00
space_outliner.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_sequencer.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
space_text.py Fix #29655: keyboard shortcuts missing from text editor text menu, and removed 2011-12-19 14:23:19 +00:00
space_time.py pep8 edits, also remove unused vars 2012-01-17 17:57:20 +00:00
space_userpref_keymap.py Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling 2012-02-08 04:37:37 +00:00
space_userpref.py replace relative imports with absolute imports so scritps can be executed directly (live editing). 2012-04-04 14:39:52 +00:00
space_view3d_toolbar.py fix [#30817] Toolshelf delete vs X menu don't match? Bug/Inconsistancy? 2012-04-05 01:55:49 +00:00
space_view3d.py Merged changes in the trunk up to revision 45431. 2012-04-06 03:37:27 +00:00