Blender Git Loki

Blender Git "temp-greasepencil-vfx" branch commits.

Page: 74 / 145

December 18, 2017, 11:35 (GMT)
Cleanup - Split out the GP stroke sculpting loop-over-strokes logic into a separate function
December 18, 2017, 08:47 (GMT)
Cleanup + Optimisations for GP Sculpt Multiframe

* Only initialise the falloff curve's internal data once per run,
instead of once per layer. We can probably even make this only happen
once for each run of the operator, as it shouldn't be possible to change
the curve in the meantime (requiring the data to be recalculated)

* Save off the multiframe falloff option into a variable instead of
doing the full check each time.

* Only calculate "diff_mat" once for each layer, instead of once for
each GP frame for multiedit. (Note: We weren't taking the frame numbers
into account anyway, so it doesn't matter to pull this out. However,
technically, if the layer was parented, we'd actually need to have been
recalculating the parents transforms for each of the multiedit frames
to get the real intended effects)
December 18, 2017, 08:29 (GMT)
Minor Optimisation for GP Grab brush

Write directly to the point instead of writing to a temporary value first
December 17, 2017, 19:36 (GMT)
WIP: Replace GL types by generic types
December 17, 2017, 19:16 (GMT)
WIP: Initial test for offscreen render

Initial test to make a proof of concept of the render in textures.
December 17, 2017, 18:57 (GMT)
Fix segment fault when delete object

The active object got null and this produced a segment fault.
December 17, 2017, 16:16 (GMT)
Use round caps while drawing
December 17, 2017, 16:16 (GMT)
Reduce size of round cap
December 17, 2017, 15:28 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 17, 2017, 15:18 (GMT)
New rounded end caps

Now the stroke ends are rounded to get more artistic look.
December 16, 2017, 09:54 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 16, 2017, 09:46 (GMT)
Fix multiframe error when lock layer

There was a segment fault if the some layer was locked and enable multiframe edit / sculpt or weight paint.

The shading group must be created because is used in multiedit lines.
December 15, 2017, 17:34 (GMT)
WIP: Experimental Offscreen buffer for fill

Simple implementation of stroke drawing to texture
December 15, 2017, 12:17 (GMT)
Fix merge errors

There was a problem with struct byte alignment.
December 15, 2017, 11:44 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/blenloader/intern/versioning_280.c
source/blender/draw/intern/draw_cache_impl.h
source/blender/makesdna/DNA_scene_types.h
December 15, 2017, 11:34 (GMT)
Delete with Border select in paint mode

This commit is similar to Lasso, but for border select.
December 15, 2017, 11:31 (GMT)
New Eraser with Lasso select

When you are in paint mode, if press Ctrl+Alt and select with lasso tool, the points are removed.

This is a request of the Hero team after been working in cleanup process. The Lasso delete allows to remove very fast areas of the drawing.
December 15, 2017, 10:44 (GMT)
Cleanup: Function to avoid code duplication
December 15, 2017, 10:40 (GMT)
Add Erase stroke with Ctrl key

If press Ctrl over a stroke while using the eraser, the stroke is fully deleted, not point by point
December 14, 2017, 17:16 (GMT)
Enable Hard Eraser with SHIFT

While you are drawing, if press Shift key, the eraser delete points with one contact only and does not depends of pressure.

This is very useful for fast remove.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021