Blender SVN Loki
Page: 2 / 1648
Revision 46832 by Campbell Barton 17 hours 54 min ago |
Quiet null pointer free warning/error. |
Revision 46831 by Campbell Barton 19 hours 5 min ago |
py api integration: __import__(... , level=0) default changed to work with python3.3 |
Revision 46830 by Campbell Barton 19 hours 20 min ago |
fix for error pointed out by Nicholas Bishop, BM_edge_face_pair & BM_edge_loop_pair returned TRUE for single face user edges. |
Revision 46826 by Campbell Barton 19 hours 31 min ago |
code cleanup: - remove duplicate includes - blender builds with -Werror in C++ for fluids/smoke |
Revision 46825 by Joshua Leung 19 hours 31 min ago |
readfile.c Style cleanups Part 2 - More whitespace + replaced most of the while loops |
Revision 46823 by Peter Schlaile 1 day and 4 hours ago |
== 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 46822 by Campbell Barton 1 day and 4 hours ago |
code cleanup: spelling |
Revision 46821 by Daniel Stokes 1 day and 4 hours ago |
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 46818 by Campbell Barton 1 day and 6 hours ago |
code cleanup: - style - multi-line ifs move braces onto new lines. - iterators - convert some to macros, other split up and move brace. |
Revision 46816 by Campbell Barton 1 day and 7 hours ago |
use utf8 functions for new modifier names |
Revision 46815 by Gaia Clary 1 day and 8 hours ago |
Renamed the COLLADA Import/export labels to 'Collada (Default)' to make it better separatable from target specific exporters |
Revision 46809 by Thomas Dinges 1 day and 10 hours ago |
Sequencer UI: * Some consistency tweaks. |
Revision 46805 by Nicholas Bishop 1 day and 11 hours ago |
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 46804 by Bastien Montagne 1 day and 12 hours ago |
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 46803 by Andrew Hale 1 day and 13 hours ago |
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 46802 by Antony Riakiotakis 1 day and 14 hours ago |
Fix memory leak when trying to apply transformations to shared meshes |
Revision 46801 by Thomas Dinges May 20, 2012, 3:34 am (+0300) |
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 46800 by Nicholas Bishop May 20, 2012, 2:11 am (+0300) |
Fix sculpt layer brush, broken by texture changes in r46651. |
Revision 46799 by Dan Eicher May 20, 2012, 12:22 am (+0300) |
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 46798 by Bastien Montagne May 19, 2012, 11:16 pm (+0300) |
Fix [#31535] Radian Unit System Button Ignored for Face Angles display. Also avoid multiplying each vertex three times with obmat... |


Trunk Commits