Revision 6913e6d by Ove Murberg Henriksen May 21, 2012, 18:15 (GMT) |
Changed functions to check for select on destination instead of source |
Revision 7fbf2ff by Bastien Montagne May 21, 2012, 18:06 (GMT) |
A few minor UI message fixes... |
Revision cc5582d by Ove Murberg Henriksen May 21, 2012, 17:39 (GMT) |
Fixed SELECT comparisons |
Revision 79031d3 by Ove Murberg Henriksen May 21, 2012, 17:00 (GMT) |
Added support for replace_selected_weights in all weight transfer fucntions. |
Revision 2970b7a by Campbell Barton 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 |
Revision 081f3dd by Jeroen Bakker May 21, 2012, 16:05 (GMT) |
fix for [#31543] Nodes use array past bounds |
Revision 7d1cfe4 by Ove Murberg Henriksen May 21, 2012, 15:14 (GMT) |
svn merge ^/trunk/blender -r46750:HEAD |
Revision c55bb6e by Jeroen Bakker May 21, 2012, 14:05 (GMT) |
* Bokeh Image angle now has rnge from -720 to +720 degrees |
Revision 2d613b0 by Campbell Barton May 21, 2012, 13:42 (GMT) |
clip/mask parenting from previous commit - clear parent wasnt working - selecting tracks now works when mask editing |
Revision c3e1fce by Brecht Van Lommel 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 |
Revision ea11bc9 by Campbell Barton May 21, 2012, 12:30 (GMT) |
debugging check for bmesh (commented since its very slow), but useful for debugging some scripts. |
Revision ebd87e1 by Campbell Barton 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. |
Revision 998a850 by Jeroen Bakker 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 |
Revision 14e4ad9 by Campbell Barton May 21, 2012, 10:13 (GMT) |
fix for fix - possible on second loop to use freed memory still. |
Revision 23d628a by Campbell Barton May 21, 2012, 10:11 (GMT) |
fix for unlikely but possible use of uninitialized pointers. |
Revision 130e7ab by Sergey Sharybin 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. |
Revision 04bc89a by Campbell Barton May 21, 2012, 09:00 (GMT) |
code cleanup: remove some old comments |
Revision 252f355 by Campbell Barton 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. |
Revision 09b4d26 by Campbell Barton May 21, 2012, 08:10 (GMT) |
Quiet null pointer free warning/error. |
Revision 65b2385 by Campbell Barton May 21, 2012, 07:00 (GMT) |
py api integration: __import__(... , level=0) default changed to work with python3.3 |
|