Blender Git Commits

Blender Git "temp-fracture-modifier-2.8" branch commits.

Page: 17 / 135

January 4, 2018, 23:46 (GMT)
Math Lib: add divide_floor_i

Integer division that floors on negative output (like Python's).
January 4, 2018, 23:46 (GMT)
BMesh: move bridge tools stepping logic into macro

Also use floor division since regular division was giving a bias
on negative error values.
January 4, 2018, 23:46 (GMT)
BLI_utildefines_iter: Use for iteration helpers
January 4, 2018, 23:46 (GMT)
Fix T53143: Knife Crash after Grid Fill

BM_ELEM_INTERNAL_TAG flag wasn't ensured to be cleared.
January 4, 2018, 23:20 (GMT)
Use custom SWAP macro for swapping userdef data

Avoids complicating the common case
January 4, 2018, 23:20 (GMT)
Revert "BLI_utildefines: Support SWAP macro with two args"

This reverts commit d749320e3b10161430bc4cb7dd92edb63712bf8c.

It's possible the container struct is larger,
we could do sizeof checks that falls back to memmove
but rather avoid complicating things.
January 4, 2018, 23:20 (GMT)
Fix T53637: Keymap from app-template ignored

Addon's were also ignored
January 4, 2018, 23:20 (GMT)
Fix T53274: Saving template prefs overwrites default prefs
January 4, 2018, 23:20 (GMT)
WM: don't load preferences on 'File -> New'

User preferences are now only loaded on...

- Initial startup.
- Factory-settings.
- Setting app-templates.
January 4, 2018, 23:20 (GMT)
BLI_utildefines: Support SWAP macro with two args
January 4, 2018, 23:20 (GMT)
WM: load UI for new file, even when pref disabled

Loading startup file always loads the UI now.
January 4, 2018, 23:00 (GMT)
mblur for fm use centroids / use vertices was missing on remesher, some crash fixes
January 4, 2018, 19:44 (GMT)
crash fixes, was accessing non-existing layers
January 4, 2018, 18:32 (GMT)
deform motionblur support for FM and remesher with variable topology

furthermore some tweaks to final solid mesh generation and trigger stuff
option to only output particles as vertexcloud in remesher
January 4, 2018, 01:38 (GMT)
fixed some crashers
January 4, 2018, 01:08 (GMT)
first attempt of deform mblur with remeshed particles, but it still has issues
January 3, 2018, 16:24 (GMT)
crash fix in updateAccelerationMap, forgot to check for dm being null
January 3, 2018, 15:26 (GMT)
fix for transformation issue with particle remeshing
January 3, 2018, 15:07 (GMT)
fix for presets, forgot some commas
January 3, 2018, 11:49 (GMT)
Fix T52871: `BLI_polyfill_beautify_quad_rotate_calc_ex` was mistakenly considering the state as degenerated
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021