Blender Git Commits

Blender Git "master" branch commits.

Page: 1080 / 5574

August 21, 2019, 00:56 (GMT)
Fix T68911: "illegal recursive expansion of macro id"

I imagined that could be a problem for some drivers.
I should have avoided.
August 20, 2019, 22:35 (GMT)
Fix conflict with "Edge Center" snap mode

`SCE_SNAP_MODE_GRID` is used for both nodes and objects.
I don't think it's worth versioning in this case.
August 20, 2019, 22:18 (GMT)
Transform: New Snap Option: Edge Perpendicular

Part of T66420

Option for snapping to the nearest point of a reference coordinate.
The patch also adds Edge Center and Perpendicular snaps to the ruler.

{F7675906}

Reviewers: campbellbarton, brecht

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D5543
August 20, 2019, 21:59 (GMT)
Fix T68869: outliner missing subversion bump

The recent commit of synced selection added an active color theme to
the outliner, and synced selection enabled by default. The subversion
bump was missed.
August 20, 2019, 21:23 (GMT)
Cleanup: remove redundant operator data in keymap
August 20, 2019, 21:13 (GMT)
Keymap: Shift-Ctrl-Click didn't allow toggle selection

D5518 by @jenkm
August 20, 2019, 18:26 (GMT)
GPencil: Hide self_overlap parameter for Texture strokes

This property is not supported in this mode and must be removed from UI.
August 20, 2019, 18:07 (GMT)
Editor Transform: New Snap Option Middle

Part of T66420

Reviewers: campbellbarton, brecht

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D5532
August 20, 2019, 16:19 (GMT)
Fix use of uninitialized variable in Cycles math node
August 20, 2019, 16:11 (GMT)
Fix T68877: GPencil - Missing remove unused slots in menu

The operator was missing in the menu for grease pencil materials.
August 20, 2019, 15:48 (GMT)
Liboverride: Add more missing ID RNA pointers as overridable.
August 20, 2019, 15:48 (GMT)
Fix T68789: Do not use new python format strings thingy in UI code.

This is 100% incompatible with translation...
Revision be002bb by Omar Emara
August 20, 2019, 15:21 (GMT)
Cycles Tests: Fix Math tests when use_clamp is true.

The clamp option is implemented using graph expansion, where a Clamp node
named "clamp" is added and connected to the output. So the final result
is actually from the node "clamp".

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5540
August 20, 2019, 14:47 (GMT)
Cleanup: remove undefined function
August 20, 2019, 14:36 (GMT)
Select Engine: Move some private members out of select context
August 20, 2019, 14:36 (GMT)
Cleanup: Move select_engine function to corresponding header
August 20, 2019, 13:44 (GMT)
UI: add URL presets

This adds a url-preset operator to simplify opening re-usable links.

- Standard websites have their own tool-tip.
- De-duplicate logic to get URL's that include version information.
- Reporting bugs no longer needs to have all information
included in the URL.

D5498 by @luisbg with edits.
August 20, 2019, 13:42 (GMT)
Cleanup: comparison warning
Revision 8bee9af by YimingWu
August 20, 2019, 13:09 (GMT)
BLI: double version of some math functions.
August 20, 2019, 12:47 (GMT)
Fix release notes showing twice in the splash-screen
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021