blender/tools
Dalai Felinto 9e3bd8a2d0 Fix gitea inactive script duplicated results
Although we had only 190 developers, the script
was accusing a total of 365 developers (with 188 inactive).

There were two problems here:
* The gitea API was only using the `limit` paramater when an explicit
  page was passed.
* There was a bug with the get_next_page code, that would skip the last
  page.

I now made the page always an explicit argument passed to fetch_single.

With this fix we now get: 190 developers with 98 inactive.
2023-07-10 17:00:58 +02:00
..
check_blender_release Merge branch 'blender-v3.6-release' into main 2023-06-21 15:15:23 +02:00
check_source Cleanup: code-comments 2023-07-07 15:11:19 +10:00
check_wiki License headers: use SPDX-FileCopyrightText for build_files/ & tools/ 2023-06-14 23:36:23 +10:00
config Cleanup: Grammar: "it's" vs "its" 2023-03-24 08:34:21 -04:00
git License headers: use SPDX-FileCopyrightText for build_files/ & tools/ 2023-06-14 23:36:23 +10:00
modules License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
svn_rev_map License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
utils Fix gitea inactive script duplicated results 2023-07-10 17:00:58 +02:00
utils_api License headers: use SPDX-FileCopyrightText for build_files/ & tools/ 2023-06-14 23:36:23 +10:00
utils_build Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
utils_doc License headers: use SPDX-FileCopyrightText for build_files/ & tools/ 2023-06-14 23:36:23 +10:00
utils_ide/qtcreator License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
utils_maintenance code_clean: add use_empty_void_arg cleanup operation 2023-07-02 19:54:27 +10:00
readme.rst Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00

Blender Dev Tools
#################

This repository is intended for miscellaneous tools, utilities, configurations and
anything that helps with Blender development, but aren't directly related to building Blender.

Some of the tools included may be used stand-alone, others expect Blenders source code to be available.


Usage
=====

While this is a stand-alone repository,
some of the scripts which access Blenders source code assume this repository will be located at
``tools`` within Blenders source code repository. At some point this may be included as a submodule.

Some tools also rely on the ``blender`` binary, this is assumed to be located at: ``../../blender.bin``.
*The root directory of Blender's git repository*


Categories
==========

Check Source
------------

Any tools for scanning source files to report issues with code, style, conventions, deprecated features etc.


Config
------

Configuration for 3rd party applications (IDE's, code-analysis, debugging tools... etc).


Git
---

Scripts and utilities for working with git.


Utils
-----

Programs (scripts) to help with development
(currently for converting formats, creating mouse cursor, updating themes).