Blender Git Commits

Blender Git commits from all branches.

Page: 2157 / 2888

October 23, 2015, 00:22 (GMT)
GP EditMode: Simplify the way that this is handled

Now, instead of actually altering the ob->mode flag, we just make the
object mode setter operator (and the header) delegate to the appropriate
GPencil things to do their thing if they wish first.

As a result, we don't have to worry about version patching or issues with
changing selected/active objects.
October 22, 2015, 20:52 (GMT)
Added globals as a distinct argument to the eval function.
October 22, 2015, 20:23 (GMT)
Revert "Another compile fix for the experimental Cycles build"

This reverts commit 489b85302959da2525058e37c7e49e4cc34226a6.
October 22, 2015, 20:22 (GMT)
Another compile fix for the experimental Cycles build
Sorry for the noise, it built fine on my system.

Squashed commit of the following:

commit 606fc4d6ee1f403b22320ef6f2baef58600ba410
Author: Lukas Stockner <lukas.stockner@freenet.de>
Date: Thu Oct 22 16:47:03 2015 +0200

Experimental build with some rather unstable Cycles changes
October 22, 2015, 19:53 (GMT)
windows compile fix
October 22, 2015, 17:58 (GMT)
Revert "Squashed commit of the following:"

This reverts commit 89dedc4a4b282ab83dfe8cb8589a966751da914d.
October 22, 2015, 17:58 (GMT)
crash fix in propagateDamage, checking for index being smaller than connection size now
October 22, 2015, 17:57 (GMT)
Squashed commit of the following:

commit 11b676653b2047187c5e6bdf554708ca13fe0e84
Author: Lukas Stockner <lukas.stockner@freenet.de>
Date: Thu Oct 22 16:47:03 2015 +0200

Experimental build with some rather unstable Cycles changes

Plus some fixes for compiling correctly
October 22, 2015, 17:25 (GMT)
Merge branch 'wiggly-widgets' into UI-experiments

Conflicts:
source/blender/blenkernel/intern/customdata.c
source/blender/blenloader/intern/versioning_270.c
source/blender/editors/interface/resources.c
source/blender/editors/transform/transform_manipulator.c
October 22, 2015, 17:16 (GMT)
Merge branch 'master' into UI-experiments

Conflicts:
source/blender/blenkernel/BKE_blender.h
source/blender/blenkernel/intern/customdata.c
source/blender/blenloader/intern/versioning_270.c
source/blender/editors/interface/interface.c
source/blender/editors/interface/interface_handlers.c
source/blender/editors/interface/resources.c
source/blender/editors/transform/transform_manipulator.c
source/blender/windowmanager/intern/wm_init_exit.c
October 22, 2015, 16:31 (GMT)
Revert "Squashed commit of the following:"

This reverts commit 22ea3a538462f291f39ac7eb8aa8bf27f213cc29.
October 22, 2015, 16:29 (GMT)
Squashed commit of the following:

commit d54706d003b67f4d087eedc0c0ca8483f275f823
Author: Lukas Stockner <lukas.stockner@freenet.de>
Date: Thu Oct 22 16:47:03 2015 +0200

Experimental build with some rather unstable Cycles changes
October 22, 2015, 16:13 (GMT)
Merge remote-tracking branch 'origin/master' into experimental-build
October 22, 2015, 14:30 (GMT)
Merge branch 'master' into ui-align-rework
October 22, 2015, 14:19 (GMT)
Fix (hack around :| ) the one-pixel issue with stiched but not aligned to LEFT/TOP buttons.
October 22, 2015, 12:14 (GMT)
Support for constants as internal node socket inputs.

Constants should never be linked to other nodes (will be ignored).
October 22, 2015, 11:45 (GMT)
Added an integer type for node sockets.
October 22, 2015, 11:27 (GMT)
Merge branch 'master' into GPencil_Editing_Stage3
October 22, 2015, 11:21 (GMT)
GP EditMode: Some more fixes for editmode handling to resolve some annoying corner cases

* Edit Strokes mode should only be available if there is actually a GP datablock
and it is in editmode
* If exiting strokes editmode with the active object hidden, the flag would not get
cleared, and it would appear that we were still in editmode.
October 22, 2015, 11:16 (GMT)
speed enhancement for building compounds (omitting broadphase handles) and successful test with clusters, values need a bit tweaking but basic principle works
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021