Revision 13174df by Aaron Carlisle January 2, 2017, 05:33 (GMT) |
API: Fix rst syntax |
Revision 42e4b09 by Aaron Carlisle January 2, 2017, 05:24 (GMT) |
API: Fix redirect in bgl page |
Revision 143d937 by Aaron Carlisle January 2, 2017, 04:54 (GMT) |
API: Update to modern sphinx syntax |
Revision 32c65fa by Campbell Barton January 2, 2017, 02:56 (GMT) |
Cleanup: redundant assignment in rect resize |
Revision 911544c by Aaron Carlisle January 2, 2017, 00:53 (GMT) |
API: Fix double slashes in URLs |
Revision 7924c84 by Bastien Montagne January 1, 2017, 01:27 (GMT) |
Fix T50305: When adding new ID with same name as existing, Blender could generate invalid utf-8 ID name. `check_for_dupid()` would roughly truncate existing name, without doing any utf-8 validation. |
Revision adadfaa by Bastien Montagne January 1, 2017, 01:15 (GMT) |
Fix (unreported) fully broken 'sanitize utf-8' helper. That code was a joke, letting some invalid utf8 bytes pass, returning wrong offset for some invalid sequences, not to mention length and pointer easily going out of sync, NULL final byte being 'forgotten' by memcpy, etc. etc. The miracle here is that we could survive using this for so long! Probably because we do not use utf-8 sanitizing enough in Blender, actually... :/ |
Revision acbb84b by Bastien Montagne December 31, 2016, 15:10 (GMT) |
Add BLI_string_utf8 specific test. This test should ensure we correctly detect all invalid utf-8 sequences in a given string. DISCLAIMER: Do not run this with current code - you'll either laugh or cry, nearly *all* checks fail! Based on utf-8 decoder stress-test (https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt) by Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/> - 2015-08-28 - CC BY 4.0 |
Revision fb20cbe by Lukas Toenne December 30, 2016, 11:13 (GMT) |
Fix missing `particlemode` context mode, after recent particle-removal revert. This caused the particle mode tools panel to appear in object mode, where it misses some contextual data and spews python exceptions. |
Revision f874aee by Bastien Montagne December 29, 2016, 19:05 (GMT) |
Merge branch 'master' into blender2.8 Please **DO NOT** add changes from master when it's totally uneeded! Changes to BLI_ area most certainly shall *always* be done in master, there is absolutely no point in adding more diff between the two branches than needed, will only makes merging more cumbersome! Conflicts: CMakeLists.txt source/blender/blenlib/intern/math_vector_inline.c |
Revision bf7d7bc by Bastien Montagne December 29, 2016, 11:38 (GMT) |
Add new operator, ED_OT_undo_redo, to allow py tools to trigger that action. Patch D2430 by @raa, thanks. |
Revision 934b3f3 by Bastien Montagne December 29, 2016, 11:17 (GMT) |
Fix T50334: Also select indirectly imported objects when linking/appending. Since we create a base and instantiate them, they become directly linked, so makes sense to also select them if requested. |
Revision 7ba2356 by Bastien Montagne December 29, 2016, 09:34 (GMT) |
Revision 6bd245b by Aaron Carlisle December 29, 2016, 06:09 (GMT) |
Edits to user prefs NDOF UI Small changes: - Remove "NDOF" from each setting - Change tooltip for deadzone - Unrelated typo in cmake comment Reviewers: merwin, Severin Reviewed By: merwin, Severin Tags: #bf_blender, #user_interface Differential Revision: https://developer.blender.org/D2319 |
Revision 3d243eb by Howard Trickey December 28, 2016, 18:55 (GMT) |
Fix T49848: bevel of spiral gets bigger and bigger widths. This is the same issue as was fixed with T39486: the adjustment pass that tries to equalize different widths at either end of an edge sometimes causes the widths to get bigger and bigger. The previous fix was to let "clamp_overlap" do double duty as a way to limit this behavior. But clearly this is undiscoverable, as the current bug report shows. So I put in an "auto-limiting" mode that detects when adjustments are going crazy and then acts as if clamp_overlap were set. The reason we can't always act as if clamp_overlap is set is that certain models (e.g., Bent_test in regression tests) look bad if that is enabled. |
Revision 6ecab6d by Lukas Toenne December 28, 2016, 16:30 (GMT) |
Revert particle system and point cache removal in blender2.8 branch. This reverts commit 5aa19be91263a249ffae75573e3b32f24269d890 and b4a721af694817fa921b119df83d33ede7d7fed0. Due to postponement of particle system rewrite it was decided to put particle code back into the 2.8 branch for the time being. |
Revision 2412e67 by Bastien Montagne December 28, 2016, 14:07 (GMT) |
Revision a522469 by Bastien Montagne December 28, 2016, 13:37 (GMT) |
Various UI message and API doc tweaks and fixes. Mostly from patch D2256 by Aaron Carlisle (@Blendify), thanks! |
Revision 11ae06b by Bastien Montagne December 28, 2016, 13:25 (GMT) |
Revision 45d0231 by Bastien Montagne December 28, 2016, 13:17 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021