Blender Git Loki
Git Commits -> Revision a7dc752
Revision a7dc752 by Patrick Busch (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt, ui-asset-view-template) March 3, 2021, 17:15 (GMT) |
Python API: Expose CurveMapping Reset View function The Python API for the curve mapping widget offers the `update` function, but no way to reset the view to the clipping rectangle. This commit adds a blenkernel function for this operation, and exposes it to the CurvMapping RNA API. This allows addons to display a more user-friendly view of the data in this widget. Differential Revision: https://developer.blender.org/D10561 |
Commit Details:
Full Hash: a7dc752f26975191f8890483fbcba964499740f9
Parent Commit: 5d42e77
Committed By: Julian Eisel
Lines Changed: +11, -1