Go to file
Lukas Toenne bd3ec60651 Search option for adding nodes.
The 'Add' menu in the node editor now has an option 'Search' at the top, which opens a separate popup for searching node types by name.

The operator for this is implemented completely in Python (this could also be done for the regular menu-based Add options in the future). There are a few necessary extensions to the RNA as well:

* The View2D struct in regions is now exposed. Currently only contains converter functions for coordinates from the region to the view (i.e. scrolled and zoomed view space). Used for converting mouse location to node space.

* The SpaceNode exposes the existing 'cursor_location' for operators to store mouse position beyond invoke calls. Not used for anything else (transforms) so far.

* The edit_tree in SpaceNode is also exposed, this is needed for operators to work correctly inside node groups.
2012-08-08 16:44:16 +00:00
build_files data_to_c in cmake, not used yet. 2012-08-08 16:03:42 +00:00
doc fix for building docs 2012-07-30 10:44:57 +00:00
extern Remove old boolean operation module 2012-08-02 16:42:30 +00:00
intern patch [#32282] Fix segfault on exit in IM shutdown. 2012-08-08 07:31:19 +00:00
release Search option for adding nodes. 2012-08-08 16:44:16 +00:00
source Search option for adding nodes. 2012-08-08 16:44:16 +00:00
CMakeLists.txt OSX/cmake: refactoring of setting endianess defines, this fixes compile of builds with endianess other than the buildmachine and avoids also failing configuration with xcode 4.4 due not supporting big_endian archs anymore 2012-08-07 13:51:19 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile More spell checking. 2012-07-04 15:04:38 +00:00
SConstruct OSX/scons: fix compiling on the new OSX 10.8 (Mountain Lion) with delivered Xcode 4.4 2012-07-26 11:08:56 +00:00