Blender Git Commits

Blender Git commits from all branches.

Page: 2509 / 2888

October 23, 2014, 13:04 (GMT)
Merge branch 'master' into temp_custom_loop_normals

Conflicts:
release/datafiles/blender_icons.svg
October 23, 2014, 12:43 (GMT)
Mostly some refactor in preparation of advanced data mixing.
October 23, 2014, 12:04 (GMT)
UI and properties support for having "Filled" GPencil Strokes/Shapes
October 23, 2014, 10:18 (GMT)
Merge branch 'master' into mesh-transfer-data
October 23, 2014, 10:03 (GMT)
GPencil Draw Operator: Implemented proper method to delay start of drawing

When running GPencil drawing operators from the toolbar or from a (pie) menu,
drawing operations shouldn't start immediately, but rather, only when users
actually click to start drawing. This is because the mouse is often not in a
suitable location for this to work when the operators get invoked from such
UI controls.

Previously, we used a hack which just detected certain types of events. This worked
ok for toolbars, but not for menus. Now, we've got a proper property to enable this
behaviour instead.
October 23, 2014, 09:59 (GMT)
readGridFromMemory correct dimensionality
October 23, 2014, 09:39 (GMT)
Libmv: Fix wrong search area clamping in frame accessor

Not sure who was that smart to make it wrong :)

Hopefully it'll fix the "magnetic" borders reported by Sebastian,
when the marker gets "attracted" by the frame bounds.
October 23, 2014, 08:55 (GMT)
Merge branch 'master' into libmv_prediction
October 23, 2014, 06:35 (GMT)
Expose Grease Pencil "Convert to Curves" operator directly in toolbar instead

It only really applies to the 3D view, so this makes more sense, and fits
the workflows for modellers and mograph artists more.
October 23, 2014, 06:30 (GMT)
Tweaks for Delete Active Frame in GPencil UI

* Expose "delete active frame" directly in GP UI (alongside frame locking)
instead of hiding in a submenu
* Deleting the active frame immediately makes the one before it active
October 23, 2014, 04:58 (GMT)
Bugfix: Fix for potentially uninitialised matrix, and 2D eraser being broken following recent changes
October 23, 2014, 04:50 (GMT)
GPencil: Refactor out space conversion APIs in response to Sergey's changes
October 23, 2014, 03:22 (GMT)
Merge branch 'master' into GPencil_EditStrokes

Conflicts (Unresolved):
source/blender/editors/gpencil/gpencil_paint.c
October 23, 2014, 03:16 (GMT)
Code Cleanup - Remove dead code
October 23, 2014, 03:13 (GMT)
Border Select for GPencil strokes
October 23, 2014, 01:12 (GMT)
Modified GPencil pie menu to work with edit modes
October 22, 2014, 21:12 (GMT)
after merge fix
October 22, 2014, 20:53 (GMT)
Merge remote-tracking branch 'origin/master' into multiview
October 22, 2014, 18:47 (GMT)
unnecessary calls to Mantaflow removed
October 22, 2014, 17:27 (GMT)
SSAO introduce quality settings

Basically change the way SSAO samples the screen by using a circular
filter instead. This is inspired by HBAO though we still don't use this.

The quality settings change the number and density of samples. We can
definitely improve things here though.

We also jitter the sampling locations per pixel. Generally this adds a
kind of noise. Some banding is, unfortunately still apparent and small
distances will introduce noise. This can be fixed but I will have to see
if it can be done without much of a cost.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021