Blender Git Commits

Blender Git commits from all branches.

Page: 2122 / 2888

December 22, 2015, 12:55 (GMT)
Fix for default values of array types.

Now an array can be passed directly to the add_input functions to
construct an ArrayValue.
December 22, 2015, 12:30 (GMT)
New opaque type 'DUPLIS' for storing a dupli list.

This works just like the MESH type, but wraps a ListBase instead of
a DerivedMesh. Using this type the duplis can be generated internally
and returned as a result.

All such data types should be handled in a generalized way eventually.
December 22, 2015, 11:40 (GMT)
Correct types for array 'pass' nodes.
December 22, 2015, 11:02 (GMT)
Reordered data types a bit, so mesh and other complex types are at the end.
December 22, 2015, 10:07 (GMT)
PASS nodes for array types.
December 22, 2015, 10:07 (GMT)
Array types for node sockets.

These are an extension of the type description to support contiguous
arrays of base values. They effectively form a second set of types,
mirroring the 'single' base types. Socket connections will have to
strictly match between these types as well, i.e. any dereferencing and
array access will have to be explicit.
December 22, 2015, 02:40 (GMT)
added readme
December 21, 2015, 19:56 (GMT)
Merge branch 'wiggly-widgets' into temp_widgets_c++_experiment

Conflicts:
source/blender/editors/object/object_edit.c
December 21, 2015, 19:44 (GMT)
Merge branch 'master' into temp_widgets_c++_experiment
December 21, 2015, 19:42 (GMT)
Cleanup: Move around functions
December 21, 2015, 19:34 (GMT)
Merge branch 'master' into wiggly-widgets
December 21, 2015, 19:33 (GMT)
Fix memory leak when looking through a selected camera.
December 21, 2015, 19:26 (GMT)
Port over widget select functions
December 21, 2015, 18:01 (GMT)
Generalize deleting of wmWidget types
December 21, 2015, 17:37 (GMT)
Revert "Yet another custom-bake test build - I wish we could build straight from branches ;)"

This reverts commit d102f07119775f8f3f96d51a4ad7889592390f17.
December 21, 2015, 17:37 (GMT)
Yet another custom-bake test build - I wish we could build straight from branches ;)
December 21, 2015, 17:35 (GMT)
Merge remote-tracking branch 'origin/master' into experimental-build
December 21, 2015, 16:25 (GMT)
Bunch of changes - Blender works again o/

Changes include: More porting, fixes, cleanup
December 21, 2015, 14:21 (GMT)
Merge branch 'master' into soc-2014-fluid

Conflicts:
CMakeLists.txt
extern/CMakeLists.txt
extern/SConscript
December 21, 2015, 11:09 (GMT)
Sqrt math node mode, patch by lichtwerk.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021