Blender Git Statistics -> Developers -> monio

Bartosz Moniewski (monio)

Total Commits : 5
Master Commits : 4
Branch Commits : 1
First Commit : December 7, 2019
Latest Commit : April 9, 2020

Commits by Month

DateNumber of Commits
April, 20201
March, 20200
February, 20203
January, 20200
December, 20191

Commit Distribution

PathNumber of Commits
master4
vr_scene_inspection1

Favourite Files

FilenameTotal Edits
node_wave_texture.osl4
nodes.cpp4
svm_wave.h4
gpu_shader_material_tex_wave.glsl4
node_shader_tex_wave.c3
nodes.h3
versioning_cycles.c3
rna_nodetree.c2
blender_shader.cpp2
svm_types.h2

File Changes

ActionTotalPer Commit
Modified499.8

Code Changes

ActionTotalPer Commit
Lines Added1 070214.0
Lines Removed33366.6

Latest commits Feed

Revision 054950d by Bartosz Moniewski / Brecht Van Lommel (master)
April 9, 2020, 19:48 (GMT)
Shading: add Roughness input to Noise and Wave texture nodes

Currently in fractal_noise functions, each subsequent octave doubles the
frequency and reduces the amplitude by half. This patch introduces Roughness
input to Noise and Wave nodes. This multiplier determines how quickly the
amplitudes of the subsequent octaves decrease.

Value of 0.5 will be the default, generating identical noise we had before.
Values above 0.5 will increase influence of each octave resulting in more
"rough" noise, most interesting pattern changes happen there. Values below
0.5 will result in more "smooth" noise.

Differential Revision: https://developer.blender.org/D7065
Revision fdabd14 by Bartosz Moniewski / Julian Eisel (vr_scene_inspection)
February 20, 2020, 12:00 (GMT)
Shading: add direction modes and phase offset to wave texture node

* Direction mode X, Y and Z to align with axes rather than diagonal or
spherical as previously. X is the new default, existing files will
use diagonal or spherical for compatibility.
* Phase offset to offset the wave along its direction, for purposes like
animation and distortion.

https://developer.blender.org/D6382
Revision 67d12bb by Bartosz Moniewski / Brecht Van Lommel (master)
February 17, 2020, 12:24 (GMT)
Shading: add direction modes and phase offset to wave texture node

* Direction mode X, Y and Z to align with axes rather than diagonal or
spherical as previously. X is the new default, existing files will
use diagonal or spherical for compatibility.
* Phase offset to offset the wave along its direction, for purposes like
animation and distortion.

https://developer.blender.org/D6382
Revision 842e71a by Bartosz Moniewski / Brecht Van Lommel (master)
February 4, 2020, 12:46 (GMT)
Fix wrong default value for Lacunarity in Musgrave texture

Lacunarity parameter determines scaling of subsequent octaves in fractal
noises. For example, Noise node have this scaling hardcoded to 2.0. Each
octave have twice bigger scale than previous one, resulting in finer details.

By design fractal noises that generate octaves with same seed should not
have Lacunarity set to 1.0, since then it just stacks up identical noises.

Differential Revision: https://developer.blender.org/D6742
Revision 074c00f by Bartosz Moniewski / Brecht Van Lommel (master)
December 7, 2019, 18:06 (GMT)
Shaders: noise and wave distortion now work uniformly instead of diagonally

Previously Noise and Wave texture nodes would use noise functions within a [0,1]
range for distortion effects. We either add or subtract noise from coordinates,
never do both at same time. This led to the texture drastically shifting on the
diagonal axis of a plane / cube. This behavior makes the Distortion input hard
to control or animate. Capabilities of driving it with other texture are also
limited, diagonal shifting is very apparent.

This was fixed by offsetting the noise function to a signed range and making it
zero-centered. This way noise is uniformly added and subtracted from coordinates.
Texture pattern sticks to main coordinates which makes it way easier to control.

This change is not strictly backwards compatible, there is versioning to ensure
the scale of the distortion remains similar, but the particular pattern can be
a little different.

Differential Revision: https://developer.blender.org/D6177

MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021