Blender Git Commit Log

All Blender Git commits.

Page: 2266 / 8462

August 16, 2019, 01:04 (GMT)
DRW: New function DRW_culling_min_max_test

For testing intersection with frustrum planes without having to transform all bound box vertices into global space.
August 16, 2019, 01:04 (GMT)
Fix T65461: IntProperty does not respect its 'step' field

Originally D5020 by @deadpin, refactored to make the change simpler.
August 16, 2019, 01:04 (GMT)
UI: make int/float button clicking logic consistent

- When no change is performed on a float button, cancel the action.
- Move left/right clicks into the same block.
- Replace ambiguous names: temp, tempf.
August 16, 2019, 01:04 (GMT)
Fix CDT bug causing crash with some output modes.

Forgot to properly maintain the edge for faces while
dissolving edges.
August 16, 2019, 01:04 (GMT)
Fix T64888: full-screen button overlaps side-bar
August 16, 2019, 01:04 (GMT)
Fix T68684: Vertex snapping with median not working if the object is not at center of the world
August 16, 2019, 01:04 (GMT)
Cleanup: Minor change to previous commit
August 16, 2019, 01:04 (GMT)
GPencil: Fix unreported missing VFX in Video Editor

As the video editor mode is not Render mode the VFX was omitted.

Now, the mode is only checked for View3D.
August 16, 2019, 01:04 (GMT)
Fix T68675: particle edit mode makes blender crash

In rB9c010c44f420, DRW_mesh_batch_cache_create_requested was changed to
take a scene (instead of toolsettings directly), but
DRW_draw_depth_object is calling this with with NULL, just checking for
this seems to fix...

Reviewers: fclem

Maniphest Tasks: T68675

Differential Revision: https://developer.blender.org/D5488
August 16, 2019, 01:04 (GMT)
Fix full-screen button overlapping navigation gizmo
August 16, 2019, 01:04 (GMT)
UI: skip drawing the full-screen when alpha is zero
August 16, 2019, 01:04 (GMT)
Fix T68678: Invisible fullscreen button

Regression from 6148ed8cf9ca
August 16, 2019, 01:04 (GMT)
Cleanup: spelling

Missed in recent commit.
August 16, 2019, 01:04 (GMT)
Cleanup: replace commented out code by comment
August 16, 2019, 01:04 (GMT)
UI: Finalize old TODO in UI float number handling.

Just enable some commented-out code from rB636289b755f6ce (disabled at
that time because we were too close of 2.79 release...).

Issue raised in D5486, thanks.
August 16, 2019, 01:04 (GMT)
Cleanup: spelling
August 16, 2019, 01:04 (GMT)
Cleanup: unused warnings

Reminder not to leave in unused code, or comment why it should be kept.
August 16, 2019, 01:04 (GMT)
Fix T68014: Add-on's override Python built-in modules

Append addon paths to the sys.path to avoid name
collisions with system modules.
August 16, 2019, 01:04 (GMT)
Mesh: bypass legacy tessface conversion step when remeshing
August 15, 2019, 23:26 (GMT)
Bevel cleanup: Angle kind enum, var rename for readability
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021