Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> rjg
Robert Guetzkow (rjg)
Total Commits : 49
Master Commits : 43
Branch Commits : 6
First Commit : January 26, 2019
Latest Commit : August 24, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
August, 2021 | 1 | |
July, 2021 | 0 | |
June, 2021 | 0 | |
May, 2021 | 3 | |
April, 2021 | 0 | |
March, 2021 | 0 | |
February, 2021 | 2 | |
January, 2021 | 6 | |
December, 2020 | 1 | |
November, 2020 | 11 | |
October, 2020 | 3 | |
September, 2020 | 0 | |
August, 2020 | 0 | |
July, 2020 | 0 | |
June, 2020 | 1 | |
May, 2020 | 4 | |
April, 2020 | 3 | |
March, 2020 | 3 | |
February, 2020 | 0 | |
January, 2020 | 1 | |
December, 2019 | 2 | |
November, 2019 | 3 | |
October, 2019 | 2 | |
September, 2019 | 0 | |
August, 2019 | 0 | |
July, 2019 | 0 | |
June, 2019 | 0 | |
May, 2019 | 0 | |
April, 2019 | 1 | |
March, 2019 | 1 | |
February, 2019 | 0 | |
January, 2019 | 1 |
Commit Distribution
Favourite Files
Filename | Total Edits |
---|---|
blender_default.py | 4 |
file_ops.c | 3 |
fileops.c | 3 |
rna_nodetree.c | 2 |
rna_particle.c | 2 |
node_draw.c | 2 |
space_filebrowser.py | 2 |
versioning_290.c | 2 |
appdir.c | 2 |
transform.c | 2 |
File Changes
Action | Total | Per Commit |
---|---|---|
Modified | 67 | 1.4 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 734 | 18.4 |
Lines Removed | 165 | 4.1 |
Latest commits
August 24, 2021, 16:41 (GMT) |
Fix T90715: Remove correct particle modifier through Python API Before this patch attempting to remove a particle modifier programmatically through Python would fail, because it deleted the modifier associated with the currently active particle system instead of the one passed as an argument to `bpy.types.ObjectModifiers.remove()`. This fix adds an additional argument for the particle system to `object_remove_particle_system`. This allows to specify which particle system and its associated modifier shall be removed. In case of `particle_system_remove_exec` it will remain the currently active particle system, whereas `object_remove_particle_system` passes the particle system of the modifier. Hence, the correct modifier will be removed. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D12234 |
Revision ced7203 by Robert Guetzkow / Stefan Werner (cycles_texture_cache) May 6, 2021, 09:25 (GMT) |
Fix T82824: Draw sensor size with correct alpha Previously the option in the camera's //Object Data Properties > Viewport Display > Sensor// would not display the sensor in camera view. This seemed to be caused by the theme color `TH_VIEW_OVERLAY` having zero set for the alpha channel and alpha blending being active, resulting in no visible output. Hence `immUniformThemeColorShade(TH_VIEW_OVERLAY, 100);` is replaced with `immUniformThemeColorShadeAlpha(TH_VIEW_OVERLAY, 100, 255);`. Reviewed By: mano-wii Differential Revision: https://developer.blender.org/D11075 |
May 2, 2021, 09:20 (GMT) |
Merge branch 'blender-v2.93-release' |
May 2, 2021, 09:13 (GMT) |
Fix T82824: Draw sensor size with correct alpha Previously the option in the camera's //Object Data Properties > Viewport Display > Sensor// would not display the sensor in camera view. This seemed to be caused by the theme color `TH_VIEW_OVERLAY` having zero set for the alpha channel and alpha blending being active, resulting in no visible output. Hence `immUniformThemeColorShade(TH_VIEW_OVERLAY, 100);` is replaced with `immUniformThemeColorShadeAlpha(TH_VIEW_OVERLAY, 100, 255);`. Reviewed By: mano-wii Differential Revision: https://developer.blender.org/D11075 |
February 2, 2021, 19:42 (GMT) |
Merge branch 'blender-v2.92-release' |
February 2, 2021, 19:37 (GMT) |
Fix T85225: Variable scope in ridged multi-fractal noise This patch fixes a bug introduced in rB74188e65028d268af887ab2140e4253087410c1e. The commit incorrectly moved the declaration and intialization of the variable `pwr` inside the loop. Since the value was originally modified in each iteration based on it's previous value and `pwHL` through `pwr *= pwHL`, this change in scope was wrong. It resetted the value in each iteration. This patch moves the declaration of `pwr` outside the loop again. Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D10258 |
January 29, 2021, 12:16 (GMT) |
Merge branch 'blender-v2.92-release' |
January 29, 2021, 12:10 (GMT) |
Fix T84588: Set parameter as required for uv_on_emitter This commit fixes T84588's second issue. The `particle` parameter was declared optional in the Python API of `bpy.types.ParticleSystem.uv_on_emitter` due to a typo in the RNA definition. This commit marks it as required. Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D10127 |
January 26, 2021, 11:41 (GMT) |
Merge branch 'blender-v2.92-release' |
January 26, 2021, 11:38 (GMT) |
Fix T84708: Versioning for Set Alpha node The versioning code introduced in rB38df935c0985 skips the composite node tree that is used by the scene thus not correctly versioning Set Alpha nodes outside of node groups. This fix iterates through all node trees to version all Set Alpha nodes. Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D10110 |
MiikaHweb - Blender Git Statistics v1.06