Blender Git Commit Log

All Blender Git commits.

Page: 2643 / 8462

March 13, 2019, 16:42 (GMT)
GPencil: Cleanup code
March 13, 2019, 16:34 (GMT)
Brush Cursor: show minimal mouse cursor by default

The brush cursor is disabled when manipulating the viewport, so you
would not have any mouse feedback if the mouse cursor is completely
disabled. This also displays the cursor position without relying on
internal brush updates when the stroke is active.
March 13, 2019, 16:26 (GMT)
View Navigation: 2D viewport panning

This option helps to keep the working area under control when working
with brushes, especially if this feature is used with rotate around
selection enabled. Now, panning speed does not depend on zoom level and
it behaves more similarly to a 2D environment.

The option certainly needs a better name and description, and it could
be a good idea to hide and disable it if rotate around selection is
disabled.

Mode info: D3931
March 13, 2019, 16:26 (GMT)
Fix T62521: Fake dependency cycle with spline IK

The core was hooking up relation to a wrong operation, in an
attempt to cause proper full update of the pose (since there
is no intermediate state stored anywhere). This is now done
as a part of flush_handle_component_node(), so can properly
route more granular relation.

This fixes the crash which was caused by an access of partially
evaluated data by solving the fake cycle. However, if there
is a real cycle involved the code will still not survive, but
this is more generic issue (which also includes modifiers
for meshes and curves).

Reviewers: brecht

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D4509
March 13, 2019, 16:13 (GMT)
T62446: Mouse cursor disappears on Grease Pencil stroke

Before the cursor was only visible after the cursor moves over side areas, but not in viewport area.

Now, as soon the drawing is completed, the cursor is reset in order to get again the icon in the viewport.
March 13, 2019, 15:58 (GMT)
UI: New option to display factors as percentages

The option can be changed in the Preferences
in `Interface -> Editors -> Factor Display Type`.

Reviewers: campbellbarton, brecht, billreynish

Differential Revision: https://developer.blender.org/D4462
March 13, 2019, 15:36 (GMT)
GPencil: More test for textured strokes

Now the texture is inverted in alternate segments.
March 13, 2019, 15:32 (GMT)
Add defaults and versioning to normal radius

Patch by @jmztn
March 13, 2019, 15:31 (GMT)
grr formatting typo
March 13, 2019, 15:28 (GMT)
update links to FM hosting pages
March 13, 2019, 15:26 (GMT)
Fix T58668: Misaligned text when editing multiple values

Reviewers: brecht

Differential Revision: https://developer.blender.org/D4503
March 13, 2019, 15:21 (GMT)
actually run the inferencer on a node tree
March 13, 2019, 15:18 (GMT)
New sculpt brush cursor with normal radius

From D3594
March 13, 2019, 15:06 (GMT)
Fix T59448: Eevee broken Area Light shadows for square and rectange shape
March 13, 2019, 14:51 (GMT)
Fix T58721: Keyframing one transform option reset other transforms

Use dedicated flag to tag animation just for copy-on-write synchronization,
which makes it so copies of the original data blocks gets in sync with the
original ID. This will not flush the animation update to all objects which
depend on that animation.

If such flush is required, use ID_RECALC_ANIMATION.

Reviewers: brecht

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D4508
Revision bc5b0f7 by Alex Strand / Brecht Van Lommel (master)
March 13, 2019, 14:24 (GMT)
Curves: change default fill mode to full, increase bevel resolution.

Ref D4438.
March 13, 2019, 14:16 (GMT)
Fix T60185: Crash on adding Inverse Kinematics

When having loops in a kinematic chain and also a IK constrain,
the solve_cycle function removes graph relations necessary to ensure
the cleanup operation was running at the very end.

Due to his Blender was crashing when some operations (the bone
constraints) accessed a pointer that was already freed.

Solved by adding more relations between crucial nodes.
Revision eb15809 by Adrian Newton / Brecht Van Lommel (master)
March 13, 2019, 13:47 (GMT)
UI: put Armature constraint in alphabetical order in the menu.

Differential Revision: https://developer.blender.org/D4492
March 13, 2019, 13:42 (GMT)
Merge branch 'master' of git.blender.org:blender into openimagedenoise
March 13, 2019, 13:08 (GMT)
Merge branch 'master' of git.blender.org:blender into cycles_texture_cache
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021