Revision 234626f by Campbell Barton 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. |
Revision bd2d7be by Dalai Felinto October 16, 2013, 17:58 (GMT) |
Triangulate modifier - beauty option is back Patch reviewed and with collaborations from Campbell Barton |
Revision 1ce5978 by Mitchell Stokes 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. |
Revision af6636b by Sergey Sharybin 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. |
Revision 089d0ad by Campbell Barton October 16, 2013, 05:29 (GMT) |
add IDP_FreeFromGroup(), replaces IDP_RemFromGroup(), IDP_FreeProperty(), MEM_freeN(). |
Revision f12ac5b by Campbell Barton October 16, 2013, 05:24 (GMT) |
fix [#37100] Segfault when I rotate an edge |
Revision ecf2eee by Campbell Barton October 16, 2013, 04:08 (GMT) |
style cleanup |
Revision 859dfcc by Dalai Felinto 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. |
Revision fe93d4a by Dalai Felinto 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) |
Revision 1ae0de2 by Campbell Barton 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 |
Revision 4ae564b by Antonis Ryakiotakis 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. |
Revision e7f1e1a by Campbell Barton 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). |
Revision ac60214 by Campbell Barton October 15, 2013, 18:30 (GMT) |
add 'Extrude Region, Vertex Normal' to the extrude menu, equivalent of 'Extrude, Escape, Alt+S' |
Revision cd6477e by jens verwiebe October 15, 2013, 17:19 (GMT) |
Fix stubs for player |
Revision e99586f by Sergey Sharybin 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. |
Revision f7a3881 by Brecht Van Lommel 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) |
Revision 70efa7f by Dalai Felinto 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. |
Revision dc46feb by Sergey Sharybin October 15, 2013, 15:21 (GMT) |
Code cleanup: move function prototype to header file |
Revision eb69cb7 by Sergey Sharybin 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. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021