added a python menu slot for weight pain.

Also needed to seperate
  view3d_paintmenu
into
  view3d_vpaintmenu
  view3d_tpaintmenu
  view3d_wpaintmenu

The view3d_paintmenu and do_view3d_paintmenu were getting messy and had a lot of if's in it.
This commit is contained in:
2006-05-05 06:57:33 +00:00
parent 18a23ab8c9
commit 9681a329c1
5 changed files with 113 additions and 25 deletions

View File

@@ -49,8 +49,8 @@ Introduction:
-------------------
To pass parameters to the script you can:
- write them to a file before running Blender, then make your script parse that file;
- set environment variables and access them with the 'os' module:
- write them to a file before running Blender, then make your script parse that file;
- set environment variables and access them with the 'os' module:
Examples with parameters being passed to the script via command line::