3
11

io_scene_3ds: Update for Blender 3.x #2

Merged
Sebastian Sille merged 34 commits from blender-v3.5-release into blender-v3.1-release 2023-02-17 22:45:58 +01:00
30 changed files with 0 additions and 60 deletions
Showing only changes of commit 9406de5f31 - Show all commits

View File

@ -16,8 +16,6 @@
# #
# ##### END GPL LICENSE BLOCK ##### # ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
bl_info = { bl_info = {
"name": "Motion Trail", "name": "Motion Trail",

View File

@ -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",

View File

@ -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 "

View File

@ -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,

View File

@ -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

View File

@ -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

View File

@ -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",

View File

@ -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",

View File

@ -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.
""" """

View File

@ -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).
""" """

View File

@ -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.
""" """

View File

@ -16,8 +16,6 @@
# #
# ##### END GPL LICENSE BLOCK ##### # ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
"""Manipulations of Models. """Manipulations of Models.
""" """

View File

@ -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"

View File

@ -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.
""" """

View File

@ -16,8 +16,6 @@
# #
# ##### END GPL LICENSE BLOCK ##### # ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
"""Reading SVG file format. """Reading SVG file format.
""" """

View File

@ -16,8 +16,6 @@
# #
# ##### END GPL LICENSE BLOCK ##### # ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
from . import geom from . import geom
import math import math

View File

@ -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.

View File

@ -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",

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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",

View File

@ -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,

View File

@ -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.

View File

@ -16,8 +16,6 @@
# #
# ##### END GPL LICENSE BLOCK ##### # ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
''' '''
Face map manipulator: Face map manipulator:

View File

@ -16,8 +16,6 @@
# #
# ##### END GPL LICENSE BLOCK ##### # ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
import bpy import bpy
import math import math

View File

@ -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

View File

@ -16,8 +16,6 @@
# #
# ======================= END GPL LICENSE BLOCK ======================== # ======================= END GPL LICENSE BLOCK ========================
# <pep8 compliant>
# ######################################## # ########################################
# Render Cube Map # Render Cube Map
# #

View File

@ -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",

View File

@ -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)