Blender Git Commits

Blender Git commits from all branches.

Page: 1732 / 2888

July 9, 2017, 11:33 (GMT)
Fix error setting origin

The calculation was not right if the object had rotations
July 9, 2017, 09:41 (GMT)
Finish polyline session releasing Shift

For artist is better cancel polyline drawing session releasing the shift key instead to press Esc or Enter.

Now, to draw polylines keep shift pressed and finish releasing this key.
July 9, 2017, 08:23 (GMT)
added the alpha along with rgb in .ply exporter in vpaint
July 8, 2017, 19:22 (GMT)
WIP: Boundbox for GP object

This is the first implementation but cannot test because Eevee not support bounding box yet.
July 8, 2017, 18:36 (GMT)
Fix redraw glitches with popups overlapping topbar
July 8, 2017, 17:24 (GMT)
UI: Enable set origin for GPENCIL type
July 8, 2017, 17:08 (GMT)
Use tabs to list workspaces in topbar

Did some additional changes to make tabs align properly and look good.
July 8, 2017, 16:58 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 8, 2017, 16:17 (GMT)
Cleanup: remove unused line
July 8, 2017, 16:00 (GMT)
Add warning if mode is not supported

Warning user if try to use a non supported set origin option
July 8, 2017, 15:38 (GMT)
Remove custom set origin operator

This change has been integrated in standard set origin operator
July 8, 2017, 15:33 (GMT)
Include set origin in standard origin operator

Instead to use a dedicated operator use standard
July 8, 2017, 15:10 (GMT)
Add menu to set origin operator

In order to keep the UI consistency I have added a menu.

This menu has only one option, but the UI panel looks more consistent
July 8, 2017, 15:09 (GMT)
Move Group and ParticleSettings to new copying system.

Also fix several mistakes from previous commits.
July 8, 2017, 14:24 (GMT)
New Set Origin operator

This operator allows to change the pivot point origin for strokes.

Only valid in Edit Mode

Keymap: Ctrl+Alt+Shift+C
July 8, 2017, 14:09 (GMT)
Merge branch 'blender2.8' into topbar

Conflicts:
source/blender/blenloader/intern/versioning_280.c
source/blenderplayer/bad_level_call_stubs/stubs.c
July 8, 2017, 10:46 (GMT)
Move World and MovieClip to new copying system.
July 8, 2017, 10:20 (GMT)
Rename new `BKE_<foo>_copy_ex` to `BKE_<foo>_copy_data`.

Those are not actually copying the ID, only its internal subdata (and
other ID-specific handling). Generic processing common to all ID copying
is done by `BKE_id_copy_ex()`!
July 8, 2017, 10:14 (GMT)
Move Material, Texture and Image datablocks to new copying code.

Note that this is also bringing back Image copying code into 'regular'
process, instead of doing its own dirty cooking.
July 7, 2017, 19:09 (GMT)
added the alpha channel in vpaint a slider and change in ply exporter
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021