Revision c4a165f by Bastien Montagne December 23, 2012, 10:51 (GMT) |
Adding Scale Visual keying (and de-duplicated part of the code returning visual values to key). |
Revision cb70c5b by Campbell Barton December 23, 2012, 08:20 (GMT) |
fix for bug where weight paint would draw hidden faces but not draw then with the backbuffer (depth selection). |
Revision bdda669 by Campbell Barton December 23, 2012, 07:30 (GMT) |
add zbuf/depth option to weight paint border & circle select |
Revision 4612bbf by Campbell Barton December 23, 2012, 03:04 (GMT) |
add zbuf/depth option to weight paint lasso select. |
Revision 4568146 by Campbell Barton December 23, 2012, 02:32 (GMT) |
use foreachMappedVert for ED_mesh_pick_vert() |
Revision b3128cf by Campbell Barton December 23, 2012, 02:04 (GMT) |
minor speedup ED_mesh_pick_vert, ED_mesh_pick_face_vert avoid matrix multiply, use len_manhattan_v2v2 |
Revision 0ac66ad by Campbell Barton December 23, 2012, 01:54 (GMT) |
initial support for 'occlude background geometry' in weight paint mode. Only support mouse vertex select at the moment. |
Revision 8067205 by Campbell Barton December 23, 2012, 01:18 (GMT) |
style cleanup: wrap long lines (>200) |
Revision 40449b1 by Tamito Kajiyama December 23, 2012, 00:23 (GMT) |
Merged changes in the trunk up to revision 53280. |
Revision 3ca00cb by Ton Roosendaal December 22, 2012, 18:34 (GMT) |
Outliner: Added drag-drop support for Groups. On drop in 3d window it creates an instance. Todo: it adds this on 3d cursor position still. The existing drop-object-duplicate operator is a Macro - with warning. For adding on mouse-cursor position we need a better way (new function call, just use operator option). |
Revision 6edcbb2 by Sergey Sharybin December 22, 2012, 18:31 (GMT) |
Change default baking bias distance to 0.001 for new scenes Would need to update startup.blend as well, but not so much familiar with doing this nowadays. |
Revision fa0211d by Tamito Kajiyama December 22, 2012, 18:25 (GMT) |
Another "insanely" big code clean-up patch by Bastien Montagne, many thanks! |
Revision aef4910 by Ton Roosendaal December 22, 2012, 17:32 (GMT) |
New Outliner "Blender File" option: the first entry couldn't be closed/re-opened. |
Revision 82bbf46 by Ton Roosendaal December 22, 2012, 16:49 (GMT) |
Reshuffled data view for Outliner. - The new "Main Data" option is now under the category "Blender File". - That category also displays the Linked Library files. (Including allows browsing what's used from this file) Also fixed CTRL+click on names, crashed. |
Revision 80d22a3 by Brecht Van Lommel December 22, 2012, 15:15 (GMT) |
Cycles OSL: handle new getattribute constant folding with renderstate NULL check, and fix #33654, distance to line segment function is not implemented but compiled anyway, now it should give a compile error. |
Revision 541f598 by Ton Roosendaal December 22, 2012, 15:10 (GMT) |
Bug - old code, not working for new outliner view: Click on World needed a context check. |
Revision 7dca6db by Campbell Barton December 22, 2012, 14:25 (GMT) |
code cleanup: make vertex/weight flag names consistent ME_EDIT_VERT_SEL --> ME_EDIT_PAINT_VERT_SEL ME_EDIT_PAINT_MASK --> ME_EDIT_PAINT_FACE_SEL also remove unused header BLO_soundfile.h |
Revision 4c5093a by Campbell Barton December 22, 2012, 14:20 (GMT) |
flush selection from vertex paint and weight paint modes when exiting, this isnt fool-proof, will need more work. |
Revision df6b0af by Campbell Barton December 22, 2012, 14:04 (GMT) |
replace RNA_ID_type_name() with BKE_idcode_to_name_plural() |
Revision 634be59 by Campbell Barton December 22, 2012, 13:42 (GMT) |
flush selection when switching weight paint vertex/face selection modes. |
|