August 21, 2019, 10:36 (GMT) |
Merge branch 'master' into greasepencil-object |
August 21, 2019, 09:49 (GMT) |
Update CUEW to latest version |
August 21, 2019, 09:31 (GMT) |
August 21, 2019, 09:15 (GMT) |
Merge branch 'master' into greasepencil-object |
August 21, 2019, 09:08 (GMT) |
Fix T68943: GPencil Time modifier gets strange value in offset parameter This is due a limitation in the RNA property when the range is too extreme. As we don't need that, the value was set to SHRT_MAX frames as maximum offset. Also fixed the same problem in other modules of Grease Pencil. |
August 21, 2019, 08:35 (GMT) |
UI: Don't left align operator buttons in toolbars This hack would make operator (push down) buttons without icons align their text to the left in toolbars. Everywhere else in Blender, we center it by default. We barely use operator buttons in toolbars anymore. Even if we do and there's a good reason to make text left aligned, it's better to use `uiLayout.alignment = 'LEFT'` to achieve the same effect, but without lowish-level hacks for a specific region type. Differential Revision: https://developer.blender.org/D5527 |
August 21, 2019, 07:59 (GMT) |
Fix T65671: Armature X-Mirror inconsistencies This fixes bendy bone properties not being mirrored correctly Reviewed By: Brecht Differential Revision: https://developer.blender.org/D5408 |
Revision 7f79bc3 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 21, 2019, 07:27 (GMT) |
Merge branch 'master' into functions |
August 21, 2019, 06:41 (GMT) |
GPencil: add new filter by material to modifiers This commit adds a new filter by material using the name and not only the index. Reviewers: antoniov, pepeland Differential Revision: https://developer.blender.org/D5544 |
August 21, 2019, 05:05 (GMT) |
Cleanup: pass lattice directly vertex coord utilities |
August 21, 2019, 04:30 (GMT) |
Fix T68444: outliner bone visibility not updating Tags for update when pose bone visibility is toggled in the outliner. |
August 21, 2019, 04:17 (GMT) |
Fix T68429: wrong pose bone hide icon in outliner The hide icon was drawing instead of the disable in viewports icon. |
August 21, 2019, 01:58 (GMT) |
Cleanup: use const arguments for vertex coords |
August 21, 2019, 01:41 (GMT) |
Cleanup: remove unused derived-mesh API calls |
August 21, 2019, 01:41 (GMT) |
Fix grid snap value in recent snapping updates Increase the size of the snap mode so the flag can be used. |
August 21, 2019, 00:56 (GMT) |
Fix T68911: "illegal recursive expansion of macro id" I imagined that could be a problem for some drivers. I should have avoided. |
August 20, 2019, 22:35 (GMT) |
Fix conflict with "Edge Center" snap mode `SCE_SNAP_MODE_GRID` is used for both nodes and objects. I don't think it's worth versioning in this case. |
August 20, 2019, 22:18 (GMT) |
Transform: New Snap Option: Edge Perpendicular Part of T66420 Option for snapping to the nearest point of a reference coordinate. The patch also adds Edge Center and Perpendicular snaps to the ruler. {F7675906} Reviewers: campbellbarton, brecht Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D5543 |
August 20, 2019, 21:59 (GMT) |
Fix T68869: outliner missing subversion bump The recent commit of synced selection added an active color theme to the outliner, and synced selection enabled by default. The subversion bump was missed. |
August 20, 2019, 21:23 (GMT) |
Cleanup: remove redundant operator data in keymap |
|
|
|


Master Commits
MiikaHweb | 2003-2021