Blender Git Commit Log
Git Commits -> Revision a0a0edc
Revision a0a0edc by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) 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