Revision 43294e5 by Jacques Lucke June 5, 2020, 11:55 (GMT) |
Refactor: use new api in write_scene |
Revision 60a786e by Jacques Lucke June 5, 2020, 11:55 (GMT) |
Refactor: use compile time dna struct ids in blenloader api |
Revision 5ed2ed2 by Jeroen Bakker June 5, 2020, 11:40 (GMT) |
CodeCleanup: Supressed warning |
Revision dc69747 by Jacques Lucke 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 |
Revision 2396daf by Jacques Lucke June 5, 2020, 10:53 (GMT) |
Refactor: use new api for writing screen, armature, text and speaker |
Revision a1d55bd by Jacques Lucke June 5, 2020, 10:35 (GMT) |
Refactor: use new api in write_workspace |
Revision 473aaa3 by Patrick Mours June 5, 2020, 10:33 (GMT) |
Cycles: Enable OptiX on all Maxwell+ GPUs |
Revision 56da8da by Jacques Lucke June 5, 2020, 10:29 (GMT) |
Refactor: use new api in write_windowmanager |
Revision 0e6c648 by Jacques Lucke June 5, 2020, 10:21 (GMT) |
Refactor: Move IDProperty writing to new API |
Revision 7d32a25 by Bastien Montagne June 5, 2020, 10:01 (GMT) |
Revision 1c54791 by Sergey Sharybin June 5, 2020, 09:59 (GMT) |
Cleanup: Strict compiler warning |
Revision 48075b2 by Jacques Lucke 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. |
Revision ce7409f by Campbell Barton 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 |
Revision 5e55153 by Bastien Montagne 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 191edd2 by Campbell Barton June 5, 2020, 08:27 (GMT) |
Cleanup: rename suffix 'conv' to 'convert' |
Revision f2d5c53 by Campbell Barton June 5, 2020, 08:09 (GMT) |
Revision e8b8e16 by Jeroen Bakker June 5, 2020, 07:30 (GMT) |
Code Cleanup: fcurve function naming |
Revision fe6be70 by Jeroen Bakker June 5, 2020, 06:41 (GMT) |
CleanUp: Introduce BKE_fcurve_create |
Revision e3a32a2 by Antonio Vazquez June 5, 2020, 06:27 (GMT) |
GPencil: Channel Lock tooltip After talking with UI team, we decided to change the tooltip. |
|
|
|


Master Commits
MiikaHweb | 2003-2021