Files
blender/source
Brecht Van Lommel 0a8a00cd10 2.5: Error reporting
* Added a report list to operator, to which they can report errors and
  warnings. When the operator ends, it will display them with a popup. For
  python these should become exceptions when calling operators.
* Added a function to make a popup menu from a report list.
* Also added a utility function to prepend a string before the reports to
  indicate what they relates to. Also made the report functions used
  BLI_dynstr to simplify the code.
* Made file reading and writing report errors to the user again using this
  system, also replacing the left over uncommented bad level error() calls.
2008-12-29 13:38:08 +00:00
..
2008-12-29 13:38:08 +00:00
2008-12-29 13:38:08 +00:00
2008-12-24 21:33:51 +00:00
2008-12-23 16:07:24 +00:00
2.5
2008-12-29 09:24:42 +00:00
2008-10-22 11:28:10 +00:00