Add guides on how to manually collect bug report system information #58
BIN
docs/handbook/bug_reports/making_good_bug_reports/images/linux_get_blender_version.jpg
(Stored with Git LFS)
BIN
docs/handbook/bug_reports/making_good_bug_reports/images/linux_get_blender_version.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
docs/handbook/bug_reports/making_good_bug_reports/images/linux_get_blender_version_snap.jpg
(Stored with Git LFS)
Normal file → Executable file
BIN
docs/handbook/bug_reports/making_good_bug_reports/images/linux_get_blender_version_snap.jpg
(Stored with Git LFS)
Normal file → Executable file
Binary file not shown.
BIN
docs/handbook/bug_reports/making_good_bug_reports/images/linux_get_blender_version_steam.jpg
(Stored with Git LFS)
Normal file → Executable file
BIN
docs/handbook/bug_reports/making_good_bug_reports/images/linux_get_blender_version_steam.jpg
(Stored with Git LFS)
Normal file → Executable file
Binary file not shown.
@ -62,13 +62,16 @@ and include it on your bug report form like this: `AMD Radeon RX 7700 XT / 7800
|
|||||||
|
|
||||||
## Blender Version
|
## Blender Version
|
||||||
|
|
||||||
Follow one of the guides below to obtain your Blender version
|
Follow one of the guides below to obtain Blender version information,
|
||||||
number, then share it on your bug reporting form like this: `Blender 4.1.1`
|
The information we're intereted in are Blender version, commit date, hash,
|
||||||
|
and branch *(Blender 4.2+)*. Collect this information and share it on your
|
||||||
|
bug report form like this:
|
||||||
|
`Blender 4.2.0 - branch: main - commit date: 2024-05-16 20:40 - hash: 1558bc7cb428`
|
||||||
|
|
||||||
### Downloaded from Blender Website
|
### Downloaded from Blender Website
|
||||||
|
|
||||||
Navigate to where Blender is installed and run `/path/to/blender --verison`
|
Run `/path/to/blender --verison` in a terminal. The Blender version information
|
||||||
in a terminal. The Blender version can be found in the first line of the output.
|
will be visible in the output.
|
||||||
|
|
||||||
![](./images/linux_get_blender_version.jpg)
|
![](./images/linux_get_blender_version.jpg)
|
||||||
|
|
||||||
@ -77,14 +80,14 @@ in a terminal. The Blender version can be found in the first line of the output.
|
|||||||
Open Steam, right click on Blender and select the option
|
Open Steam, right click on Blender and select the option
|
||||||
`Manage > Browse local files`. A file browser will open displaying the path
|
`Manage > Browse local files`. A file browser will open displaying the path
|
||||||
to where Blender is installed. Open a terminal and run
|
to where Blender is installed. Open a terminal and run
|
||||||
`/path/to/blender --verison`. The Blender version can be found in the first line
|
`/path/to/blender --verison`. The Blender version information
|
||||||
of the output.
|
will be visible in the output.
|
||||||
|
|
||||||
![](./images/linux_get_blender_version_steam.jpg)
|
![](./images/linux_get_blender_version_steam.jpg)
|
||||||
|
|
||||||
### Downloaded from snap
|
### Downloaded from snap
|
||||||
|
|
||||||
Open a terminal and run `snap list | grep blender`. In the output you will find
|
Open a terminal and run `blender -version`. The Blender version information
|
||||||
Blender with a version number listed beside it.
|
will be visible in the output.
|
||||||
|
|
||||||
![](./images/linux_get_blender_version_snap.jpg)
|
![](./images/linux_get_blender_version_snap.jpg)
|
||||||
|
Loading…
Reference in New Issue
Block a user