Blender Git Commit Log

Git Commits -> Revision a0a0edc

March 30, 2021, 16:42 (GMT)
Fix File Browser double-click not working while in pose mode

The pose apply operator would be invoked when double-clicking a
directory in the File Browser, while in pose mode.
The operator's poll would succeed because since 29887bbb329d, the
File/Asset Browser would just create a `AssetHandle` from the active
file received from context, without ensuring that the file actually
represents an asset.

Commit Details:

Full Hash: a0a0edc399424f40a9a570008452884a432319c4
Parent Commit: 878ba0c
Lines Changed: +5, -1

3 Modified Paths:

/source/blender/blenkernel/intern/context.c (+1, -1) (Diff)
/source/blender/editors/asset/asset_edit.cc (+1, -0) (Diff)
/source/blender/editors/space_file/space_file.c (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021