[Bf-blender-cvs] [441d4365cfa] temp-greasepencil-vfx: Initial implementation of Shader FX (effects).

Antonio Vazquez noreply at git.blender.org
Fri Jun 29 12:33:41 CEST 2018


Commit: 441d4365cfa243622b90806dd5b40d8e037e3684
Author: Antonio Vazquez
Date:   Fri Jun 29 11:58:34 2018 +0200
Branches: temp-greasepencil-vfx
https://developer.blender.org/rB441d4365cfa243622b90806dd5b40d8e037e3684

Initial implementation of Shader FX (effects).

Now, the FX are used only by grease pencil object, but the design is ready to be used for other object types.

These FXs replace the old VFX modifiers, that were removed during the first steps of the greasepencil-object merge review.
The new implementation is fully separated of modifiers and with its own management modules.

Differential Revision: https://developer.blender.org/D3513

===================================================================

M	.arcconfig

===================================================================

diff --git a/.arcconfig b/.arcconfig
index a9b4e2ea3c3..1808918f123 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,7 +1,7 @@
 {
 	"project_id" : "Blender",
 	"conduit_uri" : "https://developer.blender.org/",
-	"git.default-relative-commit" : "origin/blender2.8",
+	"git.default-relative-commit" : "origin/greasepencil-object",
 	"arc.land.update.default" : "rebase",
-	"arc.land.onto.default" : "blender2.8"
+	"arc.land.onto.default" : "greasepencil-object"
 }



More information about the Bf-blender-cvs mailing list