Blender Git Commits

Blender Git "master" branch commits.

Page: 3050 / 5574

October 16, 2013, 22:07 (GMT)
correct BM_edge_face_pair() being called inside BLI_assert() - this needed to run every time.
also other minor changes.
October 16, 2013, 17:58 (GMT)
Triangulate modifier - beauty option is back

Patch reviewed and with collaborations from Campbell Barton
October 16, 2013, 17:54 (GMT)
BGE: Fix to allow render options such display framerate and profile to work
when launching the Blenderplayer from Blender.

This bug was reported and fixed by SolarLune.
October 16, 2013, 17:48 (GMT)
Project Pampa request: copy-paste for curve mapping widgets

Use C-c for copy, C-v for paste over the widget.
Revision 78efff5 by Lukas Toenne
October 16, 2013, 07:55 (GMT)
Fix #37084, Backdrop not invalidating inside node groups.
Extended the is_active_group flag such that both the current edittree as well as the base node tree in Scene do a viewer node update.
October 16, 2013, 05:29 (GMT)
add IDP_FreeFromGroup(), replaces IDP_RemFromGroup(), IDP_FreeProperty(), MEM_freeN().
October 16, 2013, 05:24 (GMT)
fix [#37100] Segfault when I rotate an edge
October 16, 2013, 04:08 (GMT)
style cleanup
October 16, 2013, 03:24 (GMT)
beautify: passing edge/face flags as arguments
no functional change, just preparing the ground for the beautify in
triangulate modifier changes.
October 16, 2013, 03:24 (GMT)
split operators/bmo_beautify.c into tools/bmesh_beautify.c

This is a proper design if we want to use the beautify routine elsewhere
(e.g., in the triangulate modifier)
October 16, 2013, 03:21 (GMT)
fix [#37013] Mesh > bisect can't fill the cut if it lines up with two or more adjacent vertices
October 16, 2013, 01:49 (GMT)
Fix part of #37087, brush curve becomes inverted when using the reset
curve button.

From the bug report it also seems that positive slope curve presets are
not always reset correctly. However I haven't seen any place where
positive slope curve presets are used. This will fix the initial brush
problem, however it might be good to investigate further if curve
presets are to be used elsewhere. It looks like the issue is related to
bezier curve calculation.
October 15, 2013, 20:15 (GMT)
edits to r60777 - move ED_object_hook_reset_do into BKE object (if RNA needs to call ED_* functions its a hint they might be better in BKE).
October 15, 2013, 18:30 (GMT)
add 'Extrude Region, Vertex Normal' to the extrude menu, equivalent of 'Extrude, Escape, Alt+S'
October 15, 2013, 17:19 (GMT)
Fix stubs for player
October 15, 2013, 17:11 (GMT)
Fix #37090: Blender crashes on "Make single user" option

issue was caused by id->mewid pointing to an invalid memory
after file load.

The rule here: all the tools need to reset it to NULL (or
other value they need) in the beginning.

Currently some tools are doing newid clear in the beginning
and some does it in the end. We need to clean it up so clear
only happens in the beginning.

But ideal we need some kind NewIDContext to make duplication
safe for threading.
October 15, 2013, 15:56 (GMT)
3D view: textured draw mode now has a Shadeless option in the Shading panel,
to draw textures without shading. For Cycles this was not possible yet, and
for Blender Internal you had to move away all lights which was also not ideal.

(Caminandes feature request)
October 15, 2013, 15:34 (GMT)
renaming "Beautify Fill" to "Beautify Faces"

changing the ot->name only, not the ot->idname
(to avoid breaking scripts)

The tool requires the selection to be fill previously,
the original name was confusing if we consider we have
"Fill" with the "Beauty" option.

Discussed with Bastien Montagne and Brecht van Lommel.
October 15, 2013, 15:21 (GMT)
Code cleanup: move function prototype to header file
October 15, 2013, 15:21 (GMT)
Get rid of Allow Fallback option

It was rather confusing from the user usage point
of view and didn't get so much improvement after
new bundle adjuster was added.

In the future we might want to switch resection
to PPnP algorithm, which could also might be a
nice alternative to fallback option.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021