Blender Git Commits

Blender Git commits from all branches.

Page: 1258 / 2888

July 7, 2019, 17:08 (GMT)
Cloth: updating active_faces and fixed bug for collapse edges

Now collapse edges works but incorrectly most of the time.
July 7, 2019, 11:07 (GMT)
Don't recreate reference local space on each redraw

Set this up on session start.
July 7, 2019, 10:45 (GMT)
Add GHOST_XrSession class for cleaner & safer session management

Session code and data structures are now localized. But also, this
enables sessions to use deterministic destruction to end itself cleanly.
So whenever an error occurs, we can use stack unwinding which will cause
graceful ending of the session.
July 7, 2019, 07:39 (GMT)
Merge branch 'master' into greasepencil-object
July 7, 2019, 04:23 (GMT)
Outliner: Activate elements on walk select

Rather than just setting flags, activate outliner elements
to support toggling modes. This still needs some work while in
synced selection mode. Outside of synced selection it works
well
July 6, 2019, 20:56 (GMT)
Merge branch 'master' into soc-2019-outliner
July 6, 2019, 16:01 (GMT)
rename file to BLI_small_multimap
July 6, 2019, 15:47 (GMT)
Cleanup: Use zero_v4 to init the default value.
July 6, 2019, 15:30 (GMT)
add vertex colors to tetrahedons for visualization
July 6, 2019, 15:12 (GMT)
create SmallVector from MappedArrayRef
July 6, 2019, 14:49 (GMT)
flatten float3 attribute of container
July 6, 2019, 14:38 (GMT)
improved particle to tetrahedon conversion
July 6, 2019, 14:16 (GMT)
Merge branch 'master' into greasepencil-object

Conflicts:
source/blender/draw/engines/gpencil/gpencil_engine.h
July 6, 2019, 13:36 (GMT)
initial particle info node
July 6, 2019, 13:14 (GMT)
Fix append_n_time reallocating every time
July 6, 2019, 12:43 (GMT)
Fix ArrayLookup for the case when all slots are used or dummies
July 6, 2019, 09:56 (GMT)
GPencil: Remove custom equals functions and reuse BLI_math compare

I have found the compare function when looking at BLI_math to add my functions, so these are duplicatd and can be removed.
July 6, 2019, 09:48 (GMT)
GPencil: Cleanup equals functions and add for floats and V2
July 6, 2019, 05:43 (GMT)
Merge branch 'master' into soc-2019-bevel-profiles
July 6, 2019, 05:28 (GMT)
Many changes, mostly profile widget sampling:
- Added new sampling method to profile widget for curves.
- Flipped X orientation of profile in profile widget
- Small UI changes to profile widget code
- Removed "Sample Only Points" option as its functionality is now
accessible by setting the number of segments correctly
- Cleanup in profile_widget.c. Progressing towards final code there
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021