Blender Git Loki
Git Commits -> Revision 71ec3f0
Revision 71ec3f0 by Joshua Leung (master) February 8, 2011, 09:57 (GMT) |
Text Editor Bugfixes: The poll() callbacks used in the Text Editor for scrolling and text- block unlinking operators were too restrictive when the text block was lib-data. - Scrolling lib-linked texts is useful for just checking out parts of the linked-in file that aren't visible on screen already. For example, checking the specific rig that some UI panels script will work on, or reading a "README.txt" linked in with notes on which layers various controls are on. It should be fine that this temporarily modifies the linked text-block (but for view-settings which will can be reset later/on file load without any real consequences). - Unlink operator should be able to be run, otherwise it would be very difficult to remove linked files from a file (?) |
Commit Details:
Full Hash: 71ec3f03fbff0b3d21e7f33c86b08870810ec2b3
SVN Revision: 34714
Parent Commit: 37f55ec
Lines Changed: +31, -4
1 Modified Path:
/source/blender/editors/space_text/text_ops.c (+31, -4) (Diff)