Skip to content

Commit

Permalink
gist export license
Browse files Browse the repository at this point in the history
  • Loading branch information
nortikin committed Apr 24, 2021
1 parent dc7a620 commit b1a2249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ui/sv_IO_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ def execute(self, context):

app_version = bpy.app.version_string.replace(" ", "")
time_stamp = strftime("%Y.%m.%d | %H:%M", localtime())
gist_description = f"Sverchok.{version_and_sha} | Blender.{app_version} | {ng.name} | {time_stamp}"
license = 'license: CC BY-SA'
gist_description = f"Sverchok.{version_and_sha} | Blender.{app_version} | {ng.name} | {time_stamp} | {license}"

# layout_dict = create_dict_of_tree(ng, skip_set={}, selected=self.selected_only)
if self.selected_only:
Expand Down
4 changes: 2 additions & 2 deletions utils/sv_svg_custom_server.htm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

</div>
<div id="div2">
<span id="file_name">File: "/home/ololo/Documents/BLENDER/SVERCHOK/Blends2.90/svg/boxberry_01.svg"</span>
<span id="file_name">File: "/home/ololo/Documents/BLENDER/SVERCHOK/Blends2.90/svg/Пазлы_Матвей_01.blend.svg"</span>
<button id="PauseButton" onclick="pause_feed()">Pause</button>
<button id="PlayButton"onclick="live_feed = start_feed()">Play</button>
<form id="refresh_slider">
Expand All @@ -71,7 +71,7 @@
<script>
var a=0
var paused= false
var file_name = "/home/ololo/Documents/BLENDER/SVERCHOK/Blends2.90/svg/boxberry_01.svg"
var file_name = "/home/ololo/Documents/BLENDER/SVERCHOK/Blends2.90/svg/Пазлы_Матвей_01.blend.svg"
function reload_svg(){
<!-- console.log(a) -->

Expand Down

1 comment on commit b1a2249

@zeffii
Copy link
Collaborator

@zeffii zeffii commented on b1a2249 Apr 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

: )

Please sign in to comment.