Go to file
Campbell Barton 8845163574 menu to select an enum from an RNA path:
eg,
   bpy.ops.wm.context_menu_enum(data_path="scene.tool_settings.vertex_paint.brush.stroke_method")

This saves us defining operators only for menus.
2011-02-15 18:12:41 +00:00
build_files py rna api: turn class.is_register into a class property rather then a class method. 2011-02-14 07:26:07 +00:00
doc Doc generator now makes 'bpy.context' api reference. 2011-02-15 15:37:40 +00:00
extern fix for building with opencollada 833 on linux. 2011-02-12 06:25:04 +00:00
intern Move mikktspace code to own library, so it is clear that it is also 2011-02-15 09:24:35 +00:00
release menu to select an enum from an RNA path: 2011-02-15 18:12:41 +00:00
source - Use the same logic as for BEZIERs when making segment of between 2011-02-15 16:37:44 +00:00
CMakeLists.txt misc small changes: 2011-02-14 03:15:55 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile convenience targets for makefile 2011-02-14 06:15:23 +00:00
SConstruct ignore __pycache__ dir for scons and cmake installation (py3.2 caches modules here). 2011-02-09 00:45:16 +00:00