Blender Git Commits

Blender Git "master" branch commits.

Page: 739 / 5574

June 5, 2020, 11:55 (GMT)
Refactor: use new api in write_scene
June 5, 2020, 11:55 (GMT)
Refactor: use compile time dna struct ids in blenloader api
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
Revision e4e8259 by Jacques Lucke
June 5, 2020, 11:14 (GMT)
Refactor: use new api for writing movieclip, mask, probe, nodetree, brush, palette and paintcurve
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....
June 5, 2020, 08:27 (GMT)
Cleanup: rename suffix 'conv' to 'convert'
June 5, 2020, 08:09 (GMT)
Fix accessing online manual for PropertyGroups

Alternate fix for the issue raised in D7837
June 5, 2020, 07:30 (GMT)
Code Cleanup: fcurve function naming
June 5, 2020, 06:41 (GMT)
CleanUp: Introduce BKE_fcurve_create
June 5, 2020, 06:27 (GMT)
GPencil: Channel Lock tooltip

After talking with UI team, we decided to change the tooltip.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021