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 Empty. Show all posts
Showing posts with label Empty. Show all posts

August 22, 2011

matrix_world

This multiplies the coordinates as found in the object data with the world matrix of that object. Essentially giving the world coordinate of any selected vertex, even when the object origin is not at the world origin.


Further reading

  • http://db-in.com/blog/2011/04/cameras-on-opengl-es-2-x/

July 23, 2011

Place empty while in Edit Mode

Sometimes we need to place a marker (Empty) at a given point on our mesh. I use this often to define a pivot point. But manually hopping in and out of edit mode to add an Empty soon becomes lame. This is my solution. Run this in edit mode, select as many verts as you wish.