Featured post

new redirect for blender.org bpy docs.

http://www.blender.org/api/blender_python_api_current/ As of 10/11 november 2015 we can now link to the current api docs and not be worr...

Showing posts with label lambda. Show all posts
Showing posts with label lambda. Show all posts

June 29, 2013

named tuples replacement (bounding box tools)

To maintain sanity I suggest you don't read this script, it's just a memo to self.

June 04, 2013

two ways to min/max an xyz coordinate list

April 09, 2013

The over operator

For blending between two colors, here's a bit of mixing code: i tend to like this a little bit more, especially if I can reuse the color lambda Or another lambda version https://gist.github.com/zeffii/5354106 abbreviated here: