Blender Git Commit Log

All Blender Git commits.

Page: 3100 / 8462

July 10, 2018, 12:40 (GMT)
OpenSubdiv: Fix wrong topology refiner cast
July 10, 2018, 12:40 (GMT)
OpenSubdiv: Make more flexible C-API to specify FVar interpolation
July 10, 2018, 12:10 (GMT)
3D View: overlay option to show bones

Allows drawing motion paths without the bones.
July 10, 2018, 11:29 (GMT)
Undo context changes

This can be needed by pending areas.
Revision 33ad5b7 by Nick Wu
July 10, 2018, 11:07 (GMT)
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr
Revision 9050f40 by Nick Wu
July 10, 2018, 11:01 (GMT)
Revert "Apply darkdefender's tess patch, testing."

This reverts commit 5e89f08af93e46aa673f74035f0c9017fffa93e1.
July 10, 2018, 10:33 (GMT)
Fix T55882: crash closing user preferences window in some cases.
July 10, 2018, 10:14 (GMT)
Modifiers: Use bool for boolean flag in isDisabled
July 10, 2018, 10:04 (GMT)
WIP: More work in toolbars (still not working)
July 10, 2018, 10:00 (GMT)
Ocean Modifier: prevent crashing on 'Apply Modifier' button

The 'Apply Modifier' button calls the modifier code on the original
object instead of an evaluated copy, which doesn't have an initialised
Ocean *.
July 10, 2018, 10:00 (GMT)
Ocean Modifier: removed duplicated code

Some code was copied with 'keep in sync with xxx' comments added to it.
July 10, 2018, 10:00 (GMT)
Ocean Modifier: refactored the delayed-refresh approach

The approach of setting 'refresh' flags on the modifier, and performing
the associated actions when the modifier is being evaluated, is a bad
one. Instead, we use the separation of the original and the evaluated
copy to 'refresh' certain things (because they simply aren't set at all
on the original). Other actions are now done directly with BKE_ocean_xxx
functions on the original data, intead of during evaluation.
July 10, 2018, 10:00 (GMT)
Ported mesh_create_derived_view() to mesh_create_eval_final_view()
July 10, 2018, 10:00 (GMT)
Ocean Modifier: ported from DerivedMesh to Mesh
July 10, 2018, 10:00 (GMT)
Added comment for DEG_TAG_PSYS_xxx and PSYS_RECALC_xxx relation
July 10, 2018, 09:59 (GMT)
Move GPENCIL_PAINT context inside tools switch
July 10, 2018, 09:53 (GMT)
Set icon for Brush enum
July 10, 2018, 09:50 (GMT)
3D View: allow border zoom from camera
July 10, 2018, 09:50 (GMT)
Create Enum with all Grease Pencil Drawing Brushes
July 10, 2018, 09:42 (GMT)
Fix T55772: Crashes opening a file

Bad handling of some weird 'temp' screens in 2.8 doversion.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021