Blender Git Commits

Blender Git commits from all branches.

Page: 829 / 2888

June 18, 2020, 07:26 (GMT)
Fix T76894: Disable clipping region selection in material/rendered mode

In this case the draw engine isn't responsible for the selection, but
the editor is.

Reviewed By: Cl�ment Foucault

Differential Revision: https://developer.blender.org/D7955
June 18, 2020, 07:25 (GMT)
Fix T72936: Incorrect gizmo orientation with inherit rotation disabled
June 18, 2020, 07:25 (GMT)
Fix menu operator/search clipping the last character

Noted in T77504
June 18, 2020, 07:10 (GMT)
Fix T77603: OSL parser fails when script ends with comment without newline

Reviewers: brecht

Differential Revision: https://developer.blender.org/D7958
June 18, 2020, 07:08 (GMT)
Fix crash running "Edit Voxel Size" operator outside of a main 3D View region

Accessed `RegionView3D` data from context, which of course would only be set if
actually executed from a main 3D View region.
June 18, 2020, 02:51 (GMT)
Add mesh to properties sync
June 18, 2020, 02:51 (GMT)
Disable camera and scene toggle
June 18, 2020, 02:38 (GMT)
Merge branch 'master' into soc-2020-outliner
June 17, 2020, 22:21 (GMT)
Properties sync for more types

This might be easier to add in a more generic way later
June 17, 2020, 21:43 (GMT)
GPencil: Selection and toggle selection of handles
June 17, 2020, 21:31 (GMT)
Property Search: Support aligned rows in search layout
June 17, 2020, 21:01 (GMT)
GPencil: Add point selection for curve handles
June 17, 2020, 21:01 (GMT)
GPencil: deselect all on curve edit mode exit

This is a temporary change. Selection syncing is planned for later
June 17, 2020, 20:59 (GMT)
GPencil: Add curve iteration macro
June 17, 2020, 20:55 (GMT)
GPencil: Add sync selection BKE for edit curves
June 17, 2020, 20:31 (GMT)
Property Search: Solve memory leak
June 17, 2020, 20:30 (GMT)
Don't swap tabs if properties editor is pinned
June 17, 2020, 19:46 (GMT)
Only switch tabs for visible properties editors

Instead of iterating over each Space in the area, only update the first
in the list which is the currently visible one. This prevents updating
the properties editor when it is not currently visible.
June 17, 2020, 18:50 (GMT)
Merge branch 'master' into property-search-ui
June 17, 2020, 17:15 (GMT)
Property Search: Expose layout flag to RNA, use for modifiers
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021