Blender Git Commit Log

All Blender Git commits.

Page: 1369 / 8462

August 13, 2020, 05:41 (GMT)
Cleanup: pass normal as a float to dupli-vert function

Needed for supporting edit-mode dupli-verts.

Currently the un-scaled short values are used to avoid
changing behavior (noted in comments).
August 13, 2020, 05:41 (GMT)
Cleanup: spelling, use full sentences for object_dupli.c
August 13, 2020, 05:06 (GMT)
fixed windows errors
August 13, 2020, 04:57 (GMT)
fixed compile error omp
August 13, 2020, 04:53 (GMT)
discregrid using std thread
August 13, 2020, 04:03 (GMT)
Cleanup: use const for dupli vert/face, 'r_' prefix for return value

Make it obvious which values are used read-only, which are written to.
August 13, 2020, 01:22 (GMT)
Merge branch 'master' into property-search-ui-v2
Revision 536b6b6 by Hans Goudey (master)
August 13, 2020, 01:04 (GMT)
Merge branch 'blender-v2.90-release'
August 13, 2020, 01:02 (GMT)
UI: Fix curve widget fill artifacts

Disable antialiasing which caused artifacts.

Differential Revision: https://developer.blender.org/D8497
August 12, 2020, 23:25 (GMT)
windows fixes
August 12, 2020, 23:22 (GMT)
Fix: Use shift for bone restrict button hierarchy toggles

The bone restrict buttons were using `ctrl` rather than `shift` for the
hierarchy toggle. Use `shift` for consistency.
August 12, 2020, 23:21 (GMT)
merged from master
August 12, 2020, 22:54 (GMT)
Collection: Show color icon for Remove from collection menu
August 12, 2020, 22:53 (GMT)
UI: Move collection color icon function

Just a cleanup to reduce repetition.
August 12, 2020, 22:29 (GMT)
Collections: Show color tags in object.collection_link

Add a case to rna_id_itemf to add collection color tags. It may be
better to create a separate function, but it works okay for now.
August 12, 2020, 22:14 (GMT)
Collections: Show correct icon for move to collection submenus

The submenu would show the scene data icon for the first entry in each
submenu rather than using the collection color icon.
August 12, 2020, 22:14 (GMT)
Collections: Fix collection colors in move/link menu

The colors would not draw for items at a root in the collection tree
August 12, 2020, 21:50 (GMT)
Cloth: Implement a new edge x edge collision system
August 12, 2020, 21:42 (GMT)
GPencil: Replace SVG average factor by stroke thickness factor

Instead to change the point pressure, change the stroke thickness.
August 12, 2020, 21:40 (GMT)
Fix hair collision error introduced in recent commit
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021