This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#r "System.Net" | |
#r "System.ServiceModel" | |
#r "Microsoft.WindowsAzure.Storage" | |
#r "TraderaClient.dll" | |
using System; | |
using System.Collections.Specialized; | |
using System.Net; | |
using System.ServiceModel; | |
using Microsoft.WindowsAzure.Storage.Table; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Upgrade NOTE: replaced '_Object2World' with 'unity_ObjectToWorld' | |
#ifndef UNITY_SVG_INCLUDED | |
#define UNITY_SVG_INCLUDED | |
struct VertexInput_SVG | |
{ | |
float4 vertex : POSITION; | |
fixed4 color : COLOR; | |
half3 normal : NORMAL; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 81b6ef5d94662e522ac9304402ea9f3f98bd672e Mon Sep 17 00:00:00 2001 | |
Date: Mon, 1 May 2017 17:56:36 +0200 | |
Subject: [PATCH] SVG importer shader fixes | |
--- | |
.../Shaders/Resources/Standard/UnitySVG.cginc | 72 ++++++++++++---------- | |
1 file changed, 41 insertions(+), 31 deletions(-) | |
diff --git a/Assets/SVG Importer/Plugins/Shaders/Resources/Standard/UnitySVG.cginc b/Assets/SVG Importer/Plugins/Shaders/Resources/Standard/UnitySVG.cginc | |
index 5ab3afd..885add7 100644 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 481b318b11a4c572315f4ea47fd58690263e5330 Mon Sep 17 00:00:00 2001 | |
Date: Wed, 1 Mar 2017 21:25:06 +0100 | |
Subject: [PATCH] SVG importer shader fixes | |
--- | |
.../Shaders/Resources/Standard/UnitySVG.cginc | 64 +++++++++++++--------- | |
1 file changed, 38 insertions(+), 26 deletions(-) | |
diff --git a/Assets/SVG Importer/Plugins/Shaders/Resources/Standard/UnitySVG.cginc b/Assets/SVG Importer/Plugins/Shaders/Resources/Standard/UnitySVG.cginc | |
index e2fd6b0..5ab3afd 100644 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mejjeNAS:~# rclone sync /c/pictures b2:mejje-pictures -v --dump-headers | |
2016/06/18 23:41:14 rclone: Version "v1.30" starting with parameters ["rclone" "sync" "/c/pictures" "b2:mejje-pictures" "-v" "--dump-headers"] | |
2016/06/18 23:41:14 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> | |
2016/06/18 23:41:14 HTTP REQUEST | |
2016/06/18 23:41:14 GET /b2api/v1/b2_authorize_account HTTP/1.1 | |
Host: api.backblaze.com | |
User-Agent: rclone/v1.30 | |
Authorization: removed | |
Accept-Encoding: gzip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mejjeNAS:~# rclone sync /c/pictures b2:mejje-pictures -v --dump-headers | |
2016/06/18 21:02:48 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> | |
2016/06/18 21:02:48 HTTP REQUEST | |
2016/06/18 21:02:48 GET /b2api/v1/b2_authorize_account HTTP/1.1 | |
Host: api.backblaze.com | |
User-Agent: rclone/v1.29 | |
Accept-Encoding: gzip | |
2016/06/18 21:02:48 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |