io_scene_3ds: Update for Blender 3.x #2
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
|
||||
bl_info = {
|
||||
"name": "Motion Trail",
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
bl_info = {
|
||||
"name": "UI Classes Overview",
|
||||
"author": "lijenstina",
|
||||
|
@ -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 "
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8-80 compliant>
|
||||
|
||||
from bpy_extras.io_utils import (
|
||||
ImportHelper,
|
||||
ExportHelper,
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ***** END GPL LICENCE BLOCK *****
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
bl_info = {
|
||||
"name": "Open Street Map (.osm)",
|
||||
"author": "Michael Anthrax Schlachter, ideasman42, littleneo",
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
bl_info = {
|
||||
"name": "Adobe Illustrator / PDF / SVG",
|
||||
"author": "Howard Trickey",
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
"""Convert an Art object to a list of PolyArea objects.
|
||||
"""
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
"""Geometry classes and operations.
|
||||
Also, vector file representation (Art).
|
||||
"""
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
"""Importing a vector file into Model format.
|
||||
"""
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
"""Manipulations of Models.
|
||||
"""
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
"""Creating offset polygons inside faces."""
|
||||
|
||||
__author__ = "howard.trickey@gmail.com"
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
"""Functions for dealing with PDF files.
|
||||
"""
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
"""Reading SVG file format.
|
||||
"""
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
|
||||
from . import geom
|
||||
import math
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
"""Reading various vector file formats.
|
||||
|
||||
Functions for classifying files, tokenizing, and parsing them.
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
bl_info = {
|
||||
"name": "Motion Capture Tools",
|
||||
"author": "Benjy Cook",
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
import bpy
|
||||
from mathutils import Vector
|
||||
from bpy_extras import anim_utils
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
from math import sqrt, radians, floor, ceil
|
||||
import bpy
|
||||
import time
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
import bpy
|
||||
from mathutils import Vector, Matrix
|
||||
from math import radians
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
bl_info = {
|
||||
"name": "Auto Face Map Widgets",
|
||||
"author": "Campbell Barton",
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
import bpy
|
||||
from bpy.types import (
|
||||
Operator,
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
|
||||
# Use so we can develop modules without reloading the add-on.
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
'''
|
||||
Face map manipulator:
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
import bpy
|
||||
import math
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ##### END GPL LICENSE BLOCK #####
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
# Script copyright (C) Blender Foundation 2012
|
||||
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
# ======================= END GPL LICENSE BLOCK ========================
|
||||
|
||||
# <pep8 compliant>
|
||||
|
||||
# ########################################
|
||||
# Render Cube Map
|
||||
#
|
||||
|
@ -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",
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user