Add random vertex colors to individual faces in vertex paint mode #36483

Closed
opened 2013-08-16 16:15:19 +02:00 by Michel Anders · 4 comments
Member

Project: Blender Extensions
Tracker: Py Scripts Upload
Blender: 2.66
Category: Vertex Paint
Python: 3.2
Homepage: http://blenderthings.blogspot.com/2013/08/random-vertex-colors-simple-addon.html
Script name: Random vertex colors
Wiki page: http://blenderthings.blogspot.com/2013/08/random-vertex-colors-simple-addon.html
Dependencies: none
Author(s): Michel Anders (varkenvarken)
Status: Open

%%%In order create materials that have a per face random component instead of just per object, this script changes the active vcol layer to random colors for each face in a mesh. It's primary use is for leaf objects as generated by addons like space tree, ivy gen or sapling, that consist of meshes with a single face for each leaf.
Vcol layers may be accessed with a Cycles attribute node and its color output might then be used drive for example a hue/saturation node create subtle color variations for each leaf.

%%%

**Project**: Blender Extensions **Tracker**: Py Scripts Upload **Blender**: 2.66 **Category**: Vertex Paint **Python**: 3.2 **Homepage**: http://blenderthings.blogspot.com/2013/08/random-vertex-colors-simple-addon.html **Script name**: Random vertex colors **Wiki page**: http://blenderthings.blogspot.com/2013/08/random-vertex-colors-simple-addon.html **Dependencies**: none **Author(s)**: Michel Anders (varkenvarken) **Status**: Open %%%In order create materials that have a per face random component instead of just per object, this script changes the active vcol layer to random colors for each face in a mesh. It's primary use is for leaf objects as generated by addons like space tree, ivy gen or sapling, that consist of meshes with a single face for each leaf. Vcol layers may be accessed with a Cycles attribute node and its color output might then be used drive for example a hue/saturation node create subtle color variations for each leaf. %%%
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Brendon Murphy self-assigned this 2015-09-17 13:24:05 +02:00
Member

Closing as archived. no activity 2 years

Closing as archived. no activity 2 years
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#36483
No description provided.