Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/startup/bl_ui/space_view3d_toolbar.py')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py94
1 files changed, 47 insertions, 47 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index ad83da7db83..d58453deaef 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -2009,65 +2009,65 @@ class VIEW3D_PT_tools_history(View3DPanel, Panel):
classes = (
- TEXTURE_UL_texpaintslots,
- VIEW3D_MT_tools_projectpaint_stencil,
- VIEW3D_MT_tools_projectpaint_uvlayer,
- VIEW3D_PT_imapaint_tools_missing,
- VIEW3D_PT_sculpt_dyntopo,
- VIEW3D_PT_sculpt_options,
- VIEW3D_PT_sculpt_symmetry,
- VIEW3D_PT_slots_projectpaint,
- VIEW3D_PT_stencil_projectpaint,
- VIEW3D_PT_tools_add_curve_edit,
- VIEW3D_PT_tools_add_mball_edit,
- VIEW3D_PT_tools_add_mesh_edit,
+ VIEW3D_PT_tools_transform,
+ VIEW3D_PT_tools_object,
VIEW3D_PT_tools_add_object,
- VIEW3D_PT_tools_add_surface_edit,
+ VIEW3D_PT_tools_relations,
VIEW3D_PT_tools_animation,
+ VIEW3D_PT_tools_rigid_body,
+ VIEW3D_PT_tools_transform_mesh,
+ VIEW3D_PT_tools_meshedit,
+ VIEW3D_PT_tools_meshweight,
+ VIEW3D_PT_tools_add_mesh_edit,
+ VIEW3D_PT_tools_shading,
+ VIEW3D_PT_tools_uvs,
+ VIEW3D_PT_tools_meshedit_options,
+ VIEW3D_PT_tools_transform_curve,
+ VIEW3D_PT_tools_curveedit,
+ VIEW3D_PT_tools_add_curve_edit,
+ VIEW3D_PT_tools_curveedit_options_stroke,
+ VIEW3D_PT_tools_transform_surface,
+ VIEW3D_PT_tools_surfaceedit,
+ VIEW3D_PT_tools_add_surface_edit,
+ VIEW3D_PT_tools_textedit,
VIEW3D_PT_tools_armatureedit,
- VIEW3D_PT_tools_armatureedit_options,
VIEW3D_PT_tools_armatureedit_transform,
+ VIEW3D_PT_tools_armatureedit_options,
+ VIEW3D_PT_tools_mballedit,
+ VIEW3D_PT_tools_add_mball_edit,
+ VIEW3D_PT_tools_latticeedit,
+ VIEW3D_PT_tools_posemode,
+ VIEW3D_PT_tools_posemode_options,
+ VIEW3D_PT_imapaint_tools_missing,
VIEW3D_PT_tools_brush,
- VIEW3D_PT_tools_brush_appearance,
- VIEW3D_PT_tools_brush_curve,
+ TEXTURE_UL_texpaintslots,
+ VIEW3D_MT_tools_projectpaint_uvlayer,
+ VIEW3D_PT_slots_projectpaint,
+ VIEW3D_PT_stencil_projectpaint,
VIEW3D_PT_tools_brush_overlay,
- VIEW3D_PT_tools_brush_stroke,
VIEW3D_PT_tools_brush_texture,
- VIEW3D_PT_tools_curveedit,
- VIEW3D_PT_tools_curveedit_options_stroke,
- VIEW3D_PT_tools_grease_pencil_brush,
- VIEW3D_PT_tools_grease_pencil_brushcurves,
+ VIEW3D_PT_tools_mask_texture,
+ VIEW3D_PT_tools_brush_stroke,
+ VIEW3D_PT_tools_brush_curve,
+ VIEW3D_PT_sculpt_dyntopo,
+ VIEW3D_PT_sculpt_options,
+ VIEW3D_PT_sculpt_symmetry,
+ VIEW3D_PT_tools_brush_appearance,
+ VIEW3D_PT_tools_weightpaint,
+ VIEW3D_PT_tools_weightpaint_options,
+ VIEW3D_PT_tools_vertexpaint,
+ VIEW3D_PT_tools_imagepaint_external,
+ VIEW3D_PT_tools_imagepaint_symmetry,
+ VIEW3D_PT_tools_projectpaint,
+ VIEW3D_MT_tools_projectpaint_stencil,
+ VIEW3D_PT_tools_particlemode,
VIEW3D_PT_tools_grease_pencil_draw,
VIEW3D_PT_tools_grease_pencil_edit,
VIEW3D_PT_tools_grease_pencil_interpolate,
VIEW3D_PT_tools_grease_pencil_sculpt,
+ VIEW3D_PT_tools_grease_pencil_brush,
+ VIEW3D_PT_tools_grease_pencil_brushcurves,
VIEW3D_PT_tools_history,
- VIEW3D_PT_tools_imagepaint_external,
- VIEW3D_PT_tools_imagepaint_symmetry,
- VIEW3D_PT_tools_latticeedit,
- VIEW3D_PT_tools_mask_texture,
- VIEW3D_PT_tools_mballedit,
- VIEW3D_PT_tools_meshedit,
- VIEW3D_PT_tools_meshedit_options,
- VIEW3D_PT_tools_meshweight,
- VIEW3D_PT_tools_object,
- VIEW3D_PT_tools_particlemode,
- VIEW3D_PT_tools_posemode,
- VIEW3D_PT_tools_posemode_options,
- VIEW3D_PT_tools_projectpaint,
- VIEW3D_PT_tools_relations,
- VIEW3D_PT_tools_rigid_body,
- VIEW3D_PT_tools_shading,
- VIEW3D_PT_tools_surfaceedit,
- VIEW3D_PT_tools_textedit,
- VIEW3D_PT_tools_transform,
- VIEW3D_PT_tools_transform_curve,
- VIEW3D_PT_tools_transform_mesh,
- VIEW3D_PT_tools_transform_surface,
- VIEW3D_PT_tools_uvs,
- VIEW3D_PT_tools_vertexpaint,
- VIEW3D_PT_tools_weightpaint,
- VIEW3D_PT_tools_weightpaint_options,
)
if __name__ == "__main__": # only for live edit.