Skip to content

Commit

Permalink
Merge pull request #28 from DynamoDS/master
Browse files Browse the repository at this point in the history
update master
  • Loading branch information
Astul-Betizagasti authored Dec 4, 2020
2 parents 053995d + 347d57f commit 8b71a46
Show file tree
Hide file tree
Showing 121 changed files with 5,297 additions and 504 deletions.
5 changes: 5 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ http://opensource.org/licenses/apache2.0.php
https://www.gnu.org/software/libiconv/
https://www.gnu.org/software/gettext/manual/html_node/GNU-LGPL.html#GNU-LGPL

### Markdig
https://github.com/lunet-io/markdig
https://github.com/lunet-io/markdig/blob/master/license.txt
(BSD 2-Clause "Simplified" License)

### MiConvexHull
http://miconvexhull.codeplex.com/
http://miconvexhull.codeplex.com/license
Expand Down
189 changes: 97 additions & 92 deletions doc/distrib/License.rtf

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
// to distinguish one build from another. AssemblyFileVersion is specified
// in AssemblyVersionInfo.cs so that it can be easily incremented by the
// automated build process.
[assembly: AssemblyVersion("2.11.0.3246")]
[assembly: AssemblyVersion("2.11.0.3355")]


// By default, the "Product version" shown in the file properties window is
Expand All @@ -64,4 +64,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyFileVersion("2.11.0.3246")]
[assembly: AssemblyFileVersion("2.11.0.3355")]
1 change: 1 addition & 0 deletions src/Config/Cleanup.targets
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<FilesToDelete Include="$(OutputPath)nodes\SharpDX*"/>
<FilesToDelete Include="$(OutputPath)nodes\HelixToolkit*"/>
<FilesToDelete Include="$(OutputPath)nodes\Cyotek*"/>
<FilesToDelete Include="$(OutputPath)nodes\ProtoGeometry*"/>
</ItemGroup>
<Delete Files="@(FilesToDelete)"/>
</Target>
Expand Down
250 changes: 250 additions & 0 deletions src/DocumentationBrowserViewExtension/Docs/MarkdownStyling.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,250 @@
<!-- These headers are required to force the browser embedded in the DocumentationBrowser extension to render in modern IE11 mode. -->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
/* PrismJS 1.21.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+bash+c+csharp+cpp+ini+java+javadoc+javadoclike+javastacktrace+json+json5+jsonp+jsstacktrace+js-templates+markdown+powershell+python+sql+typescript+typoscript+xml-doc */
/**
* prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
* Based on https://github.com/chriskempson/tomorrow-theme
* @author Rose Pritchard
*/
code[class*=language-], pre[class*=language-] {
color: #ccc;
background: 0 0;
font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none
}

pre[class*=language-] {
padding: 1em;
margin: .5em 0;
overflow: auto
}

:not(pre) > code[class*=language-], pre[class*=language-] {
background: #1e1e1e
}

:not(pre) > code[class*=language-] {
padding: .1em;
border-radius: .3em;
white-space: normal
}

.token.block-comment, .token.cdata, .token.comment, .token.doctype, .token.prolog {
color: #999
}

.token.punctuation {
color: #ccc
}

.token.attr-name, .token.deleted, .token.namespace, .token.tag {
color: #e2777a
}

.token.function-name {
color: #6196cc
}

.token.boolean, .token.function, .token.number {
color: #f08d49
}

.token.class-name, .token.constant, .token.property, .token.symbol {
color: #f8c555
}

.token.atrule, .token.builtin, .token.important, .token.keyword, .token.selector {
color: #cc99cd
}

.token.attr-value, .token.char, .token.regex, .token.string, .token.variable {
color: #7ec699
}

.token.entity, .token.operator, .token.url {
color: #67cdcc
}

.token.bold, .token.important {
font-weight: 700
}

.token.italic {
font-style: italic
}

.token.entity {
cursor: help
}

.token.inserted {
color: green
}
</style>
<style>
h1{
margin-top:0;
}

body {
color: #fff;
font-size: 14px;
font-family: "Artifakt Element";
src: url(fonts/ArtifaktElement-Regular.woff) format("woff");
padding: 1%;
background-color: #353535;
font-family: 'Artifakt Element','Open Sans'
}

a {
color: #d3d3d3;
cursor: pointer;
background-color: transparent
}

table {
border-collapse: collapse;
border: 1px solid #fff
}

td, th {
border: 1px solid #fff;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-top: 10px
}

samp {
margin-top: 10px;
display: block;
color: #d3d3d3
}

thead {
text-align: center
}

.hidden-lg {
display: none
}

.table--noborder {
border: none
}

.table--noborder td, .table--noborder th {
border: none
}

img {
width: 100%;
height: auto
}

code,
pre {
color: #ccc;
background: 0 0;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
background: #1e1e1e !important;
}

pre {
padding: 1em;
margin: .5em 0;
overflow: auto
}

:not(pre) > code {
background: #1e1e1e;
padding: .1em;
border-radius: .3em;
white-space: normal;
}

@media screen and (max-width:600px) {
table {
width: 100%
}

table, td, th {
border: none
}

tr {
border: 1px solid #fff;
display: block
}

td, th {
display: block
}

.hidden-lg {
display: block;
font-weight: 700;
text-align: center;
border-bottom: 1px solid #fff
}

.hidden-sm {
display: none
}

.spaced-sm {
margin-top: 20px
}

tbody tr:first-of-type {
border-bottom: none
}

.button {
background-color: transparent;
border-color: #3c3c3c;
color: #bbb
}

.button:hover {
border-color: #656565;
background-color: #373737;
opacity: 1
}
}
</style>
</head>


Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## No further documentation provided for this node.

For more information on how to add extended documentation to your custom nodes, have a look [here](https://github.com/DynamoDS/Dynamo/wiki/Create-and-Add-Custom-Documentation-to-Nodes).
Loading

0 comments on commit 8b71a46

Please sign in to comment.