Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timurhai committed Jul 25, 2022
1 parent 7d6e18d commit d108ed8
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 27 deletions.
8 changes: 3 additions & 5 deletions docs/changes_log/changes_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ If Afanasy **network protocol changed**, it became incompatible with old one.
You can upgrade only one client or server for changes.


.. _changes-log-latest:

v3.3.0
======

*Not released*

2022.06.28
2022.07.25

- AfRender can send to server `GPU resources <../afanasy/render.html#gpu-string>`_:
utilization, temperature, memory total and used.
Expand Down Expand Up @@ -58,8 +58,6 @@ v3.3.0
- AfServer and job block with no task crash fixed.
The crash was very rare, another block with tasks should follow a block without tasks.

.. _changes-log-latest:


v3.2.2
======
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@

# General information about the project.
project = u'CGRU - AFANASY'
copyright = u'2021, CGRU Team'
copyright = u'2022, CGRU Team'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '3.2'
version = '3.3'
# The full version, including alpha/beta/rc tags.
release = '3.2.0'
release = '3.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ Set ``CGRU_[PARAM_NAME]`` environment variable. For example to setup console to
Python API will take environment overrides too.

Config Path Override
----------------
--------------------

You can override the path to a custom config file using the ``CGRU_CUSTOM_CONFIG`` environment variable. This will be loaded last, but before ``~/.cgru/config.json``
36 changes: 18 additions & 18 deletions docs/downloads/downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,41 @@ MS Windows

ZIP Archive:

https://sourceforge.net/projects/cgru/files/3.2.2/cgru.3.2.2.windows.zip/download
https://sourceforge.net/projects/cgru/files/3.3.0/cgru.3.3.0.windows.zip

64Bit, Python 3.9.6, PySide2, Qt 5.15.2, MSVC 2019.

.. _downloads-linux:

Linux
=====

- AltLinux 10 (Simply Linux)
..
- AltLinux 10 (Simply Linux)
https://sourceforge.net/projects/cgru/files/3.2.2/cgru.3.2.2.alt10.0_x86_64.tar.gz/download
- CentOS 7 (RHEL)
https://sourceforge.net/projects/cgru/files/3.2.2/cgru.3.2.2.CentOS-7_x86_64.tar.gz/download

- Debian 10
https://sourceforge.net/projects/cgru/files/3.2.2/cgru.3.2.2.debian10_amd64.tar.gz/download
https://sourceforge.net/projects/cgru/files/3.3.0/cgru.3.3.0.CentOS-7_x86_64.tar.gz

- Debian 11
https://sourceforge.net/projects/cgru/files/3.2.2/cgru.3.2.2.debian11_amd64.tar.gz/download
https://sourceforge.net/projects/cgru/files/3.3.0/cgru.3.3.0.debian11_amd64.tar.gz

- Fedora 35
https://sourceforge.net/projects/cgru/files/3.2.2/cgru.3.2.2.Fedora-35_x86_64.tar.gz/download
- Fedora 36
https://sourceforge.net/projects/cgru/files/3.3.0/cgru.3.3.0.Fedora-36_x86_64.tar.gz

- Open SUSE 15.3
https://sourceforge.net/projects/cgru/files/3.2.2/cgru.3.2.2.openSUSE-15.3_x86_64.tar.gz/download
- Open SUSE 15.4
https://sourceforge.net/projects/cgru/files/3.3.0/cgru.3.3.0.openSUSE-15.4_x86_64.tar.gz

- Rocky Linux 8.5 (RHEL)
https://sourceforge.net/projects/cgru/files/3.2.2/cgru.3.2.2.Rocky-8.5_x86_64.tar.gz/download
- Rocky Linux 8.6 (RHEL)
https://sourceforge.net/projects/cgru/files/3.3.0/cgru.3.3.0.Rocky-8.6_x86_64.tar.gz

- Ubuntu 18.04 LTS
https://sourceforge.net/projects/cgru/files/3.2.2/cgru.3.2.2.ubuntu18.04_amd64.tar.gz/download
- Rocky Linux 9.0 (RHEL)
https://sourceforge.net/projects/cgru/files/3.3.0/cgru.3.3.0.Rocky-9.0_x86_64.tar.gz

- Ubuntu 20.04 LTS
https://sourceforge.net/projects/cgru/files/3.2.2/cgru.3.2.2.ubuntu20.04_amd64.tar.gz/download
https://sourceforge.net/projects/cgru/files/3.3.0/cgru.3.3.0.ubuntu20.04_amd64.tar.gz

- Ubuntu 22.04 LTS
https://sourceforge.net/projects/cgru/files/3.3.0/cgru.3.3.0.ubuntu22.04_amd64.tar.gz

*All binaries (packages) are 64 bit.*

Expand All @@ -68,7 +68,7 @@ Sources

Latest release snapshot:

https://sourceforge.net/projects/cgru/files/3.2.2/cgru.3.2.2.zip/download
https://sourceforge.net/projects/cgru/files/3.3.0/cgru.3.3.0.zip

Repository:

Expand Down
3 changes: 3 additions & 0 deletions software_setup/setup_blender.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ if [ -z "$BLENDER_LOCATION" ]; then
else
export BLENDER_LOCATION="/usr/bin"
fi
if [ -x "/snap/blender/current" ]; then
export BLENDER_LOCATION="/snap/bin"
fi
fi

export BLENDER_CGRU_PATH="${CGRU_LOCATION}/plugins/blender"
Expand Down

0 comments on commit d108ed8

Please sign in to comment.