Go to file
Campbell Barton bf77ad00b3 py api:
ray cast function, very useful to be able to cast rays into the scene for scripts.

  hit_co, hit_no, success = scene.ray_cast(start_co, end_co)
2013-04-11 09:57:26 +00:00
build_files OSX: remove the applescript and env var for omp_set_treads from plist 2013-04-10 15:22:39 +00:00
doc use lowercase name for freestyle module (as with all other blender modules). 2013-04-07 11:22:54 +00:00
extern Bundle adjustment improvements 2013-04-08 17:05:52 +00:00
intern Fix #34948, bug in Cycles node groups. The proxy node maps used to identify external connections of node group nodes were having name clashes with input/output sockets of the same name, leading to invalid cyclic connections in the cycles shader graph that were subsequently removed (prints warnings in terminal). Solution is to use two separate maps for inputs and outputs so group node sockets can safely use the same identifier. 2013-04-11 09:16:36 +00:00
release fix [#34805] Bake action ignores parent motion 2013-04-11 08:42:25 +00:00
source py api: 2013-04-11 09:57:26 +00:00
CMakeLists.txt svn merge ^/trunk/blender -r55700:55776 2013-04-04 13:37:07 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile correct too-big allocation in mesh beautify. 2013-04-01 07:57:33 +00:00
SConstruct Merged changes in the trunk up to revision 55546. 2013-03-24 12:13:13 +00:00