Blender Git Commit Log

All Blender Git commits.

Page: 1838 / 8462

February 23, 2020, 19:03 (GMT)
GPencil: Cleanup Vertex Color maths
February 23, 2020, 17:27 (GMT)
Merge branch 'master' into greasepencil-object
February 23, 2020, 17:24 (GMT)
GPencil: Fix Vertex Color modifier

Solved belnding problems and code cleanup
February 23, 2020, 16:42 (GMT)
GPencil: Reorganize Masking parameters in modifiers

- Removed duplicated code
- Make more compact the list
February 23, 2020, 16:37 (GMT)
Use new LinearAllocatedVector in various places
February 23, 2020, 16:35 (GMT)
new LinearAllocatedVector<T>

This is a vector that does not own the memory its elements are stored in.
Instead, a linear allocator is passed to every call to `append`, that will
be used if the vector has to grow. Since a linear allocator does not support
deallocation, no memory is dealloced until the linear allocator is destructed.

This structure can be used when many small vectors of initially unknown
size are required.
February 23, 2020, 15:52 (GMT)
UI: Remove Width/Percentage control from Bevel tool settings

Since this control is set as you drag in the viewport anyway, this amount value is effectively useless.

It was only recently added by mistake with the Bevel GSOC.
February 23, 2020, 15:41 (GMT)
GPencil: Fix array modifier rotation bug
February 23, 2020, 14:59 (GMT)
add missing include
February 23, 2020, 14:46 (GMT)
improve naming
February 23, 2020, 14:25 (GMT)
Merge branch 'functions' into simulation-tree
February 23, 2020, 14:25 (GMT)
Merge branch 'master' into functions
February 23, 2020, 13:32 (GMT)
Overlay: Fix wireframes being brighter because of color management

Also change the blending factors to make wireframe a bit darker in
unselected cases.
February 23, 2020, 13:28 (GMT)
GPencil: Fix HSV modifier

The HSV formula was wrong
February 23, 2020, 12:11 (GMT)
Merge branch 'master' into greasepencil-object
February 23, 2020, 12:11 (GMT)
GPencil: UI changes to Array modifier

- Replace Material by Material Override.
- Remove the separator between the rotation/scale triples and the random property.
- Add a separator after the rotation/scale props.
February 23, 2020, 11:55 (GMT)
GPencil: Change Simplify RDP tooltip

February 23, 2020, 11:45 (GMT)
GPencil: Patch Subdivision Simple option and fix buf in Tint patching
February 23, 2020, 11:41 (GMT)
GPencil: Change Subdivision Simple mode to more clear UI
February 23, 2020, 10:42 (GMT)
GPencil: Change Tint modifier

- Change factor increment to 0.01 and precision 2.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021