Blender Git Commits

Blender Git commits from all branches.

Page: 2044 / 2888

May 20, 2016, 21:16 (GMT)
Add compiler hints to WM_device API
May 20, 2016, 21:13 (GMT)
Add asserts for total device number
May 20, 2016, 20:56 (GMT)
Fix all HMDs in UserPref device option showing same name
May 20, 2016, 19:32 (GMT)
Improved Bezier curve extrusion

This patch attempts to solve the issues with D1841.

Category: Improved Bezier Curve Extrusion

This feature allows the user to have more control over the extrusion of Bezier
curves. This is done by making possible unidirectional extrusion.

On a code level, the curve.c file in blenkernel was modified to take into
account these options while generating the extruded object.

The feature stops working with non-zero bevel.

Merge remote-tracking branch 'origin/master' into gsoc2016-improved_extrusion

Category: Improved Bezier curve extrusion with non-zero bevel

On a previous commit, the Bezier curve extrusion was improved. However, when
non-zero bevel values were set, the new extrusion options stopped having effect.
This commit fixes that.

On a code level, the code used for extrusion and for bevel is a duplicate.
On the first commit only the extrusion code was modified. On this commit,
the bevel code was modified in the same way, to take into account the improved
extrusion options.

Differential Revision: https://developer.blender.org/D2017
May 20, 2016, 16:41 (GMT)
added flags to distinguish smoke and liquid setup
May 20, 2016, 15:58 (GMT)
Merge branch 'HMD_viewport' of git.blender.org:blender into HMD_viewport
May 20, 2016, 15:45 (GMT)
Merge branch 'master' into wiggly-widgets
May 20, 2016, 06:00 (GMT)
Generate dual values for input constants to match the declared function signatures.

Note that actual functions currently don't use Dual2<> values, but because they
only read/write the 'value' field it works anyway ...
May 19, 2016, 23:17 (GMT)
Merge branch 'master' into HMD_viewport

Conflicts:
release/scripts/startup/bl_ui/properties_data_camera.py
source/blender/blenkernel/BKE_blender.h
source/blender/blenloader/intern/versioning_270.c
source/blender/editors/interface/interface_handlers.c
source/blender/editors/space_view3d/view3d_view.c
source/blender/makesdna/DNA_camera_types.h
source/blender/windowmanager/intern/wm_event_system.c
source/blender/windowmanager/intern/wm_operators.c
May 19, 2016, 23:01 (GMT)
Fix compilation with OPENHMD_DRIVER_EXTERNAL or OPENHMD_DRIVER_ANDROID
May 19, 2016, 19:35 (GMT)
liquid init function in header
May 19, 2016, 19:33 (GMT)
small cleanup for smoke init function as well
May 19, 2016, 19:30 (GMT)
added liquid init function (putting together manta script and firing off first python call)
May 19, 2016, 19:01 (GMT)
Revert "Decklink test build"

This reverts commit b2d7da95091737ca9ab608446211404ae2a85ac5.
May 19, 2016, 19:01 (GMT)
Decklink test build
May 19, 2016, 18:59 (GMT)
Merge remote-tracking branch 'origin/master' into experimental-build
May 19, 2016, 18:57 (GMT)
Merge remote-tracking branch 'origin/master' into decklink
May 19, 2016, 18:56 (GMT)
Fix MSVC compilation error after merge
May 19, 2016, 16:34 (GMT)
Fix module linking: initialize the node graph module right away to avoid repeating code.
May 19, 2016, 16:22 (GMT)
Leave the decision about passing arguments by pointer to the compiler class too.

This removes the last "global" type function, so all the details of types are now
decided in the compiler implementation subclass.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021