This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python
Willian Padovani Germano 36bd6379c2 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.
2004-01-27 09:30:29 +00:00
..
2004-01-25 17:58:24 +00:00
2004-01-27 09:30:29 +00:00
2004-01-27 03:34:16 +00:00
2004-01-27 03:34:16 +00:00
2004-01-05 00:06:11 +00:00
2004-01-14 21:36:10 +00:00