March 31, 2021, 15:10 (GMT) |
Geometry Nodes: Rename "Grid" to "Density" For other "Attribute Name" fields we usually give a more specific name that relates to what the attribute is actually used for, like "Mask" in the point separate node. This is a similar situation, and would also be consistent with the naming planned in D10506. |
March 31, 2021, 14:56 (GMT) |
Remove cache controls and prefetching. This will be rewritten from scratch and done in steps to allow for proper testing of the rest of the system. |
March 31, 2021, 14:54 (GMT) |
fix portals |
March 31, 2021, 14:51 (GMT) |
GPencil: Add Bezier support to Texture modifier Actually, the UV values are not used in Bezier. |
March 31, 2021, 14:33 (GMT) |
Merge branch 'master' into temp-node-tree-pages-prototype |
March 31, 2021, 14:26 (GMT) |
GPencil: Fix Bakemodifier for Beziers Only the modifiers with different `deformBezier` function need the fix. |
March 31, 2021, 14:25 (GMT) |
Fix T87087: attributes were removed automatically even though they are still needed The geometry nodes modifier did not specify that it needs all custom data layers. Therefore the modifier evaluation code tagged some layers so that they will not be copied later on by calling `mesh_set_only_copy` in `mesh_calc_modifiers`. |
March 31, 2021, 14:17 (GMT) |
GPencil: Avoid LineArt modifier uses negative material index In some situations the material index could be negative, and this is wrong. |
March 31, 2021, 14:11 (GMT) |
Move displist.c to C++ |
Revision d05413b by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) March 31, 2021, 14:03 (GMT) |
Fix possible use of released stack memory We'd store references to temporary objects, e.g. see `AssetListStorage::ensure_list_storage()`. Stupid mistake, store a copy of the `AssetLibraryReference` struct now (cheap to copy). |
March 31, 2021, 14:03 (GMT) |
Merge branch 'master' into temp-gpencil-bezier-stroke-type |
March 31, 2021, 14:01 (GMT) |
Fix compiler error in Windows C7555 use of designated initializers requires at least '/std:c++latest' This is not supported by the current Windows compiler version. |
Revision abcbf73 by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) March 31, 2021, 13:57 (GMT) |
Support "Release Confirm" mode for the pose blending operator This will make it possible to click and drag on the poses in the asset view template to do the blending. On mouse release, the blended pose will be applied. This isn't used yet, follow-up commits will enable it. This also hides the cursor and enables continuous grabbing when dragging with the "Release Confirm" enabled. To be evaluated; maybe it should always do this while blending. Also fixes mouse hover highlights not being updated when confirming or cancelling the pose blending operator. |
Revision 5438015 by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) March 31, 2021, 13:53 (GMT) |
Allow setting operator properties for the custom drag & activate OPs The asset view template now provides a way to set the operator properties of its custom drag & activate operators. In Python they are returned from `UILayout.template_asset_view()` as tuple. Includes some cleanup to better manage the data of the custom operators. |
March 31, 2021, 13:50 (GMT) |
GPencil: Remove flag PROP_ID_SELF_CHECK from materials This flag was used by error when the code of RNA object was used as base, but it's not logic in materials. |
March 31, 2021, 13:35 (GMT) |
Fix T86879 Boolean exact crash with dependency loop. When boolean's Object also has a modifier that depends back on the target Object, a crash occurred. In a case like this, BKE_modifier_get_evaluated_mesh_from_evaluated_object returns NULL, so just have to protect against that case. |
March 31, 2021, 13:33 (GMT) |
Add a frame rate parameter to the CacheFile. |
March 31, 2021, 13:31 (GMT) |
Merge branch 'master' into cycles_procedural_api |
March 31, 2021, 13:01 (GMT) |
Cleanup: naming for edit-mesh nearest distance values - Don't use `r_` prefix for an argument that's also read from (this is meant for return only arguments). - Rename variables to make it clear the distance is pixels, using manhattan length measurement. |
March 31, 2021, 12:47 (GMT) |
Cleanup: Removed Unused Definition. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021