Revision 94fc1f5 by Campbell Barton May 25, 2012, 11:51 (GMT) |
fix error in prev commit |
Revision 81935ee by Gaia Clary May 25, 2012, 11:43 (GMT) |
Added a Factory Operator Preset for the Collada Exporter (Second Life presets) |
Revision e70316f by Campbell Barton May 25, 2012, 11:41 (GMT) |
fix for crash in auto ketframe. |
Revision 6e01ba8 by Sergey Sharybin May 25, 2012, 11:40 (GMT) |
Fix #31587: loading image sequence by selecting all images does not work in MCE Now loading image sequence behaves in the same way as sequencer when all images are selected. In fact, in this case first image from selection would be used as first frame of image sequence, so this behavior does not reflect possible gaps in selection. Old behavior with selecting first file only is still relevant. |
Revision c6e0d24 by Campbell Barton May 25, 2012, 10:04 (GMT) |
add auto-key for masks |
Revision 57c292d by Campbell Barton May 25, 2012, 09:51 (GMT) |
style cleanup |
Revision 5ed2e0d by Campbell Barton May 25, 2012, 09:42 (GMT) |
svn merge ^/trunk/blender -r46979:47003 |
Revision c4bbc5a by Miika Hamalainen May 25, 2012, 09:40 (GMT) |
Fixed smoke 3D-view issues: Preview became invisible from certain angles if domain size was < 1.0 and density+shading strength changed depended on domain size. |
Revision 19dd66c by Brecht Van Lommel May 25, 2012, 09:26 (GMT) |
3D View: add Backface Culling option, to hide faces when seen from the back side, found in the Display panel. Patch by Simon Kirk and Irie Shinsuke, refactored to also work for non-mesh objects and avoid globals. |
Revision 139c92e by Campbell Barton May 25, 2012, 09:06 (GMT) |
new points now have their animated locations applied all non-active keys. |
Revision 29e89dc by Campbell Barton May 25, 2012, 06:54 (GMT) |
code cleanup: solidify modifier - remove dead assignment and unneeded NULL check. |
Revision f883d12 by Daniel Genrich May 24, 2012, 23:50 (GMT) |
Smoke: Start fixing scaling issues which happen with non cube-shaped domains. Detail: Smoke solver and Blender side of smoke now share the same cell length. First reported by the Sintel artists long ago, again reported by MiikaH. Part of my Smoke Development Project Phase III. |
Revision fda16e7 by Campbell Barton May 24, 2012, 21:58 (GMT) |
remove some float/double conversions |
Revision 19e1d05 by Nathan Vegdahl May 24, 2012, 21:05 (GMT) |
Modifications to the view3d.select() operator: 1. Two new boolean options have been added to the operator: "deselect" and "toggle". 2. The previous behavior of "extend" (toggling the selection) has been moved to the "toggle" option. 3. "extend" now only extends the selection, it never deselects. 4. "deselect" is pretty self-explanatory: it deselects (i.e. opposite of extend). 5. The built-in keymap has been changed to use "toggle" where "extend" was used before for this operator, to maintain the previous behavior in the default keymap. In short, this works towards making "extend" and "deselect" fully consistent across all selection tools (adding to and removing from selection, respectively), but still preserves the old behavior as well. (Patch reviewed by Brecht.) |
Revision 9dc161e by Nicholas Bishop May 24, 2012, 20:20 (GMT) |
Fix bug [#31512] Focus Zoom on text object with modifers fails Change BKE_object_minmax() to use the same logic as meshes: use the object bounding box if available, since it will include the modifier DM output. |
Revision c2c2611 by Ove Murberg Henriksen May 24, 2012, 20:03 (GMT) |
Restructuring code. All functions merged into ED_vgroup_transfer_weight() to avoid duplicate code. |
Revision 75a8de4 by Nicholas Bishop May 24, 2012, 19:41 (GMT) |
Fix bug #31582, Crash with Skin modifier Buffer overflow error in collecting split_face vertices. |
Revision afe2def by Campbell Barton May 24, 2012, 19:16 (GMT) |
adding new keyframes now updates existing shapekeys |
Revision 8042c52 by Daniel Genrich May 24, 2012, 18:22 (GMT) |
Smoke: Fix wrong maximum timestep, resulting in exploding/unstable fluids. Part of my Smoke Development project. In conjunction with MiikaH and his gSoC project. |
Revision 25b6777 by Campbell Barton May 24, 2012, 16:37 (GMT) |
svn merge ^/trunk/blender -r46966:46979 |
|