Blender Git Commit Log

All Blender Git commits.

Page: 2792 / 8462

December 19, 2018, 21:14 (GMT)
Fix crash clicking on trackball widget

Missing check in newly added gizmo orientations.
December 19, 2018, 21:03 (GMT)
Cleanup: argument wrapping indentation
December 19, 2018, 20:46 (GMT)
UI: expose gizmo orientation as a single enum

Avoids awkward logic from the popover,
by faking an extra item in the enum.
December 19, 2018, 19:51 (GMT)
Fix T59391: Crash snapping to active
December 19, 2018, 19:33 (GMT)
Fix T59387: Axis target crash
December 19, 2018, 18:50 (GMT)
GP: Fix error drawing on Camera view for Surface/Stroke

This bug was introduced fixing task T59595
December 19, 2018, 17:39 (GMT)
GP: Primitive: Add MMB to confirm

Based on GP team feedback
December 19, 2018, 16:09 (GMT)
Fix T59595: Grease Pencil and CameraView

The perspective effect deformed the stroke. Now when you are in camera view and the lock axis is not enabled, the stroke is reprojected flat over the view to remove any deformation.

Also fixed reproject operator to use the origin set in topbar and not cursor 3D always.
December 19, 2018, 16:02 (GMT)
Fix T59574: Prop_search fails to set objects from scene.

Another case where editstr from search button would be used, when we
actually have desired pointer itself already available in button.

Am growing tired of doing bandaids fixes on that search menu stuff,
whole thing would require some real re-coding imho, to get rid of that
tantacular dependency over string 'identifier' only (when we should also
have access to at the very least, the active index, and also probably
active data pointer itself...).
And/or clearly separate string identifier from 'UI' string shown to user.
December 19, 2018, 16:00 (GMT)
Fix T58376: incorrect tooltip in subsurf modifier
December 19, 2018, 15:33 (GMT)
GP: Primitive: Add MMB to confirm
December 19, 2018, 15:26 (GMT)
Fix (unreported): Wireframe fails in the sculpt mode on some AMD GPUs.
December 19, 2018, 14:56 (GMT)
Fix T59273: Text object disappears when Fill Mode is set to None

Reviewers: fclem

Differential Revision: https://developer.blender.org/D4103
December 19, 2018, 14:36 (GMT)
Fixes for particle system and physics

- Silence harmless error print about relation.

Object with particle system which doesn't use physics will
not have point cache component.

- Tag relations for update when particle system physics type
change.

This ensures correct state of point cache component.

This is all part of T59258.
December 19, 2018, 14:02 (GMT)
Fix T58739: Camera Location, keyframe Bug

This was originally caused by fix for T53788. Not sure why extra
`where_is` is needed there, the object is supposed to be evaluated
already.
December 19, 2018, 12:53 (GMT)
BLI_bitmap: add functions operating on the whole bitmask.

There is no point having operations that iterate over the whole
bit array as macros, so convert BLI_BITMAP_SET_ALL to a function.
Also, add more utilities for copying and manipulating masks.

Reviewers: brecht, campbellbarton

Differential Revision: https://developer.blender.org/D4101
December 19, 2018, 12:18 (GMT)
GP: Primitive: Fix jitter

Missing vector calculation.
December 19, 2018, 12:18 (GMT)
GP: Primitive: Add RMB behaviour to Grab/Move
December 19, 2018, 11:58 (GMT)
Merge branch 'master' into blender2.8
December 19, 2018, 11:56 (GMT)
Build info: Ensure hash length is same across all platforms and has no conflicts

The original issue was that different platforms will use different
hash lengths, just because defaults on Git client were different.

Now we use explicit length for the hash, and length is the same as
is used for short hashes in Linux -- apparently they started to have
collisions with length of 11.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021