blender/source/creator
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
..
buildinfo.c Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
CMakeLists.txt started whiping cmake into shape for 2.5 still need to figure out 2008-12-12 20:41:30 +00:00
creator.c 2.5: Error reporting 2008-12-29 13:38:08 +00:00
Makefile Merge of trunk into blender 2.5: 2008-11-12 21:16:53 +00:00
SConscript Merge of trunk into blender 2.5: 2008-11-12 21:16:53 +00:00