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:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user