Blender Git Commit Log

All Blender Git commits.

Page: 2300 / 8462

August 2, 2019, 14:25 (GMT)
Cleanup/Win: Fix build folder name if no target is set

When you call make.bat without a target the build folder name would
have a double underscore in it which looked odd.
August 2, 2019, 14:22 (GMT)
rename UnlinkedInputsHandler to InputInserter
August 2, 2019, 14:20 (GMT)
Fix T66731: Translated texts remain original english (Tools' tips part).

This should fix all remaining issues reported in T66731 I think.
August 2, 2019, 14:20 (GMT)
Fix (unreported) missing/broken translations in Text space.

As a reminder, no new fancy python string formatting is just
not working (tm) with i18n translations system...
August 2, 2019, 14:20 (GMT)
Fix most (if not all) untranslated Panel-labels reported in T66731.
August 2, 2019, 14:19 (GMT)
Cleanup/Win: Remove unused game engine variables in build helper scripts
August 2, 2019, 14:12 (GMT)
Fix T67670: Sculpt doesn't mark the file as modified

Was also an issue for texture & paint curve.
August 2, 2019, 14:11 (GMT)
refactor how information about the node tree is stored
August 2, 2019, 14:07 (GMT)
Profile Widget: Add shortcuts for moving and deleting

This speeds up interaction with the widget significantly.

Like other shortcuts in the interface_handlers.c file, these shortcuts are
hardcoded, so ideally they would be operators.
August 2, 2019, 14:03 (GMT)
Fix T68122: Settings for Select root and Select tip in particle edit mode are missing

Do not hide the redo window for root/tip select anymore.
August 2, 2019, 14:00 (GMT)
Cleanup: clang format

Strange, this was not applied automatically.
August 2, 2019, 13:48 (GMT)
DRW: Select Engine: Set uniform only once per ShadowGroup
August 2, 2019, 13:48 (GMT)
View3D Mesh Selection: Specify select_mode directly for Circle, Lasso and Box selection

No functional changes.
August 2, 2019, 13:46 (GMT)
Refactor and clean up Vector Math Cycles code.
August 2, 2019, 13:45 (GMT)
Fix broken add_python_test after recent changes
August 2, 2019, 13:15 (GMT)
Fix T68112: Align View on object add is broken

No need to use BKE_object_where_is_calc() in this case: there is no
parenting or constraint system involved on object add.

So simply use direct object matrix calculation from it's local
transform. No need in dependency graph either in this case.
August 2, 2019, 13:01 (GMT)
Cloth: initial steps towards dynamic caching
August 2, 2019, 13:01 (GMT)
Fix edge selection ignoring clipping in wire-frame display
August 2, 2019, 12:54 (GMT)
Fix ignored window clipping test in foreach edge function
August 2, 2019, 12:42 (GMT)
Tests: don't fail on leaks detected by leak sanitizer

These often happen in external libraries that we can't fix. The leaks are
still printed in the logs.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021