Blender Git Commit Log

All Blender Git commits.

Page: 2297 / 8462

August 3, 2019, 16:47 (GMT)
Cleanup: Fix build error with msvc

math.h does not define M_PI on windows, needs BLI_math_base.h to get them.

thanks to @quollism on chat for spotting it.
August 3, 2019, 16:24 (GMT)
Fix Vector Math Backward compatibility. Update cross product operator.
August 3, 2019, 15:31 (GMT)
3D View: preferences for rotate sensitivity

Added because the current default is too fast
for painting with tablets, see D5385.

Turntable and trackball have different settings because
turn-table uses an angle-per-pixel, where as trackball
values are relative to the view-port size so a scale is used.

The sensitivity is scaled by the pixel size so hi-dpi views don't rotate faster.
August 3, 2019, 15:19 (GMT)
3D View: aspect correct trackball rotation

Hard coded aspect was used, doubling horizontal input
however this caused sliding for views which didn't match this aspect.

Calculate the aspect based on the view bounds instead.
August 3, 2019, 15:18 (GMT)
Cleanup: trackball direction calculation

Remove z axis flipping, only needed because x & y were flipped.
August 3, 2019, 12:53 (GMT)
Sculpt edit mask pie menu
August 3, 2019, 12:42 (GMT)
Fix Vector Math backeard compatibility. Update Dot Product operator.
August 3, 2019, 11:54 (GMT)
Use function instead of macro.
August 3, 2019, 11:06 (GMT)
Fix Vector Math backward compatibility. Update add and subtract operators.
August 3, 2019, 10:22 (GMT)
Fix T68161: typo in ui_text of RNA scene.objects
August 3, 2019, 04:07 (GMT)
Outliner: Fix openclose keymap
August 2, 2019, 23:51 (GMT)
Remove unnecessary calls
August 2, 2019, 22:50 (GMT)
Merge branch 'temp-gpu-context-matrix' into temp-vr-draw-thread

Solves drawing issues while drawing the VR session.
August 2, 2019, 21:37 (GMT)
Merge branch 'soc-2019-openxr' into temp-vr-draw-thread
August 2, 2019, 21:35 (GMT)
Merge branch 'master' into soc-2019-openxr
August 2, 2019, 19:29 (GMT)
Deps: Fix build error with theora on windows.
August 2, 2019, 19:24 (GMT)
GPencil: Replace Separate menu by operator Enum to display assigned key

As the operator was using a menu, the keymap was not displayed. Now, the operator is used directly and don't need the menu.
August 2, 2019, 18:00 (GMT)
Fix crash when loading Alembic, cherry-picked from Tangent Anim blender278 remote

When initiating an Alembic import job, a scene update is set to run during the job, possibly causing data conflicts with the Alembic import thread.

This change makes the scene update run only after the import job is finished

(cherry picked from commit 1bf3b2bdb54f55b14a5775c79d1d405663d73f24)
August 2, 2019, 18:00 (GMT)
Fix for Cycles: One potential access violation in alembic motion blur, cherry-picked from Tangent Anim blender278 remote


(cherry picked from commit f42e64830a98107b88c16d6000130f5649a03d9b)
August 2, 2019, 18:00 (GMT)
Implement velocity scaling, cherry-picked from Tangent Anim blender278 remote

(cherry picked from commit 443df9b0b4b8df55f6fc6a37f172e8f728d0ce07)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021