Blender Git Commit Log

All Blender Git commits.

Page: 3521 / 8462

January 10, 2018, 08:56 (GMT)
Cleanup: comment block alignment
January 10, 2018, 08:56 (GMT)
Merge branch 'master' into blender2.8
January 10, 2018, 08:34 (GMT)
Alternate fix for brush user count

This reverts change to BKE_brush_add,
callers now remove the extra user.

Note this isn't very convenient for callers but
is consistent with other ID types.

In the future we will probably remove this and have new
ID's created with zero users.
January 10, 2018, 07:27 (GMT)
Correction to brush user commit

RNA API was compensating for the extra user.
January 10, 2018, 06:45 (GMT)
Fix brush user count

New brushes had 2 users on adding.
Caused assert removing them after.
January 10, 2018, 06:45 (GMT)
Fix background_job template

Update attribute and use empty file operator
January 10, 2018, 03:09 (GMT)
removed some performance-deadly reallocs in remesher

remesher now atleast responds again to user input and runs with 0.6fps with 60^3 particles
January 10, 2018, 02:54 (GMT)
Merge branch 'master' into blender2.8
January 10, 2018, 02:40 (GMT)
Draw Manager: Edit Mode: Curve: uniforms were not being setted
January 10, 2018, 02:08 (GMT)
Fix T53748: uniform `globalsBlock` was not being added was not being added to the shaders of the curves handles
January 10, 2018, 01:37 (GMT)
Correct typos
January 10, 2018, 01:37 (GMT)
Fix T53491: Absolute tablet motion detection fails

When using a tablet, detecting absolute motion only worked
when activating a tool with the tablet.

Pressing Enter to run a tool for e.g. would use relative motion.

Now store is_motion_absolute in the event,
set for new events based on the most recent motion events.
January 10, 2018, 00:51 (GMT)
fix t53701 minimal changes to get it working right
January 9, 2018, 23:10 (GMT)
Curve/Surface Display: UV support
January 9, 2018, 18:51 (GMT)
Fix (unreported) potential crash.

RNA_pointer_as_string could return NULL instead of a valid string in some cases.
January 9, 2018, 18:36 (GMT)
WIP: Basic structure for new Color PIcker

This operator is enabled using F6.
January 9, 2018, 18:01 (GMT)
Eevee: Fix AO in planar reflections.
January 9, 2018, 17:59 (GMT)
Eevee: Fix Planar probe refresh.
January 9, 2018, 17:10 (GMT)
Task scheduler: Use single thread branch when range fits into single chunk
January 9, 2018, 17:07 (GMT)
Task scheduler: Fix wrong tasks calculation when chunk size is too big
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021