Blender Git Loki
Git Commits -> Revision 36bd637
Revision 36bd637 by Willian Padovani Germano (master) January 27, 2004, 09:30 (GMT) |
BPython - two small fixes: -- search/remove 'r' from string buffers read from scripts: used a fast way: change each 'r' to a space, since it should work for scripts and the buffer is only needed for a short while. -- added call to clear error indicator before running a script. A previous script may set it even on succesful returns. |
Commit Details:
Full Hash: 36bd6379c21a8a12000a257c45e2ebdd3445364f
SVN Revision: 2026
Parent Commit: 898001a
Lines Changed: +10, -3
1 Modified Path:
/source/blender/python/BPY_interface.c (+10, -3) (Diff)