Blender Git Commit Log

All Blender Git commits.

Page: 2433 / 8462

June 19, 2019, 15:23 (GMT)
Pass graphics context data to OpenXR graphics bindings on Linux too

Refactors function into a class, and make this class a friend of
GHOST_ContextGLX. That seems like a better way to access low level
graphics data for this specific case, rather than giving anyone access
via a getter.
June 19, 2019, 15:19 (GMT)
GPencil: Remove unreported duplicated Reproject operator in menu

The reproject option was duplicated. Detected writing the manual.
June 19, 2019, 15:05 (GMT)
Mantaflow: Removed old liquid code completely

rip
June 19, 2019, 14:44 (GMT)
Fix order of modifications for Set Origin.

The logic of parent update is very similar to Apply Transform, so made it
so parents are handled before children.
June 19, 2019, 14:44 (GMT)
Fix T65900: Apply Scale doesn't work correct with parenting

Parents are to be handled prior to their children.
June 19, 2019, 14:41 (GMT)
GPencil: Fix problem with several objects

The loop was not checking the end group of the object
June 19, 2019, 14:41 (GMT)
GPencil: Fix problem with several objects

The loop was not checking the end group of the object
June 19, 2019, 14:37 (GMT)
Fix T65614: Sequencer render single layer only

Was noticeable when sequencer uses scene with a compositor.

The way it was using render API was forcing a single render layer.

Reviewers: brecht

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5095
June 19, 2019, 14:20 (GMT)
Fix T65914: Workbench Transparency Film

When performing F12 render on a transparent film all solid objects where
a bit transparent. Single Pass AA and no AA passes were not visible at
all.

Issue was that the first frame was not handled correctly making these
artifacts. This commit changes the order of `GPU_state_init` and
`DRW_state_reset` so the state is correct during the first pass.
June 19, 2019, 14:00 (GMT)
Merge remote-tracking branch 'origin/master' into sybren-usd-experiments
June 19, 2019, 13:36 (GMT)
Add GUI option to use all options

Current options are :
- bvh_builder: Ask embree to build the BVH tree from bounding boxes
- Raw embree: Use all of embree features (cannot be used on GPU)
- bvh_access: Give all the object to Embree, then use introspection to
extract the tree
June 19, 2019, 13:06 (GMT)
Bring mask tools back to Masking Tool Area and update Context Menu

The mask tools in the Tool Area of Clip Editor where never brought back,
after decision was made to postpone proper masking tools to 2.81.

This brings back the Mask Tool Panel in the Mask tab of Masking Tool Area.

This Diff also adds a better Context Menu, which respects whether you're
in Masking or Tracking mode. I have added the most important operators
there, with a focus on those that are otherwise harder to access.

Reviewers: sergey, billreynish

Subscribers: sebastian, brecht, hype

Tags: #motion_tracking

Differential Revision: https://developer.blender.org/D5075
June 19, 2019, 13:04 (GMT)
Fix T65902: save all modified images should not try to save .psd files

We can't save these without data loss, so don't try to do this.
June 19, 2019, 12:03 (GMT)
Cleanup: Pass explicit dependency graph

Avoids hash lookup on per-object basis when applying transform.
June 19, 2019, 10:57 (GMT)
GPencil: Separate Stencils in groups of 255

Also some more changes to improve drawing.
June 19, 2019, 10:57 (GMT)
DRW: New functions for getting stencil_mask id

Workaround functions waiting for the clearing operation to be available inside the shgroups.

Required to check if the stencil was activated in the shading group to calculate batches of 255 stencil masks and reduce number of stencil clearing.
June 19, 2019, 10:57 (GMT)
GPencil: Remove parameter and use Stencil for lines solid only

Also removed the parameter from UI
June 19, 2019, 10:56 (GMT)
Merge branch 'master' into greasepencil-object
June 19, 2019, 10:56 (GMT)
Merge branch 'master' into GP_STENCIL
June 19, 2019, 10:25 (GMT)
GPencil: Separate Stencils in groups of 255

Also some more changes to improve drawing.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021