Blender Git Commits

Blender Git "master" branch commits.

Page: 3611 / 5574

May 21, 2012, 18:15 (GMT)
Changed functions to check for select on destination instead of source
May 21, 2012, 18:06 (GMT)
A few minor UI message fixes...
May 21, 2012, 17:39 (GMT)
Fixed SELECT comparisons
May 21, 2012, 17:00 (GMT)
Added support for replace_selected_weights in all weight transfer fucntions.
May 21, 2012, 16:52 (GMT)
change name length from 32 to 64, perhaps we should have some constant here bpy.constants.NAME_MAX ? - but this hardly ever changes.

also hide allow overlap option for adding sequence strips, this was only intended for api use
May 21, 2012, 16:05 (GMT)
fix for [#31543] Nodes use array past bounds
May 21, 2012, 15:14 (GMT)
svn merge ^/trunk/blender -r46750:HEAD
May 21, 2012, 14:05 (GMT)
* Bokeh Image angle now has rnge from -720 to +720 degrees
May 21, 2012, 13:42 (GMT)
clip/mask parenting from previous commit
- clear parent wasnt working
- selecting tracks now works when mask editing
May 21, 2012, 12:52 (GMT)
Cycles: add Object Info node, with outputs object location, object/material
pass index, and a random number unique to the instance of the object.

This can be useful to give some variation to a single material assigned to
multiple instances, either manually controlled through the object index, based
on the object location, or randomized for each instance.

http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles/Nodes/More#Object_Info

May 21, 2012, 12:30 (GMT)
debugging check for bmesh (commented since its very slow), but useful for debugging some scripts.
May 21, 2012, 11:09 (GMT)
mask parenting operator, and clear parenting. (Ctrl+P, Alt+P)

- also use offset now with parenting.
- draw line from point to parent.
May 21, 2012, 10:20 (GMT)
Added switch in dilate/erode between old (Step) and new (Distance)
algorithm

Connected the Glare Fog Flow to use Fast Gaussian in stead of Bokeh blur
May 21, 2012, 10:13 (GMT)
fix for fix - possible on second loop to use freed memory still.
May 21, 2012, 10:11 (GMT)
fix for unlikely but possible use of uninitialized pointers.
May 21, 2012, 09:19 (GMT)
Move search area form track to marker structure

This allows different markers has different size of search area which
makes it possible to scale search area when doing planar tracking.

Made changes to all related areas such as transformation, tracking,
finally ported marker clamping function, added python bindings for
changed search area and added python API for pattern corners.

TODO: It's still possible to make marker's center go outside of pattern
corners when translating pattern area or rotating it around median
point.
May 21, 2012, 09:00 (GMT)
code cleanup: remove some old comments
May 21, 2012, 08:24 (GMT)
fix for minor annoyance when an operator is called by another - dont add blend file to recent history.

this way demo-mode addon doesnt clobber the recent history with demo files its operator loads.
May 21, 2012, 08:10 (GMT)
Quiet null pointer free warning/error.
May 21, 2012, 07:00 (GMT)
py api integration: __import__(... , level=0)
default changed to work with python3.3
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021