Blender Git Commits

Blender Git "master" branch commits.

Page: 1393 / 5574

December 23, 2018, 15:45 (GMT)
GP: Add Shift+F to define strength for primitives
December 23, 2018, 15:12 (GMT)
Fix T59783: Convert GP stroke to geometry menu disabled

The Convert operator works only in Object mode but it was defined in Edit menu.

Now the operator is defined in object menu and in specials menu.
December 23, 2018, 14:32 (GMT)
Fix missing update when deleting animation channels.
December 23, 2018, 14:32 (GMT)
Fix missing update when toggling NLA solo mode.
December 23, 2018, 12:28 (GMT)
BLI_math_rotation: properly name the quaternion power function.

"angular mult factor" is a completely unintelligible description
for a function that raises a unit quaternion to the scalar power.
December 23, 2018, 09:16 (GMT)
Fix T59782: Replace RMB by MMB in bottom help text
December 22, 2018, 14:10 (GMT)
Point locale sub-repo to blender2.7 branch.

Since we start translating for 2.8 very soon, better to archive 2.7x
translations in their own branch. ;)
December 22, 2018, 09:56 (GMT)
GP: Update Suzanne 2D object

Review of the "D Suzanne to reduce number of points and small changes in shapes and colors.

Designed by Matias Mendiola and Daniel M. Lara
December 22, 2018, 00:45 (GMT)
Fix T59505: Knife tool cut preview line becomes black

The root of the problem is that KnifeTool_OpData->colors was not init in
some cases. But the reason is unknown as it seems to be random and the
init function was always called.

So instead on init the color only once, we query the colors each time
we draw the knife points.
The overhead of this approach is negligeable.
December 22, 2018, 00:27 (GMT)
Fix T59644: FPS meter not showing in VSE

Issue caused probably by typo
December 21, 2018, 21:14 (GMT)
Cleanup: const cast
December 21, 2018, 20:10 (GMT)
Fix T59734: cyclic dependency with drivers on PoseBone.bbone_*.

Allow more flexible use of drivers on B-Bone properties by
connecting the dependencies to the actual operation node that
uses the values, instead of the whole component.
December 21, 2018, 20:06 (GMT)
Fix T58327: Quick Favorites "Remove from Favorites" missing for added
Modifiers

Since user menu entries from SPACE_BUTS/SPACE_TOPBAR are also shown in
other Editors (SPACE_VIEW3D), also allow these entries to be removed
from Quick Favorites from these Editors.
Match and deduplicate logic from screen_user_menu_draw() and
ui_popup_context_menu_for_button().

Reviewers: campbellbarton, brecht

Maniphest Tasks: T58327

Differential Revision: https://developer.blender.org/D4112
December 21, 2018, 18:56 (GMT)
Fix T59686: snap to adaptive grid occurs with a "delay"

In blender 2.8, when you zoom in, the adaptive subdivisions appear earlier than previous versions.
The grid still appears a little before the snap, but since it is very small I see no advantage in snap for this case.
December 21, 2018, 18:48 (GMT)
GP: Primitive: Changes from gp branch

F-key to change stroke brush size
Fix random bias for jitter
December 21, 2018, 17:54 (GMT)
Fix T59565: NaN/crash with zero radius tip of hair curves.
December 21, 2018, 16:23 (GMT)
Cleanup: fix more ATTR_FALLTHROUGH warnings.

Ref D3960.
December 21, 2018, 16:05 (GMT)
Merge branch 'blender2.7'
December 21, 2018, 16:02 (GMT)
Cleanup: fix ATTR_FALLTHROUGH warnings.

Ref D3960.
December 21, 2018, 15:55 (GMT)
Fix T59708: decimate modifier does not show face count before decimation.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021