Blender Git Commit Log

All Blender Git commits.

Page: 3493 / 8462

January 28, 2018, 12:17 (GMT)
Use brush color for lazy mouse line
January 28, 2018, 10:35 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 28, 2018, 10:20 (GMT)
Fix error in rotation

When rotate using falloff the stroke was scaled because the scale factors was changed by falloff.
January 28, 2018, 09:49 (GMT)
Fix error in cursor color for sculpt modes

The cursor color only must be vsisible in draw mode, not in sculpt
January 28, 2018, 06:18 (GMT)
Merge branch 'master' into blender2.8
January 28, 2018, 06:00 (GMT)
Cleanup: style, spelling
January 28, 2018, 05:40 (GMT)
Merge branch 'master' into blender2.8
January 28, 2018, 05:29 (GMT)
Cleanup: use doxy sections for view3d_view.c

Also move ..._needs_opengl functions into view3d_utils.c
January 28, 2018, 05:03 (GMT)
Use factory startup for icon generation

Avoids using local preferences.
January 28, 2018, 04:58 (GMT)
Merge branch 'master' into blender2.8
January 28, 2018, 04:18 (GMT)
Merge branch 'master' into blender2.8
January 28, 2018, 04:15 (GMT)
Cleanup: warning
January 28, 2018, 04:01 (GMT)
Cleanup: move 3D view utilities into own file

Operators and utility functions were getting too mixed up,
the files were also quite large.
January 27, 2018, 20:39 (GMT)
Fix T53914: Volumetric scattering now goes correctly through transparent surfaces.

There was a check for volume bounces at every surface intersection. That could lead to a volume scattered path being terminated
when passing through a transparent surface. This check was superfluous, as the volume shader evaluation already checks the
number of volume bounces and once it passes the max, volume shaders will not return scatter events any more.

Reviewers: #cycles, brecht

Reviewed By: #cycles, brecht

Subscribers: brecht, #cycles

Tags: #cycles

Maniphest Tasks: T53914

Differential Revision: https://developer.blender.org/D3024
January 27, 2018, 17:35 (GMT)
Fix error when delete all colors and redraw

When delete all colors and draw again, the color index was wrong.
January 27, 2018, 17:27 (GMT)
Display current color on cursor
January 27, 2018, 16:19 (GMT)
More work for Lazy Mouse

Now, the last point is always added in order to get precise end points.
January 27, 2018, 12:44 (GMT)
UI: Move Lazy Mouse options to Stroke panel
January 27, 2018, 12:34 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 27, 2018, 12:25 (GMT)
New Lazy Mouse option

This option delays the mouse movements to create more controlled strokes.

The function calculate the optimal location anmix with th current location.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021