[ Launch: Tributary Inlets ] 4550236 by zeffii[ Launch: Tributary Inlets ] 4549657 by enjalot[ Launch: An inlet to Tributary ] 4545400 by enjalot
[ Launch: Tributary Inlets ] 4551425 by zeffii[ Launch: Tributary Inlets ] 4549657 by enjalot[ Launch: An inlet to Tributary ] 4545400 by enjalot
[ Launch: Pimp my Tribe ] 4561117 by zeffii[ Launch: Pimp my Tribe ] 4558845 by enjalot[ Launch: Pimp my Tribe ] 4558042 by zeffii[ Launch: Tributary Inlets ] 4552099 by zeffii[ Launch: Tributary Inlets ] 4551425 by zeffii[ Launch: Tributary Inlets ] 4549657 by enjalot[ Launch: An inlet to Tributary ] 4545400 by enjalot
[ Launch: Pimp my Tribe ] 4564213 by zeffii[ Launch: Pimp my Tribe ] 4558845 by enjalot[ Launch: Pimp my Tribe ] 4558042 by zeffii[ Launch: Tributary Inlets ] 4552099 by zeffii[ Launch: Tributary Inlets ] 4551425 by zeffii[ Launch: Tributary Inlets ] 4549657 by enjalot[ Launch: An inlet to Tributary ] 4545400 by enjalot
[ Launch: Pimp my Tribe ] 4571945 by zeffii[ Launch: Pimp my Tribe ] 4568998 by enjalot[ Launch: Pimp my Tribe ] 4567995 by zeffii[ Launch: Pimp my Tribe ] 4564213 by zeffii[ Launch: Pimp my Tribe ] 4558845 by enjalot[ Launch: Pimp my Tribe ] 4558042 by zeffii[ Launch: Tributary Inlets ] 4552099 by zeffii[ Launch: Tributary Inlets ] 4551425 by zeffii[ Launch: Tributary Inlets ] 4549657 by enjalot[ Launch: An inlet to Tributary ] 4545400 by enjalot
| ''' | |
| NOTE: The Script only works on surface with Quads Faces ONLY | |
| ''' | |
| import bpy | |
| from random import * | |
| # Get selected objects | |
| selected_objects = bpy.context.selected_objects |
| import bpy | |
| import random | |
| # start in object mode | |
| my_object = bpy.data.objects['Cube'].data | |
| color_map_collection = my_object.vertex_colors | |
| if len(color_map_collection) == 0: | |
| color_map_collection.new() |
| import bpy | |
| # instructions: | |
| # "Use face masking mode, while in Vertex Paint mode" | |
| def make_paint_list(my_object, faces): | |
| # paint_list will contain all vertex color map indices to | |
| # be used for overpainting. | |
| paint_list = [] | |
| i = 0 |
| ''' | |
| author: Dealga McArdle, 2013. | |
| http://www.sublimetext.com/docs/2/api_reference.html | |
| Installation | |
| - place stringifier.py in Data/Packages/User | |
| - place dictionary entry in Keybindings, User | |
| { "keys": ["ctrl+shift+["], "command": "stringifier" } |
| ''' | |
| http://www.sublimetext.com/docs/2/api_reference.html | |
| Installation | |
| - place stringifier.py in Data/Packages/User | |
| - place dictionary entry in Keybindings, User | |
| { "keys": ["ctrl+shift+["], "command": "stringifier" } | |
| usage: select a sequence of space separated words then press the key combo |