Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
uhlik committed Feb 5, 2023
1 parent e3df991 commit 5ae28e3
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions carbon_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#
# ##### END GPL LICENSE BLOCK #####

# Copyright (c) 2023 Jakub Uhlik

bl_info = {"name": "Carbon Tools",
"description": "Ever-evolving set of small tools, workflows and shortcuts focused mainly on processing photogrammetry scans.",
"author": "Jakub Uhlik",
Expand Down
2 changes: 2 additions & 0 deletions color_management_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#
# ##### END GPL LICENSE BLOCK #####

# Copyright (c) 2023 Jakub Uhlik

bl_info = {"name": "Color Management Presets",
"description": "Presets support for Render > Color Management panel",
"author": "Jakub Uhlik",
Expand Down
20 changes: 20 additions & 0 deletions io_import_photoscan_cameras.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# ##### BEGIN GPL LICENSE BLOCK #####
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# ##### END GPL LICENSE BLOCK #####

# Copyright (c) 2023 Jakub Uhlik

bl_info = {"name": "Import Agisoft PhotoScan Cameras (.xml)",
"description": "",
"author": "Jakub Uhlik",
Expand Down
2 changes: 2 additions & 0 deletions io_mesh_fast_obj/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#
# ##### END GPL LICENSE BLOCK #####

# Copyright (c) 2023 Jakub Uhlik

bl_info = {"name": "Fast Wavefront^2 (.obj) (Cython)",
"description": "Import/Export single mesh as Wavefront OBJ. Only active mesh is exported. Only single mesh is expected on import. Supported obj features: UVs, normals, vertex colors using MRGB format (ZBrush).",
"author": "Jakub Uhlik",
Expand Down
2 changes: 2 additions & 0 deletions space_view3d_point_cloud_visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#
# ##### END GPL LICENSE BLOCK #####

# Copyright (c) 2023 Jakub Uhlik

bl_info = {"name": "Point Cloud Visualizer",
"description": "Display, edit, filter, render, convert, generate and export colored point cloud PLY files.",
"author": "Jakub Uhlik",
Expand Down
2 changes: 2 additions & 0 deletions system_time_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#
# ##### END GPL LICENSE BLOCK #####

# Copyright (c) 2023 Jakub Uhlik

bl_info = {"name": "Time Tracker",
"description": "Track time spent in blender. Writes data to .csv and provides summary sorted by project (directory name).",
"author": "Jakub Uhlik",
Expand Down
2 changes: 2 additions & 0 deletions uv_tube_unwrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#
# ##### END GPL LICENSE BLOCK #####

# Copyright (c) 2023 Jakub Uhlik

bl_info = {"name": "Tube UV Unwrap",
"description": "UV unwrap tube-like meshes (all quads, no caps, fixed number of vertices in each ring)",
"author": "Jakub Uhlik",
Expand Down

0 comments on commit 5ae28e3

Please sign in to comment.