Blender Git Commits

Blender Git "master" branch commits.

Page: 763 / 5574

May 20, 2020, 16:43 (GMT)
Refactor: Move hair foreach_id to new IDTypeInfo structure.
May 20, 2020, 16:43 (GMT)
Cleanup: Keep common IDTypeInfo code separated from ID type specific API.

Also remove useless IDTypeInfo callbacks.
May 20, 2020, 16:43 (GMT)
Refactor: Move grease pencil foreach_id to new IDTypeInfo structure.
May 20, 2020, 16:00 (GMT)
Fix T76916: Cycles missing deform motion blur for shape key + subdiv modifier
May 20, 2020, 15:48 (GMT)
Fix T76909 GPencil: Layers with mask(s) invisible when using "in front"

The gpSceneDepthTexture is using a dummy 1px texture which was generating
wrong values for uvs when sampling gpMaskTexture.

Use the max size of both since any of the 2 can use dummy texture.
May 20, 2020, 15:48 (GMT)
UI: Fix Wideline AA for timeline
Revision 796412d by Julian Eisel
May 20, 2020, 15:10 (GMT)
UI: Allow registering File Browser as child of other child windows

E.g. when opening the File Browser from the Preferences window, it would
be the child of the main window the Preferences belong to. Now it can be
a child of the Preferences window itself.
The File Browser always stays on top of its parent window. Which avoids
some issues with OS window management, see T76418 and T72693.
Also removes a now unnecessary workaround to move the child window back
to the front after closing the file browser (opening the file browser
would move the main window and the file browser to the front).

Fixes T76418, T72693.
May 20, 2020, 14:55 (GMT)
Fix T75197: Eevee does not render instanced smoke

This check was introduced in rBc8005703f298, but does not
seem necessary anymore.

Reviewers: fclem, sebbas, brecht

Differential Revision: https://developer.blender.org/D7799
May 20, 2020, 14:53 (GMT)
Cycles: Fix rendering instanced smoke domain.

The problem was that Cycles would store a pointer to an object in
`DEGObjectIterData->templ_dupli_object`. This pointer was then accessed
when the iterator was already freed.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D7797
May 20, 2020, 14:52 (GMT)
Fix T73979: Wrong location of fluid mesh when domain origin is not in center

Reviewers: sebbas

Differential Revision: https://developer.blender.org/D7802
May 20, 2020, 14:52 (GMT)
Merge branch 'blender-v2.83-release'
May 20, 2020, 14:37 (GMT)
Fluid: Fix for non-moving liquid particles

Issue was introduced in 7bb3d9787ead with new Mantaflow files from 61280e5af3da.
May 20, 2020, 13:47 (GMT)
BLI: Fix VectorSet copy constructor

Thanks to Howard for pointing that out.
May 20, 2020, 13:31 (GMT)
Merge branch 'blender-v2.83-release'
May 20, 2020, 13:31 (GMT)
Fix T70948: Library Override: Parenting library override objects does not save offset from parent.

Parent inverse matrix needs to be overridable as well...
May 20, 2020, 13:17 (GMT)
Merge branch 'blender-v2.83-release'
May 20, 2020, 13:05 (GMT)
Fix T75457: Toggle brushes using same hotkey twice is broken

Caused by rB47da01a4db1d.

Above commit did not change the toolname it was setting when the brush
was actually toggled.

Maniphest Tasks: T75457

Differential Revision: https://developer.blender.org/D7792
May 20, 2020, 12:16 (GMT)
Merge branch 'blender-v2.83-release'
May 20, 2020, 12:16 (GMT)
Merge branch 'blender-v2.83-release'
May 20, 2020, 12:07 (GMT)
Fix T76794: Number button cursor overrides eyedropper cursor

Pressing 'E' over a number button to pick a distance was keeping
left-right arrows instead of using the eye-dropper cursor.

Workaround this by clearing the active button before setting the cursor.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021