Blender Git Commits

Blender Git "master" branch commits.

Page: 1045 / 5574

September 17, 2019, 07:29 (GMT)
Tracking: Restore check for marker being disabled

A regression since refactor from yesterday which made it so path is displayed at
a frame where marker is disabled.
September 17, 2019, 07:18 (GMT)
Tracking: Use proper wrapper around line width and point size
September 16, 2019, 21:02 (GMT)
Fix T69931: Materials with keyframes duplicated by 'make single user' are linked.

Another sneaky bite from the infamous private ID data: While those
monsters are not in bmain, the actions used by their animdata are
regular cute little ID's, living with the herd in the safe and sound
Main DB...

So we have to be careful not to propagate the nasty black magic
required to handle the formers when we duplicate their animdata.

Saying it again: private ID datablocks should never have had their own
animdata & actions, this is endless issue also with RNA paths... And
makes copying of animation between materials and such needlessly
complicated.
September 16, 2019, 21:02 (GMT)
Cleanup/sanitize a bit Action copying within `BKE_animdata_copy()`.

Whole animdata copying code would need much more love, but we can as
well sanitize some pieces of it when we hit them, for now.
September 16, 2019, 20:36 (GMT)
Fix T69612: Two instances of Bridge Edge Loops entries in Edge Context Menu
September 16, 2019, 16:35 (GMT)
UI: Open file options region for more operations

Open the file options region for image saving, linking and appending.
Revision 8d6b0ed by Julian Eisel
September 16, 2019, 16:25 (GMT)
UI: Show in-/decrement buttons for exporters

As per Brecht's suggestion, use the check_existing property to control
visibility of the '+' and '-' icons. It is typically set for save
operations.

Adds another FileSelectParams flag (to avoid duplicated propertie
lookups) and removes the recently introduced
FileSelectParams.action_type again.

Fixes T69881.
September 16, 2019, 12:33 (GMT)
Fix part of T65397: accidentally assigning shortcuts gives errors

This is not a proper solution, that will come later, this avoids the main
problematic error for now.
September 16, 2019, 11:16 (GMT)
Fix eevee volumetrics distribution at 1.0

reported in T69662

Reviewers: fclem

Differential Revision: https://developer.blender.org/D5809
September 16, 2019, 10:54 (GMT)
Tracking: Refactor path drawing code

Split into set of smaller functions, making it easier to tweak behavior.

Should be no functional changes.
September 16, 2019, 10:54 (GMT)
Cleanup: Spelling in comment
Revision af9ca13 by Julian Eisel
September 16, 2019, 10:46 (GMT)
Fix T69755: 'Enter' over file name not working

Was breaking event handling at the wrong place.
September 16, 2019, 08:51 (GMT)
Cleanup: Use const variables

September 16, 2019, 08:40 (GMT)
GPencil: Enable subdiv for 2-point strokes.

It makes sense when adding points to a straight line, e.g. for creating thickness variation in later modifiers.
September 16, 2019, 08:03 (GMT)
Fix T64238: Scene Full Copy: Cameras bound to markers does not update.

That's exactly why we should get rid of all those 'custom cases'
remapping code, it's hard enough to keep a single place
(library_query.c) up to date and 100% valid, but having more areas doing
their own remapping is just impossible to maintain... Some day...
September 16, 2019, 06:42 (GMT)
Revert "PyAPI: expose OperatorType.modal_keymap"

This reverts commit b53ee963b16d817a6367bd7c73b866036868b2e2.

Full support for defining modal enums and access through events
is more involved, revert for now.
September 16, 2019, 06:17 (GMT)
Cleanup: use fixed indent in Python

Reduce right-shift.
September 16, 2019, 06:05 (GMT)
PyAPI: expose OperatorType.modal_keymap

Support assigning modal keymaps once the operator is registered.
September 16, 2019, 00:39 (GMT)
ImBuf Py API: add filepath access

D5804 by @cmbasnett with setter support added.
September 16, 2019, 00:31 (GMT)
ImBuf Py API: rename filename to filepath

Match RNA image naming.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021