Blender Git Loki

Blender Git "greasepencil-object" branch commits.

Page: 261 / 345

February 2, 2018, 16:48 (GMT)
Cleanup: Fix comments
February 2, 2018, 16:32 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 2, 2018, 16:01 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 2, 2018, 15:59 (GMT)
New Split operator

Split selected points in a new stroke in the same frame. The stroke is not created in the current frame, but in the frame of the original stroke.

Shortcut: V
February 2, 2018, 10:22 (GMT)
Cleanup: Remove duplicate operation

It was stupid add and sub the same value
February 2, 2018, 09:49 (GMT)
Make color picker panel more compact

There was too many space between colors and panel borders.

Also changed the aspect ratio for small number of colors.
February 2, 2018, 09:34 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 2, 2018, 09:34 (GMT)
Cleanup: Create function to duplicate stroke to avoid code duplication.
February 2, 2018, 06:43 (GMT)
Cleanup: De-duplicate dynamic enum function used for setting GP brush icons

It turned out that there were slight differences between these two
versions (namely, where they searched for the list of active brushes),
but it's not too much of a stretch to use the same code for this with
a few minor tweaks, as per this commit.
February 2, 2018, 03:15 (GMT)
Cleanup: Remove unused/deprecated dynamic enum stuff
February 1, 2018, 18:18 (GMT)
New option to separate Points

Added an option to separate selected points and not only whole stroke.

Also some cleanup task as rename vars and reorganize code.
February 1, 2018, 17:23 (GMT)
Add P key shortcut for Separate operator
February 1, 2018, 16:11 (GMT)
UI changes for color picker

* Colors have labels, so previews don't need to be as big, GP_BOX_SIZE set to 32.
* More padding between items, they are too close to each other at the moment GP_BOX_GAP set to 24.
* Round boxes are a bit less round to match the rest of the UI 0.2f (before used 0.4f)
* Cursor should not change to color picker. We are performing an action (selecting an item), not picking UI colors per se.

Thanks Pablo Vazquez for the feedback
February 1, 2018, 15:31 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 1, 2018, 15:22 (GMT)
Cleanup: Define a shared poll method for edit 3D
February 1, 2018, 15:22 (GMT)
Cleanup: Remove unnecessary flags and fix typo
February 1, 2018, 15:22 (GMT)
New Separate operator

This operator works similar to mesh separate operator, but for grease pencil strokes.

Two options:

a) Selected Strokes
b) Active Layer
February 1, 2018, 07:38 (GMT)
Move int <-> float 2d vector funcs from GP code to Math Lib

We now have the following two new functions:
* copy_v2fl_v2i(float r[2], const int a[2]) <-- Copies 2D int vector to float vector
* round_v2i_v2fl(int r[2], const float a[2]) <-- Copies 2D float vector to int vector, by rounding the values
January 31, 2018, 09:17 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 31, 2018, 05:58 (GMT)
Cleanup: Use standard mathlib functions here, instead of inlined pointer magic/etc.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021