Blender Git Commit Log
Git Commits -> Revision 49618b0
Revision 49618b0 by Joshua Leung (master) February 5, 2019, 03:21 (GMT) |
Fix: Ensure that KeyingSet.bl_description field is properly escaped when using the Export to File operator Previously, if double-quotes appeared in the KeyingSet.bl_description field, these would cause a syntax error in the resulting .py script export of the KeyingSet. Since single quotes are even more likely to appear (e.g. as apostrophes), we now use triple quotes here. Unreported bug, noticed earlier when investigating T61010. |
Commit Details:
Full Hash: 49618b0e18f7554dd70ac898d93abc7baf380081
Parent Commit: af2d2d4
Lines Changed: +1, -1
1 Modified Path:
/release/scripts/startup/bl_operators/anim.py (+1, -1) (Diff)