Blender Git Commit Log

All Blender Git commits.

Page: 1461 / 8462

July 16, 2020, 15:27 (GMT)
Importer: Fix misaligned UV vertices of a mesh

The previous code was not initialising duplicate UV vertices which
created bad shapes in UV editor.

Also use range-loop.

Also since set_uv needs not be edited, mark curr_object const again.
July 16, 2020, 15:24 (GMT)
GPencil: Use GPencil Theme colors for Bezier control points

To flag the point the FREESTYLE flag is reused because the limit is 8 flags and all are already use it. As this handles never are displayed at the same time that freestyle is totally sure to reuse it.
July 16, 2020, 15:23 (GMT)
Cleanup: Port glClear calls to GPU module functions
July 16, 2020, 15:23 (GMT)
Cleanup: DRW: remove uneeded double bind

Now that binds are permanent there is no need to setup the same
texture for each subgroups.
July 16, 2020, 15:23 (GMT)
Cleanup: GPU: Move quad buffer stereo check to GPU module
July 16, 2020, 15:23 (GMT)
Cleanup: GPU: Replace all glReadPixels by GPU equivalent
July 16, 2020, 15:23 (GMT)
Cleanup: GPU: Move depth/color masks functions to GPU_state
July 16, 2020, 15:23 (GMT)
Cleanup: GPU: Move XOR logic op to gpu_state.c
July 16, 2020, 15:23 (GMT)
Cleanup: GPU: Remove GL_DITHER usage
July 16, 2020, 15:23 (GMT)
Cleanup: WM: Use GPUTexture API instead of raw ogl calls
July 16, 2020, 15:23 (GMT)
Cleanup: Gizmo: Remove non matched glDisable

We use the polyline shader for drawing the rotation gizmo now.
This shader supports clipping without hardware clip planes.
July 16, 2020, 15:22 (GMT)
Exporter: Fix freeing invalid pointer in ~OBJMesh
July 16, 2020, 14:54 (GMT)
GPencil: Display edit line sin Curve edit mode
July 16, 2020, 14:43 (GMT)
Particles: avoid crash when connected unimplemented node
July 16, 2020, 14:43 (GMT)
Particles: add implicit covnersions between Vector and Color

Not sure if these conversions are a good idea. However, we have them
in Cycles, so they be available in the simulation node tree for consistency
reasons.
July 16, 2020, 14:43 (GMT)
Particles: simplify adding new implicit conversions between sockets
July 16, 2020, 14:39 (GMT)
Fluid: Update Mantaflow source files

Refactored various functions after noticing new warnings when compiling on Apple DTK devices - there should now be fewer warnings when building.
July 16, 2020, 14:12 (GMT)
Merge branch 'master' into soc-2020-outliner
July 16, 2020, 14:09 (GMT)
Particles: change initial velocity of particles

This is only temporary, but makes testing the system a bit easier.
July 16, 2020, 14:09 (GMT)
Particles: support Separate/Combine RGB nodes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021