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 #####
# <pep8 compliant>
bl_info = {
"name": "Motion Trail",

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
bl_info = {
"name": "UI Classes Overview",
"author": "lijenstina",

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
bl_info = {
"name": "Export: Adobe After Effects (.jsx)",
"description": "Export cameras, selected objects & camera solution "

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8-80 compliant>
from bpy_extras.io_utils import (
ImportHelper,
ExportHelper,

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
# Script copyright (C) Bob Holcomb
# 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 #####
# <pep8 compliant>
# Script copyright (C) Bob Holcomb
# Contributors: Bob Holcomb, Richard L?rk?ng, Damien McGinnes, Sebastian Sille
# Campbell Barton, Mario Lapin, Dominique Lorre, Andreas Atteneder

View File

@ -16,8 +16,6 @@
#
# ***** END GPL LICENCE BLOCK *****
# <pep8 compliant>
bl_info = {
"name": "Open Street Map (.osm)",
"author": "Michael Anthrax Schlachter, ideasman42, littleneo",

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
bl_info = {
"name": "Adobe Illustrator / PDF / SVG",
"author": "Howard Trickey",

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
"""Convert an Art object to a list of PolyArea objects.
"""

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
"""Geometry classes and operations.
Also, vector file representation (Art).
"""

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
"""Importing a vector file into Model format.
"""

View File

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

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
"""Creating offset polygons inside faces."""
__author__ = "howard.trickey@gmail.com"

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
"""Functions for dealing with PDF files.
"""

View File

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

View File

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

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
"""Reading various vector file formats.
Functions for classifying files, tokenizing, and parsing them.

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
bl_info = {
"name": "Motion Capture Tools",
"author": "Benjy Cook",

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
import bpy
from mathutils import Vector
from bpy_extras import anim_utils

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
from math import sqrt, radians, floor, ceil
import bpy
import time

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
import bpy
from mathutils import Vector, Matrix
from math import radians

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
bl_info = {
"name": "Auto Face Map Widgets",
"author": "Campbell Barton",

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
import bpy
from bpy.types import (
Operator,

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
# Use so we can develop modules without reloading the add-on.

View File

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

View File

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

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
# Script copyright (C) Blender Foundation 2012

View File

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

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
bl_info = {
"name": "Render to Print",
"author": "Marco Crippa <thekrypt77@tiscali.it>, Dealga McArdle, zebus3d",

View File

@ -16,8 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####
# <pep8 compliant>
# this script creates Keyboard layout images of the current keyboard configuration.
# first implementation done by jbakker
# version 0.2 - file manager directory on export, modified the SVG layout (lijenstina)