Blender Git Commit Log

All Blender Git commits.

Page: 1700 / 8462

April 19, 2020, 19:15 (GMT)
Fluid: Fix for inconsistent behavior with flow and effector objects

Fixes issue with flow and effector objects which were not being used after resuming a bake job.
This issue has been reported in T75729 and T75758.
April 19, 2020, 19:15 (GMT)
Fluid: Added missing outflow object type to enable / disable flow flag

There is no reason to not include outflow objects here too.
April 19, 2020, 19:07 (GMT)
Merge branch 'blender-v2.83-release'
April 19, 2020, 19:07 (GMT)
Fix T75902 Workbench: render crash
April 19, 2020, 17:44 (GMT)
Implement expansion saving, drag drop for constraints

The move constraint to index operator still needs a proper poll function.
April 19, 2020, 17:06 (GMT)
Fix T75878: Modifiers disappearing from UI

Typo in 4f9a56cbc4e8.
April 19, 2020, 17:05 (GMT)
Fix T74809: Use after free when merging specific areas

Was incorrectly triggering animation for panels which would be free'd
before the animation ended.
April 19, 2020, 15:30 (GMT)
Merge branch 'master' into greasepencil-object
April 19, 2020, 15:29 (GMT)
Cleanup: Remove extra line
April 19, 2020, 15:29 (GMT)
GPencil: Add Texture modifier

This patch aims to add a new modifier for grease pencil objects that gives more control over the strokes texture UVs.

There are 3 modes.
1 Control the stroke texture UVs alone
2 Control the fill texture UVs alone
3 Control both the fill and stroke texture UVs

For the stroke texture UVs there are 2 options for fitting the texture to the stroke.
1 The texture uvs are kept a consistent length how it currently is set by default.
2 The uvs are normalized to fit the length of the stroke regardless of how long or short it gets allowing the texture to fit the length of the stroke.

There are then 2 controls to scale up and down the uvs and an offset value that allows moving the texture along the stroke.

For the fill texture UVs it includes all of the transformational controls. Location offset, scale, and rotation.

Reviewed By: antoniov, mendio

Differential Revision: https://developer.blender.org/D7439
April 19, 2020, 13:03 (GMT)
Fix T75878: Modifiers disappearing from UI

Typo in 4f9a56cbc4e8.
April 19, 2020, 12:36 (GMT)
Fix T74809: Use after free when merging specific areas

Was incorrectly triggering animation for panels which would be free'd
before the animation ended.
April 19, 2020, 05:45 (GMT)
Rework UI layouts for Transform Constraints

Update layouts to 2.8 style, which is generally a huge improvement
for legibility and consistency. Doesn't touch decorators, there are still
issues there.

Also deduplicate some code by using a class for all parent
constraint panel and all constraint subpanels.
April 19, 2020, 05:41 (GMT)
Cleanup: Fix mispelled "constraints"
April 19, 2020, 05:41 (GMT)
Add list subpanel to UI
April 18, 2020, 20:12 (GMT)
Merge branch 'modifier-panels-ui' of git.blender.org:blender into modifier-panels-ui
April 18, 2020, 20:11 (GMT)
Initial implementation of constraint panels

The layouts are still defined in python, but they are each in a separate
panel. They are named and searched for with the constraint type info
struct names.

This commit does not change the layout for any of the constraints.
April 18, 2020, 20:01 (GMT)
Add list panel index to RNA

Needed to support creating list panel layouts in python.

Also check for unimplemented list panel functions before calling.
April 18, 2020, 17:25 (GMT)
UI: Rename Cast Type to Shape

Clearer naming
April 18, 2020, 16:48 (GMT)
Merge branch 'blender-v2.83-release'
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021