March 17, 2021, 21:09 (GMT) |
fix compile error |
March 17, 2021, 20:16 (GMT) |
Merge branch 'master' into cycles_procedural_api |
Revision 02ccd59 by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt, ui-asset-view-template) March 17, 2021, 19:51 (GMT) |
Use custom collection property to pass the asset list to UI lists `UIList` is designed to use collection properties. I previously did a whole bunch of hacks to use it without. This isn't acceptable for master, instead a proper collection property should be provided. Idea is to let scripts register a custom collection property, that the asset view template can fill with the latest asset list contents and pass that to the UI list. Longer term I'd prefer if the UI code would support other containers, and not rely so much on RNA and custom/ID properties. I have ideas and plans for this, but meanwhile, this will do to remove the hacks. |
March 17, 2021, 18:09 (GMT) |
Change offset to use float2 |
March 17, 2021, 18:07 (GMT) |
More cleanup of variables |
March 17, 2021, 18:06 (GMT) |
Cleanup in Import and return values |
March 17, 2021, 17:18 (GMT) |
Cleanup return values |
March 17, 2021, 17:10 (GMT) |
Use blender::Vector |
March 17, 2021, 15:58 (GMT) |
Sculpt Expand: Split snap event into two separate events |
March 17, 2021, 15:56 (GMT) |
Remove duplicate Enum items definition |
March 17, 2021, 15:49 (GMT) |
Sculpt Expand: Add Poly Loop Falloff mode |
March 17, 2021, 15:32 (GMT) |
Cleanup const variables |
March 17, 2021, 15:30 (GMT) |
Change Poll methods |
March 17, 2021, 15:26 (GMT) |
Remove comment about context region |
March 17, 2021, 15:23 (GMT) |
Remove redundant void parameter This is not required in C++ |
March 17, 2021, 15:20 (GMT) |
Merge branch 'master' into sculpt-dev |
March 17, 2021, 14:54 (GMT) |
Revert "GPencil: Remove Bezier curve data in Evaluated strokes" This reverts commit 29ce51a67ebee6d8a9d70465a9f60c9c56e90fdc. |
March 17, 2021, 14:51 (GMT) |
Merge branch 'master' into temp-gpencil-io |
March 17, 2021, 13:28 (GMT) |
Cleanup LineartLine -> LineartEdge |
Revision b485710 by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt, ui-asset-view-template) March 17, 2021, 12:56 (GMT) |
Fix warning about possibly mixed C/C++ linkage of type Would give a warning: ``` 'ED_asset_library_reference_from_enum_value' has C-linkage specified, but returns incomplete type 'struct AssetLibraryReference' which could be incompatible with C [-Wreturn-type-c-linkage] ``` |
|
|
|


Master Commits
MiikaHweb | 2003-2021