Revision 5662874 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) January 29, 2018, 15:54 (GMT) |
Replace Polygon Keymap to Ctrl+Shift This keymap has been changed in order to free the shift key for Lazy Mouse |
Revision 43a25f9 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) January 29, 2018, 15:48 (GMT) |
Remove Select keymaps in Drawing mode These keymaps were enabled by error in this mode |
Revision db58fb6 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) January 29, 2018, 15:39 (GMT) |
Fix cursor error drawing polygons The cursor had a wrong line due lazy mouse cursor mode that must be hidden in poly mode. |
January 29, 2018, 15:01 (GMT) |
Fix nan problem in previous bevel commit. For chains, access to g_prod[0] was undefined. And two minor style (whitespace) changes. |
January 29, 2018, 14:06 (GMT) |
Depsgraph: Correction for previous fix Original fix only worked when there is one custom property. |
January 29, 2018, 14:05 (GMT) |
Outliner: Remove Toggle options from object RMB Task suggested by Pablo Vazquez (venomgfx). |
January 29, 2018, 13:53 (GMT) |
Depsgraph: Fix missing update when property from proxy rig drives something |
January 29, 2018, 13:45 (GMT) |
Depsgraph: Disable labels on relations This code was disable a while back and got re-enabled by some previous debug process. Having relation names in dot file helps understanding what's going on in one cases, but makes things spread too far away in others. |
January 29, 2018, 13:43 (GMT) |
Depsgraph: Cleanup, line wraps |
January 29, 2018, 11:58 (GMT) |
Merge branch 'blender2.8' into asset-engine |
January 29, 2018, 11:50 (GMT) |
Fix more filebrowser not refreshing correctly after new message bus system. This does not affect current blender2.8, but is mandatory for asset engine branch. Bottom line being, we also need to 'survey' changes in actual SpaceFileBrowser struct, not only its FileSelectParams sub-struct. |
January 29, 2018, 09:28 (GMT) |
Merge branch 'blender2.8' into asset-engine |
January 29, 2018, 09:24 (GMT) |
Fix filebrowser not refreshing correctly after new message bus system. Generic ED_area_do_msg_notify_tag_refresh callback only tags area for refresh, not redraw. This was not updating view e.g. when changing ordering options in top region, until you'd mouse-over main filelisting region... So now, always tag area for redraw in filbrowser's refresh callback. |
January 29, 2018, 06:40 (GMT) |
Manipulator: ignore mouse location w/ view widgets When pressing on a button to zoom for eg, using zoom-to-mouse-position doesn't make any sense. There is also zoom speed scaling which increases the closer the cursor is to the top-edge of the screen, which was noticable since the navigation widget is currently at the top of the screen. |
January 29, 2018, 06:32 (GMT) |
Merge branch 'master' into blender2.8 |
January 29, 2018, 06:01 (GMT) |
Fix T53614: New Depsgraph ignores NLA strips The new depsgraph was only considering the active action when attaching relations from the AnimData component/operation to the properties that are affected by the animation data. As a result, only properties animated by the active action were working, while those animated by NLA strips did not change when playing back/scrubbing the timeline. This commit fixes this introducing a recursive method to properly visit all NLA strips, and calling DepsRelBuilder::build_animdata_curves_targets() on each of those strips. |
January 29, 2018, 06:01 (GMT) |
3D View: use_mouse_init for zoom & trackball orbit |
January 29, 2018, 04:38 (GMT) |
Cleanup: move boolean options into flag - Rename eViewOpsOrbit to eViewOpsFlag since VIEWOPS_ORBIT_DEPTH isn't just used for orbiting. - Move use_ensure_persp & use_mouse_init into the flag. - Remove viewops_data_create_ex. |
January 29, 2018, 04:22 (GMT) |
Fix: Disable leftover debug prints from earlier work on the rna path renaming/fixing code |
January 29, 2018, 04:22 (GMT) |
Fix T53909: Joining armatures did not remap names on merged action data Technically this was not a bug, as this functionality was not meant to work. (Drivers were already handled though, as they are part of the rig) It was assumed that there was little value in having this functionality available, as in most pipelines, animation production only begins after the rig has been locked down (see bug report comments for more details). On reflection, in most common situations, there's probably no harm in doing these rna path fixups. This commit takes advantage of some similar code I recently put in place in the Grease Pencil branch (for joining GP objects and their layers). Important Note for Animators/Riggers/TD's: Please be aware that after joining armatures, some of the animation may still need to be redone (due to changes in the transform hierarchies/ transform spaces that the animation is applied in). We do not attempt to correct for these problems, and it is unlikely that we will in future. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021