April 20, 2021, 08:21 (GMT) |
Moved edge pan functions into a public UI header. Edge panning operator customdata and supporting functions now in UI_view2d.h, so they could be used by operators in other editor libraries. |
April 20, 2021, 08:06 (GMT) |
Merge branch 'blender-v2.93-release' |
April 20, 2021, 07:56 (GMT) |
Fix T86809: Action Editor header not display the right action in certain scenarios If a new action is created (e.g. by inserting keyframes), the header was not garuanteed to display the right action. Notifiers were fine here, redraw took place, the editors action was just not set soon enough for the drawing. Now make sure this is set correctly by ensuring the animation context is right (same as the other editor regions do before drawing). Maniphest Tasks: T86809 Differential Revision: https://developer.blender.org/D10796 |
April 20, 2021, 07:30 (GMT) |
Geometry Nodes: support geometry nodes modifier on volume objects Differential Revision: https://developer.blender.org/D11011 |
April 20, 2021, 07:28 (GMT) |
Merge branch 'master' into temp-attribute-transfer-node |
April 20, 2021, 07:25 (GMT) |
Cleanup: clang tidy readability-inconsistent-declaration-parameter-name |
April 20, 2021, 06:31 (GMT) |
Merge branch 'master' into temp-explicit-colors |
April 20, 2021, 05:44 (GMT) |
Cleanup: uiBut.flag had an internal flag out of the documented range Increase range of internal flags & order UI_SEARCH_FILTER_NO_MATCH within this range, so public button flags aren't accidentally added that overlap with internal flags. |
April 20, 2021, 05:28 (GMT) |
Cleanup: remove redundant code/comments from BKE_mesh_nomain_to_mesh |
April 20, 2021, 05:21 (GMT) |
Merge branch 'blender-v2.93-release' |
April 20, 2021, 05:17 (GMT) |
Fix T87055: Crash applying modifier on mesh with multires data |
April 20, 2021, 02:29 (GMT) |
April 20, 2021, 02:07 (GMT) |
PyAPI: support Operator.poll functions 'disabled' hint Python scripts can now define the reason it's poll function fails using: `Operator.poll_message_set(message, ...)` This supports both regular text as well as delaying message creation using a callback which should be used in situations where constructing detailed messages is too much overhead for a poll function. Ref D11001 |
April 20, 2021, 01:42 (GMT) |
Cleanup: add CTX_wm_operator_poll_msg_clear Call this function instead of `CTX_wm_operator_poll_msg_set(C, NULL)` |
April 19, 2021, 22:07 (GMT) |
Cleanup: Split spline implementations into separate files |
April 19, 2021, 21:57 (GMT) |
Merge branch 'master' into geometry-nodes-curve-support |
April 19, 2021, 21:49 (GMT) |
Remove commented code / always display "Only Selected" option |
April 19, 2021, 21:47 (GMT) |
Sort RNA definition automatically |
April 19, 2021, 21:46 (GMT) |
Don't mark unreachable code incorrectly |
April 19, 2021, 21:46 (GMT) |
Give operators more specific names |
|
|
|


Master Commits
MiikaHweb | 2003-2021