Blender Git Commits

Blender Git "master" branch commits.

Page: 929 / 5574

January 28, 2020, 22:03 (GMT)
Fix T73433: Transform options (Affect Only) tooltips are confusing

Change these to be more descriptive and understandable.
Revision 7b5f09c by Julian Eisel
January 28, 2020, 17:47 (GMT)
Fix memory leak of NLA child panel-types

Panel types always need to be registered in the region-panel-types list,
or they won't get free'd.
January 28, 2020, 17:39 (GMT)
Merge branch 'blender-v2.82-release'
January 28, 2020, 17:34 (GMT)
UI: Edit Menu - Undo History List and Operator Polling

Enable and Disable Edit Menu items based on whether those actions are currently applicable.

https://developer.blender.org/D4846

Reviewed by Brecht Van Lommel
January 28, 2020, 17:28 (GMT)
Fix T62730 Overlay: Selected edit hair points highlight is incorrect

This was due to the fact the drawing code was expecting the editpoints
to be equaly spaced. Reuse the code in particle.c to output the select
mask in red color channel of the particle (which is unused in new code).
January 28, 2020, 17:25 (GMT)
Cleanup: fix compiler warnings related to deprecated members

For Freestyle, it helps to move the struct copy from C++ to C, where the
compiler knows that copying deprecated members is ok.
January 28, 2020, 17:24 (GMT)
Merge remote-tracking branch 'origin/blender-v2.82-release'
January 28, 2020, 17:10 (GMT)
UI: Windows Platform File Browser System List

Showing Windows special folder locations with icons in File Browser System list.

https://developer.blender.org/D6405

Reviewed by Brecht Van Lommel
January 28, 2020, 16:58 (GMT)
Alembic depsgraph: explicitly add ANIMATION -> CACHE dependency

This dependency was removed in fd0bc7e002ced8ffd85e9aa3edcae173dbd13392,
as there already were dependencies ANIMATION -> PARAMETERS and
PARAMETERS -> CACHE, making ANIMATION -> CACHE unnecessary.

Upon subsequent inspection, the ANIMATION -> PARAMETERS dependency was
there due to the fallback behaviour in
`RNANodeQuery::construct_node_identifier()`. Now this is no longer
relied upon, and the required relation is made explicit again.
January 28, 2020, 16:48 (GMT)
Fix T72143: editing image frame start/offset does not update in Eevee
Revision a5790b2 by Julian Eisel
January 28, 2020, 16:02 (GMT)
Fix T63999: Filepath property won't open filebrowser from a popover

To issues caused this:
* The code to launch the filebrowser from a button didn't respect popup
menus stored in context
* There was actually no popup menu region stored in context for this
case. Doing so *may* introduce other issues, but the way I did things
already fixes all issues I've found.
January 28, 2020, 15:39 (GMT)
Fix T72593 Blender crashes when modifier change the material count

Instead of changing the modifiers behavior, we make sure to always use
the data->totcol instead of the ob->totcol. Also we centralize getting
this number to avoid future issues.

Fix T72593 Blender crashes when separating mesh
Fix T72017 Crash on set visibility change
January 28, 2020, 15:34 (GMT)
Merge remote-tracking branch 'origin/blender-v2.82-release'
January 28, 2020, 15:28 (GMT)
Fix T72660: Alembic caches are not properly updated by drivers

Drivers were not considered when building the dependency graph for
`CacheFile` datablocks.
January 28, 2020, 15:17 (GMT)
Cleanup: reformatted after NULL -> nullptr in depsgraph C++ code

No functional changes.
January 28, 2020, 15:10 (GMT)
Merge branch 'blender-v2.82-release'
January 28, 2020, 15:09 (GMT)
Partially fix & comment about bad handling of `wrong_id` in `read_libblock()`.

Not fully fixing it for now since I do not see an easy way to remove freed
pointer from libmap, and it does not seem to be an actual, practical
issue currently, but eeek...
January 28, 2020, 14:54 (GMT)
Fix T67006: Crash RenderEngine with preview

In a minimal render engine blender crashes as it cannot create a preview
of the material yet. This patch adds a failsafe test for this specific
scenario.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D6633
January 28, 2020, 14:54 (GMT)
Fix T54422 FluidSim: ColorRamp set position does not update the viewport

This was a missing notification because of wrong type. Also remove
the id tag as the changes are still picked up by workbench and does not
affect geometry or the particle system directly.
January 28, 2020, 14:52 (GMT)
Disable some longer running tests from previous commit.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021