Revision 4d61301 by Bastien Montagne May 20, 2020, 16:43 (GMT) |
Refactor: Move hair foreach_id to new IDTypeInfo structure. |
Revision e2d9618 by Bastien Montagne May 20, 2020, 16:43 (GMT) |
Cleanup: Keep common IDTypeInfo code separated from ID type specific API. Also remove useless IDTypeInfo callbacks. |
Revision 140935e by Bastien Montagne May 20, 2020, 16:43 (GMT) |
Refactor: Move grease pencil foreach_id to new IDTypeInfo structure. |
Revision e4e31e4 by Brecht Van Lommel May 20, 2020, 16:00 (GMT) |
Fix T76916: Cycles missing deform motion blur for shape key + subdiv modifier |
Revision 93b5682 by Clément Foucault 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. |
Revision e15ffc0 by Clément Foucault 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. |
Revision 8fe448b by Jacques Lucke 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 |
Revision ccf43fe by Jacques Lucke 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 |
Revision b441019 by Jacques Lucke 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 |
Revision aa0e98d by Sebastián Barschkis May 20, 2020, 14:52 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision c1545c9 by Sebastián Barschkis May 20, 2020, 14:37 (GMT) |
Fluid: Fix for non-moving liquid particles Issue was introduced in 7bb3d9787ead with new Mantaflow files from 61280e5af3da. |
Revision 717577d by Jacques Lucke May 20, 2020, 13:47 (GMT) |
BLI: Fix VectorSet copy constructor Thanks to Howard for pointing that out. |
Revision e1050fb by Bastien Montagne May 20, 2020, 13:31 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 9897ef6 by Bastien Montagne 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... |
Revision 22c3021 by Philipp Oeser May 20, 2020, 13:17 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision d33c27d by Philipp Oeser 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 |
Revision 3a5a158 by Campbell Barton May 20, 2020, 12:16 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 707a4c3 by Campbell Barton May 20, 2020, 12:16 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision eb57377 by Campbell Barton 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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021