Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2234 / 5574

January 2, 2017, 05:33 (GMT)
API: Fix rst syntax
January 2, 2017, 05:24 (GMT)
API: Fix redirect in bgl page
January 2, 2017, 04:54 (GMT)
API: Update to modern sphinx syntax
January 2, 2017, 02:56 (GMT)
Cleanup: redundant assignment in rect resize
January 2, 2017, 00:53 (GMT)
API: Fix double slashes in URLs
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.
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... :/
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.
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
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.
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.
December 29, 2016, 09:34 (GMT)
Freestyle: fix typo in console message.

Patch D2270 by Anthony Edlin (@krash), thanks.
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
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.
December 28, 2016, 14:07 (GMT)
UI: Make icon-only buttons for enum items with empty label.

Patch D2420 by @raa, thanks.
December 28, 2016, 13:37 (GMT)
Various UI message and API doc tweaks and fixes.

Mostly from patch D2256 by Aaron Carlisle (@Blendify), thanks!
December 28, 2016, 13:25 (GMT)
Update manual links in 'add object' py template.

Patch D2328 by @blendify, thanks.
December 28, 2016, 13:17 (GMT)
Minor UI message fix.

Based on D2436 by @blendify, thanks.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021