Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-07-24 18:42:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-07-24 18:43:02 +0300
commit49230a4c122013bf851ab37b029e7d4f624d68ad (patch)
tree5cbf15367b776c1086376071a16d66604177c998
parentd1b57c76ad5cfd475ad270a93fed2c530fc3e7d0 (diff)
Cleanup: use common prefix for addons
-rw-r--r--sequencer_kinoraw_tools/__init__.py (renamed from kinoraw_tools/__init__.py)0
-rw-r--r--sequencer_kinoraw_tools/audio_tools.py (renamed from kinoraw_tools/audio_tools.py)0
-rw-r--r--sequencer_kinoraw_tools/datamosh.py (renamed from kinoraw_tools/datamosh.py)0
-rw-r--r--sequencer_kinoraw_tools/eco.py (renamed from kinoraw_tools/eco.py)0
-rw-r--r--sequencer_kinoraw_tools/exiftool.py (renamed from kinoraw_tools/exiftool.py)0
-rw-r--r--sequencer_kinoraw_tools/functions.py (renamed from kinoraw_tools/functions.py)0
-rw-r--r--sequencer_kinoraw_tools/jumptocut.py (renamed from kinoraw_tools/jumptocut.py)0
-rw-r--r--sequencer_kinoraw_tools/operators_extra_actions.py (renamed from kinoraw_tools/operators_extra_actions.py)0
-rw-r--r--sequencer_kinoraw_tools/proxy_tools.py (renamed from kinoraw_tools/proxy_tools.py)0
-rw-r--r--sequencer_kinoraw_tools/random_editor.py (renamed from kinoraw_tools/random_editor.py)0
-rw-r--r--sequencer_kinoraw_tools/recursive_loader.py (renamed from kinoraw_tools/recursive_loader.py)0
-rw-r--r--sequencer_kinoraw_tools/ui.py (renamed from kinoraw_tools/ui.py)0
-rw-r--r--space_view3d_stored_views/__init__.py (renamed from stored_views/__init__.py)0
-rw-r--r--space_view3d_stored_views/core.py (renamed from stored_views/core.py)2
-rw-r--r--space_view3d_stored_views/io.py (renamed from stored_views/io.py)0
-rw-r--r--space_view3d_stored_views/operators.py (renamed from stored_views/operators.py)0
-rw-r--r--space_view3d_stored_views/properties.py (renamed from stored_views/properties.py)0
-rw-r--r--space_view3d_stored_views/ui.py (renamed from stored_views/ui.py)2
18 files changed, 2 insertions, 2 deletions
diff --git a/kinoraw_tools/__init__.py b/sequencer_kinoraw_tools/__init__.py
index fe2946f9..fe2946f9 100644
--- a/kinoraw_tools/__init__.py
+++ b/sequencer_kinoraw_tools/__init__.py
diff --git a/kinoraw_tools/audio_tools.py b/sequencer_kinoraw_tools/audio_tools.py
index bf615d5a..bf615d5a 100644
--- a/kinoraw_tools/audio_tools.py
+++ b/sequencer_kinoraw_tools/audio_tools.py
diff --git a/kinoraw_tools/datamosh.py b/sequencer_kinoraw_tools/datamosh.py
index be6ea89d..be6ea89d 100644
--- a/kinoraw_tools/datamosh.py
+++ b/sequencer_kinoraw_tools/datamosh.py
diff --git a/kinoraw_tools/eco.py b/sequencer_kinoraw_tools/eco.py
index 62382389..62382389 100644
--- a/kinoraw_tools/eco.py
+++ b/sequencer_kinoraw_tools/eco.py
diff --git a/kinoraw_tools/exiftool.py b/sequencer_kinoraw_tools/exiftool.py
index f42e3f34..f42e3f34 100644
--- a/kinoraw_tools/exiftool.py
+++ b/sequencer_kinoraw_tools/exiftool.py
diff --git a/kinoraw_tools/functions.py b/sequencer_kinoraw_tools/functions.py
index 2722f321..2722f321 100644
--- a/kinoraw_tools/functions.py
+++ b/sequencer_kinoraw_tools/functions.py
diff --git a/kinoraw_tools/jumptocut.py b/sequencer_kinoraw_tools/jumptocut.py
index d0be54a6..d0be54a6 100644
--- a/kinoraw_tools/jumptocut.py
+++ b/sequencer_kinoraw_tools/jumptocut.py
diff --git a/kinoraw_tools/operators_extra_actions.py b/sequencer_kinoraw_tools/operators_extra_actions.py
index 1b52e3f2..1b52e3f2 100644
--- a/kinoraw_tools/operators_extra_actions.py
+++ b/sequencer_kinoraw_tools/operators_extra_actions.py
diff --git a/kinoraw_tools/proxy_tools.py b/sequencer_kinoraw_tools/proxy_tools.py
index 33804241..33804241 100644
--- a/kinoraw_tools/proxy_tools.py
+++ b/sequencer_kinoraw_tools/proxy_tools.py
diff --git a/kinoraw_tools/random_editor.py b/sequencer_kinoraw_tools/random_editor.py
index e52f3fc4..e52f3fc4 100644
--- a/kinoraw_tools/random_editor.py
+++ b/sequencer_kinoraw_tools/random_editor.py
diff --git a/kinoraw_tools/recursive_loader.py b/sequencer_kinoraw_tools/recursive_loader.py
index 22b34754..22b34754 100644
--- a/kinoraw_tools/recursive_loader.py
+++ b/sequencer_kinoraw_tools/recursive_loader.py
diff --git a/kinoraw_tools/ui.py b/sequencer_kinoraw_tools/ui.py
index 51b5de42..51b5de42 100644
--- a/kinoraw_tools/ui.py
+++ b/sequencer_kinoraw_tools/ui.py
diff --git a/stored_views/__init__.py b/space_view3d_stored_views/__init__.py
index 8deca8f0..8deca8f0 100644
--- a/stored_views/__init__.py
+++ b/space_view3d_stored_views/__init__.py
diff --git a/stored_views/core.py b/space_view3d_stored_views/core.py
index 34f57dfe..b3e7c6f4 100644
--- a/stored_views/core.py
+++ b/space_view3d_stored_views/core.py
@@ -11,7 +11,7 @@ import bpy
# Utility function get preferences setting for exporters
def get_preferences():
# replace the key if the add-on name changes
- addon = bpy.context.user_preferences.addons["stored_views"]
+ addon = bpy.context.user_preferences.addons[__package__]
show_warn = (addon.preferences.show_exporters if addon else False)
return show_warn
diff --git a/stored_views/io.py b/space_view3d_stored_views/io.py
index b6aec4dd..b6aec4dd 100644
--- a/stored_views/io.py
+++ b/space_view3d_stored_views/io.py
diff --git a/stored_views/operators.py b/space_view3d_stored_views/operators.py
index 1ec3026b..1ec3026b 100644
--- a/stored_views/operators.py
+++ b/space_view3d_stored_views/operators.py
diff --git a/stored_views/properties.py b/space_view3d_stored_views/properties.py
index 6dffc3d0..6dffc3d0 100644
--- a/stored_views/properties.py
+++ b/space_view3d_stored_views/properties.py
diff --git a/stored_views/ui.py b/space_view3d_stored_views/ui.py
index 09f0b15c..c35acfff 100644
--- a/stored_views/ui.py
+++ b/space_view3d_stored_views/ui.py
@@ -25,7 +25,7 @@ from bpy.types import (
def get_preferences_timer():
# replace the key if the add-on name changes
# TODO: expose refresh rate to ui???
- addon = bpy.context.user_preferences.addons["stored_views"]
+ addon = bpy.context.user_preferences.addons[__package__]
timer_update = (addon.preferences.view_3d_update_rate if addon else False)
return timer_update