Blender Git Commit Log

All Blender Git commits.

Page: 1586 / 8462

June 5, 2020, 11:55 (GMT)
Refactor: use compile time dna struct ids in blenloader api
June 5, 2020, 11:54 (GMT)
Fixes for changes in master
June 5, 2020, 11:54 (GMT)
Merge branch 'master' into temp-ui-cleanup
June 5, 2020, 11:40 (GMT)
CodeCleanup: Supressed warning
June 5, 2020, 11:29 (GMT)
Refactor: use new api for writing linestyle, cachefile, hair, pointcloud, volume and simulation
June 5, 2020, 11:29 (GMT)
Keymap: box select empty area should deselect all reports
Revision e4e8259 by Jacques Lucke (master)
June 5, 2020, 11:14 (GMT)
Refactor: use new api for writing movieclip, mask, probe, nodetree, brush, palette and paintcurve
June 5, 2020, 11:09 (GMT)
Merge branch 'master' into wm-drag-drop-rewrite
June 5, 2020, 10:53 (GMT)
Refactor: use new api for writing screen, armature, text and speaker
June 5, 2020, 10:35 (GMT)
Refactor: use new api in write_workspace
June 5, 2020, 10:33 (GMT)
Cycles: Enable OptiX on all Maxwell+ GPUs
June 5, 2020, 10:29 (GMT)
Refactor: use new api in write_windowmanager
June 5, 2020, 10:21 (GMT)
Refactor: Move IDProperty writing to new API
June 5, 2020, 10:01 (GMT)
Installdeps: make embree use TBB.

Following changes done to makedeps in rBc7329da14b22.
June 5, 2020, 09:59 (GMT)
Cleanup: Strict compiler warning
June 5, 2020, 09:44 (GMT)
Blenloader: New API that will be used for blenloader decentralization

Design Task: T76372

This part of a larger refactoring towards a more extensible architecture
in Blender: T75724

The API is defined in `BLO_read_write.h`. It adds the small data structures
`BlendWriter`, `BlendDataReader`, `BlendLibReader` and `BlendExpander`.
Those contain context about the current read/write operation. Furthermore,
it adds many functions with the prefixes `BLO_write_*`, `BLO_read_*` and
`BLO_expand_*`.

Lib linking and expanding will probably be handled by the more generic libquery
system eventually. The corresponding parts of the API can be removed then.
June 5, 2020, 08:59 (GMT)
Cleanup: use ED_object_ prefix for constraint functions

- ED_object_constraint_list_from_constraint was get_constraint_lb
- ED_object_constraint_list_from_context was get_active_constraints
- ED_object_constraint_active_get was get_active_constraint
- ED_object_constraint_active_set was ED_object_constraint_set_active
June 5, 2020, 08:57 (GMT)
LibOverride: Cleanup: remove useless per-property override flag.

now that we have more 'global' ways to control that, we can save us
quiet a fwe calls....
Revision fc09f55 by Jacques Lucke (pipelined-set-add)
June 5, 2020, 08:54 (GMT)
"fail" -> "undefined behavior"
Revision 3ac73c6 by Mateusz Grzeliński (soc-2020-info-editor)
June 5, 2020, 08:34 (GMT)
Cleanup: replace printf with CLOG
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021