August 25, 2020, 08:37 (GMT) |
Merge branch 'master' into greasepencil-object |
August 25, 2020, 08:36 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
August 25, 2020, 08:11 (GMT) |
Clamp uvs when not drawing repeat image |
August 25, 2020, 07:44 (GMT) |
Enabled framebuffer assert |
August 25, 2020, 07:32 (GMT) |
Added comment to `do_populate_loop` |
August 25, 2020, 07:26 (GMT) |
Renamed `image_gpu_texture_update` to `image_gpu_texture_get` |
August 25, 2020, 07:18 (GMT) |
Use madd instructions |
August 25, 2020, 07:18 (GMT) |
Merge branch 'master' into uvimage-editor-drawing |
August 25, 2020, 06:18 (GMT) |
Enabled workaround to solve threading issues in draw manager This workaround addresses T79533 and T79038 for Blender 2.90. The solution isn't clear and needs more research and work. In order to continue with blender 2.90 release it was proposed to add this work around. It has been tested with the test files provided in the reports. Reviewed By: Dalai Felinto, Cl�ment Foucault Differential Revision: https://developer.blender.org/D8695 |
August 25, 2020, 05:10 (GMT) |
Cleanup: use doxy sections |
August 25, 2020, 04:32 (GMT) |
Fix T80077: Objects disappear when joining with a zero scaled axis Use invert_m4_m4_safe_ortho when joining objects so zero scaled axis doesn't cause all points to be scaled to zero. Instead geometry is left un-scaled on degenerate axes. Report a warning in this case since users may want to adjust the active objects scale. |
August 25, 2020, 02:57 (GMT) |
BLI_math_matrix: add invert_m4_m4_safe_ortho (m3 version too) Unlike invert_m4_m4_safe, this calculates zeroed axes. Useful when we need to use the inverse of an objects matrix, keeping the valid axis, only filling in the zeroed ones. |
August 25, 2020, 01:08 (GMT) |
fixed ctrl-z bug |
August 25, 2020, 01:01 (GMT) |
Some (partial dummy) additions to the Asset Browser UI * Add search button * Add filter and display options popups from the File Browser. These might have to be tweaked for the Asset Browser, but adding the buttons as a first step to fill the space. * Add properties sidebar toggle button (gear icon, like in the File Browser) * Add dummy repository selector * Use placeholder icon for Asset Browser editor |
August 25, 2020, 00:32 (GMT) |
Add list of asset categories to the left sidebar The categories are the same you can find in the File Browser filter popup: Scenes, animations, object & collections, geometry, shading, images & sounds, environments and miscellaneous. And again, all of this is more of a prototype, things will change a lot still. |
August 24, 2020, 23:15 (GMT) |
By default, show object assets in $HOME/assets.blend Obviously using this fixed path is a temporary hack. Right now goal is really just to get quick visual results to test and evaluate. |
August 24, 2020, 22:51 (GMT) |
no self collision if obstacle collision |
August 24, 2020, 21:28 (GMT) |
Sculpt: Cloth Snake Hook Brush This implements Snake Hook as a deform type for the cloth brush. This brush changes the strength of the deformation constraints per brush step to avoid affecting the results of the simulation as much as possible. It allows to grab the cloth without producing any artifacts in the surface and create more natural looking folds than any of the other deformation modes. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8621 |
August 24, 2020, 21:09 (GMT) |
Fix T80008: Smooth brush not deforming mesh boundaries correctly In 2.83 and previous versions there was a bug that was causing boundary vertices to be detected incorrectly that was preventing the smooth brush to work on boundaries if there was a pole on them. In 2.90 the boundary vertex detection was fixed, but it was still using a simplified version of the algorithm without any boundary smoothing. This patch implements a similar smoothing algorithm to what I think it was the intention of 2.83 and previous versions, but working correctly. Reviewed By: sergey Maniphest Tasks: T80008 Differential Revision: https://developer.blender.org/D8680 |
August 24, 2020, 20:16 (GMT) |
Cleanup: Rename SpaceFile.mode to SpaceFile.browse_mode This differentiates between regular file browsing and asset browsing. |
|
|
|


Master Commits
MiikaHweb | 2003-2021