Revision c230ce0 by Campbell Barton May 21, 2012, 06:44 (GMT) |
fix for error pointed out by Nicholas Bishop, BM_edge_face_pair & BM_edge_loop_pair returned TRUE for single face user edges. |
Revision be53fde by Campbell Barton May 21, 2012, 06:33 (GMT) |
code cleanup: - remove duplicate includes - blender builds with -Werror in C++ for fluids/smoke |
Revision 000ac36 by Joshua Leung May 21, 2012, 06:33 (GMT) |
readfile.c Style cleanups Part 2 - More whitespace + replaced most of the while loops |
Revision f8c1a71 by Peter Schlaile May 20, 2012, 21:24 (GMT) |
== Compositor == This fixes occasional crashes on uninitialized memory, when we open a blend file which has movie or image input nodes pointing to none existent source files. |
Revision 3896ad4 by Campbell Barton May 20, 2012, 21:23 (GMT) |
code cleanup: spelling |
Revision deac415 by Daniel Stokes May 20, 2012, 21:19 (GMT) |
Fix #31511: GLSL preview is much darker than F12 results A problem caused by Harmony branch code. A value was being set improperly for the GLSL shader. |
Revision 2d2d36f by Campbell Barton May 20, 2012, 19:49 (GMT) |
code cleanup: - style - multi-line ifs move braces onto new lines. - iterators - convert some to macros, other split up and move brace. |
Revision 5d92564 by Campbell Barton May 20, 2012, 18:19 (GMT) |
use utf8 functions for new modifier names |
Revision baef07c by Gaia Clary May 20, 2012, 17:40 (GMT) |
Renamed the COLLADA Import/export labels to 'Collada (Default)' to make it better separatable from target specific exporters |
Revision cd1f820 by Thomas Dinges May 20, 2012, 15:52 (GMT) |
Sequencer UI: * Some consistency tweaks. |
Revision f919973 by Nicholas Bishop May 20, 2012, 15:00 (GMT) |
Fix bug #31529 Remesh remove Apply as Shape button Change modifier_sameTopology() to not not treat Nonconstructive modifiers as having same topology. This function is only used to test whether Apply as Shape is allowed. The exact nature of "nonconstructive" modifiers is not documented, but current list is remesh, fluidsim, decimate, mask, build, and boolean. All of these modify topology, and should not be making making shape keys. |
Revision 1cb1d51 by Bastien Montagne May 20, 2012, 13:56 (GMT) |
Various small fixes: *i18n: panel title of current tool in 3D view & File windows are now translated, as well a redo (F3) menu. *MESH_OT_faces_select_linked_flat & MESH_OT_edges_select_sharp: use ANGLE RNA prop for sharpness, and fix tip of the later op. |
Revision 518ff69 by Andrew Hale May 20, 2012, 12:52 (GMT) |
BMesh Py API Fix: hide attribute of BMesh elements was returning the select flag. Fixed for all elements including loops, although this is commented out anyway. Reported by Crouch in IRC. |
Revision c464654 by Antonis Ryakiotakis May 20, 2012, 11:06 (GMT) |
Fix memory leak when trying to apply transformations to shared meshes |
Revision 1e33cc4 by Thomas Dinges May 20, 2012, 00:34 (GMT) |
Sequencer UI: * Code cleanup * Fixed wrong label for Inverse Select in the Select menu * Some layout tweaks for space saving and avoid abbreviations in the UI. * "Image Offset" and "Image Crop" buttons were there twice, once in the Strip Input panel and once in the Effect Strip panel, show it in the Strip Input panel only now. * Commented the third input fields ("input_3"), only used by the deprecated plugin system according to an RNA comment. |
Revision 997d7d5 by Nicholas Bishop May 19, 2012, 23:11 (GMT) |
Fix sculpt layer brush, broken by texture changes in r46651. |
Revision dd7229a by Dan Eicher May 19, 2012, 21:22 (GMT) |
Added 'LIBRARY_EDITABLE' flag to bpy.props.* Rationale: custom props on linked objects are editable through ops and the console but the UI code calls RNA_property_editable() which returns false if (id->lib && !(prop->flag & PROP_LIB_EXCEPTION)) Setting the 'LIBRARY_EDITABLE' flag allows UI templates to change these props (but the changes aren't saved!) for things like indices into CollectionProperties which live on the linked object |
Revision 436b63e by Bastien Montagne May 19, 2012, 20:16 (GMT) |
Fix [#31535] Radian Unit System Button Ignored for Face Angles display. Also avoid multiplying each vertex three times with obmat... |
Revision ca446f0 by Sergey Sharybin May 19, 2012, 16:55 (GMT) |
Fix aspect ratio correction for translating motion tracking data Still has got some issues when translating masks. |
Revision ed67969 by Campbell Barton May 19, 2012, 13:55 (GMT) |
style cleanup: whitespace/indentation |
|