io_scene_3ds: Update for Blender 3.x #2
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
|
|
||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "Motion Trail",
|
"name": "Motion Trail",
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "UI Classes Overview",
|
"name": "UI Classes Overview",
|
||||||
"author": "lijenstina",
|
"author": "lijenstina",
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "Export: Adobe After Effects (.jsx)",
|
"name": "Export: Adobe After Effects (.jsx)",
|
||||||
"description": "Export cameras, selected objects & camera solution "
|
"description": "Export cameras, selected objects & camera solution "
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8-80 compliant>
|
|
||||||
|
|
||||||
from bpy_extras.io_utils import (
|
from bpy_extras.io_utils import (
|
||||||
ImportHelper,
|
ImportHelper,
|
||||||
ExportHelper,
|
ExportHelper,
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
# Script copyright (C) Bob Holcomb
|
# Script copyright (C) Bob Holcomb
|
||||||
# Contributors: Campbell Barton, Bob Holcomb, Richard Lärkäng, Damien McGinnes, Mark Stijnman, Sebastian Sille
|
# Contributors: Campbell Barton, Bob Holcomb, Richard Lärkäng, Damien McGinnes, Mark Stijnman, Sebastian Sille
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
# Script copyright (C) Bob Holcomb
|
# Script copyright (C) Bob Holcomb
|
||||||
# Contributors: Bob Holcomb, Richard L?rk?ng, Damien McGinnes, Sebastian Sille
|
# Contributors: Bob Holcomb, Richard L?rk?ng, Damien McGinnes, Sebastian Sille
|
||||||
# Campbell Barton, Mario Lapin, Dominique Lorre, Andreas Atteneder
|
# Campbell Barton, Mario Lapin, Dominique Lorre, Andreas Atteneder
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ***** END GPL LICENCE BLOCK *****
|
# ***** END GPL LICENCE BLOCK *****
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "Open Street Map (.osm)",
|
"name": "Open Street Map (.osm)",
|
||||||
"author": "Michael Anthrax Schlachter, ideasman42, littleneo",
|
"author": "Michael Anthrax Schlachter, ideasman42, littleneo",
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "Adobe Illustrator / PDF / SVG",
|
"name": "Adobe Illustrator / PDF / SVG",
|
||||||
"author": "Howard Trickey",
|
"author": "Howard Trickey",
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
"""Convert an Art object to a list of PolyArea objects.
|
"""Convert an Art object to a list of PolyArea objects.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
"""Geometry classes and operations.
|
"""Geometry classes and operations.
|
||||||
Also, vector file representation (Art).
|
Also, vector file representation (Art).
|
||||||
"""
|
"""
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
"""Importing a vector file into Model format.
|
"""Importing a vector file into Model format.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
"""Manipulations of Models.
|
"""Manipulations of Models.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
"""Creating offset polygons inside faces."""
|
"""Creating offset polygons inside faces."""
|
||||||
|
|
||||||
__author__ = "howard.trickey@gmail.com"
|
__author__ = "howard.trickey@gmail.com"
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
"""Functions for dealing with PDF files.
|
"""Functions for dealing with PDF files.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
"""Reading SVG file format.
|
"""Reading SVG file format.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
|
|
||||||
from . import geom
|
from . import geom
|
||||||
import math
|
import math
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
"""Reading various vector file formats.
|
"""Reading various vector file formats.
|
||||||
|
|
||||||
Functions for classifying files, tokenizing, and parsing them.
|
Functions for classifying files, tokenizing, and parsing them.
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "Motion Capture Tools",
|
"name": "Motion Capture Tools",
|
||||||
"author": "Benjy Cook",
|
"author": "Benjy Cook",
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
import bpy
|
import bpy
|
||||||
from mathutils import Vector
|
from mathutils import Vector
|
||||||
from bpy_extras import anim_utils
|
from bpy_extras import anim_utils
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
from math import sqrt, radians, floor, ceil
|
from math import sqrt, radians, floor, ceil
|
||||||
import bpy
|
import bpy
|
||||||
import time
|
import time
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
import bpy
|
import bpy
|
||||||
from mathutils import Vector, Matrix
|
from mathutils import Vector, Matrix
|
||||||
from math import radians
|
from math import radians
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "Auto Face Map Widgets",
|
"name": "Auto Face Map Widgets",
|
||||||
"author": "Campbell Barton",
|
"author": "Campbell Barton",
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
import bpy
|
import bpy
|
||||||
from bpy.types import (
|
from bpy.types import (
|
||||||
Operator,
|
Operator,
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
|
|
||||||
# Use so we can develop modules without reloading the add-on.
|
# Use so we can develop modules without reloading the add-on.
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Face map manipulator:
|
Face map manipulator:
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
import bpy
|
import bpy
|
||||||
import math
|
import math
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
# Script copyright (C) Blender Foundation 2012
|
# Script copyright (C) Blender Foundation 2012
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ======================= END GPL LICENSE BLOCK ========================
|
# ======================= END GPL LICENSE BLOCK ========================
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
# ########################################
|
# ########################################
|
||||||
# Render Cube Map
|
# Render Cube Map
|
||||||
#
|
#
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
bl_info = {
|
bl_info = {
|
||||||
"name": "Render to Print",
|
"name": "Render to Print",
|
||||||
"author": "Marco Crippa <thekrypt77@tiscali.it>, Dealga McArdle, zebus3d",
|
"author": "Marco Crippa <thekrypt77@tiscali.it>, Dealga McArdle, zebus3d",
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
# ##### END GPL LICENSE BLOCK #####
|
# ##### END GPL LICENSE BLOCK #####
|
||||||
|
|
||||||
# <pep8 compliant>
|
|
||||||
|
|
||||||
# this script creates Keyboard layout images of the current keyboard configuration.
|
# this script creates Keyboard layout images of the current keyboard configuration.
|
||||||
# first implementation done by jbakker
|
# first implementation done by jbakker
|
||||||
# version 0.2 - file manager directory on export, modified the SVG layout (lijenstina)
|
# version 0.2 - file manager directory on export, modified the SVG layout (lijenstina)
|
||||||
|
Reference in New Issue
Block a user