Revision 496f6ad by Howard Trickey January 6, 2019, 23:12 (GMT) |
Better bevel normal hardening when some faces were smooth. Harden normals causes normal splitting, which will not give the appearance expected due to autosmooth unless some edges are sharpened, so this change fixes that. Also bevel tool will turn on autosmooth if not already on if hardening normals. |
Revision b4a77a3 by Campbell Barton January 6, 2019, 22:15 (GMT) |
Cleanup: add trailing commas to structs |
Revision d5c24f2 by Campbell Barton January 6, 2019, 22:15 (GMT) |
Correct error in recent button type check |
January 6, 2019, 20:53 (GMT) |
UI: Use grid-flow layout throughout Preferences Makes the entire Preferences UI nicely width responsive. Also, move use_tabs_as_spaces option back to file path options, it was too lonely in its own panel ;) |
Revision 2edd32c by Bastien Montagne January 6, 2019, 17:21 (GMT) |
Fix typo. |
Revision e7d8b94 by Antonio Vazquez January 6, 2019, 16:22 (GMT) |
GP: Fix missing initialization converting 2.7 files |
Revision eb55990 by Brecht Van Lommel January 6, 2019, 14:24 (GMT) |
Fix T60213: crash loading .blend file with material override. |
Revision 53d6f40 by Brecht Van Lommel January 6, 2019, 14:24 (GMT) |
UI: tweaks to user preferences layout. * Expand more sub-panels by default. * Move release confirms and numeric input settings to Input. * Move 3D cursor settings to Editing. * Move region overlap to Interface. |
Revision e305560 by Campbell Barton January 6, 2019, 13:34 (GMT) |
Cleanup: add trailing commas to structs Needed for clang formatting to workaround bug/limit, see: T53211 |
Revision f10a88a by Bastien Montagne January 6, 2019, 12:11 (GMT) |
object.dimensions: add warning about multiple consecutive assignments. Since this is API-only prop now, it's worth warning about that limitation. Follow-up to comments in rB9c928bb93e04. |
Revision 6c77626 by Sergey Sharybin January 6, 2019, 10:51 (GMT) |
Fix T60187: Latest couple of builds fail to run, need libGLX.so.0 |
Revision 937a7e8 by Campbell Barton January 6, 2019, 09:41 (GMT) |
UI: tweak preferences - Move author to save&load (was incorrectly under text editor). - Rename Memory -> Memory/Limits (some of the settings aren't obviously todo with memory). |
Revision a153f76 by Campbell Barton January 6, 2019, 09:27 (GMT) |
Cleanup: style, line length |
Revision 4b7596e by Gaia Clary January 5, 2019, 20:52 (GMT) |
fix T59743: Collada exporter: Add option for exporting flat curves The Collada exporter suppresses the export of flat animation curves to optimize the animation (in fact to make the exported file smaller). But sometimes it is important to also have the flat curves exported because they may be needed to define an initial transformation to a fixed location - like translating the weapon from the ground floor to the back of the model in the report. I added a new option "all keyed curves" which is disabled by default but when enabled it also exports flat curves. feedback is very welcome |
Revision e8d4304 by Julian Eisel January 5, 2019, 18:53 (GMT) |
Correct version patching of Preferences theme In a77b63c56943eb, the Preferences navigation region background was made brighter. Recently stored userpref.blends (since b00963afc14978b, so beta release included) would still use the slightly darker background for the Preferences navigation region. Now the version patch added for a77b63c56943eb also sets the new color for those recent configs. |
Revision 674d364 by Gaia Clary January 5, 2019, 17:08 (GMT) |
fix T60092 collada exporter: exporting a rig with one single bone fails The problem was that removing entries from a vetor while iterating the vector was implemented badly. This caused the failure when only one element was in vector. |
Revision 9c928bb by Bastien Montagne January 5, 2019, 15:33 (GMT) |
Fix T60183: Images as Planes (addon) Attribute Error. Partially revert rB1b8c3774a86ebc04fceb9cd, there is no good reason to make object.dimensions read-only, it works perfectly well from python API! Only breaking case was that weird multi-editing UI feature, due to how it sets things. But RNA setter itself works fine, and it's a handy shortcut/helper for scripts. Also when breaking API, it is good practivce to at least check official add-ons... |
Revision 1461d01 by Campbell Barton January 5, 2019, 10:32 (GMT) |
Theme: update |
Revision 9573668 by Campbell Barton January 5, 2019, 09:09 (GMT) |
UI: length now scales proportionally w/ multi-but Use for object dimensions. |
Revision 16f49f8 by Campbell Barton January 5, 2019, 08:56 (GMT) |
Cleanup: 3d view panel median value storage |
|
|
|


Master Commits
MiikaHweb | 2003-2021