June 7, 2021, 14:58 (GMT) |
EEVEE: AOVs not same as cycles. EEVEE uses hashing to sync aov names and types with the gpu. For the type a hashed value was overridden making `decalA` and `decalB` choose the same hash. This patches fixes this by removing the most significant bit. |
June 7, 2021, 14:58 (GMT) |
Revert "EEVEE: AOVs not same as cycles." This reverts commit 730a46e87d261543c9550ddef406894e14d5bea6. |
June 7, 2021, 14:58 (GMT) |
EEVEE: AOVs not same as cycles. EEVEE uses hashing to sync aov names and types with the gpu. For the type a hashed value was overridden making `decalA` and `decalB` choose the same hash. This patches fixes this by removing the most significant bit. |
June 7, 2021, 14:58 (GMT) |
Fix T88732: Curve to mesh node crash with empty input curve The mesh to curve node generated an empty curve because no edges were selected. This commit changes that node to not add a curve in that case. This also changes the curve to mesh node to not add a material when no mesh was created. Even though we don't expect null curves or meshes in this case, the change is harmless. |
June 7, 2021, 14:58 (GMT) |
Fix swapped x/y in event simulation script Incorrect area center calculation, also correct comments. |
June 7, 2021, 14:57 (GMT) |
Cleanup: Move extract lines to compile unit. |
June 7, 2021, 14:55 (GMT) |
Cleanup: Move extract tris in own compile unit. |
June 7, 2021, 14:54 (GMT) |
Revert most of rB93a865dde775e. This revert went too far, only one line (the minimal version of FFMPEG for `install_deps.sh` script`) actually needed to be reverted... Sorry for the noise. |
June 7, 2021, 14:50 (GMT) |
Cleanup: compiler warnings signed/unsigned mismatch |
June 7, 2021, 14:50 (GMT) |
Cleanup: split bmesh normal calculation into separate files |
June 7, 2021, 14:48 (GMT) |
LineArt: Move Mesh->BMesh conversion to worker. |
June 7, 2021, 14:30 (GMT) |
Cleanup: silence warnings |
June 7, 2021, 14:30 (GMT) |
Fix: do not use threading for 'extract_points' `extract_points` doesn't support multithreading yet. |
June 7, 2021, 14:25 (GMT) |
Revert "Bump FFmpeg version from 4.2.3 to 4.4" This reverts commit 95690dd362f3a94f6c3b1efbe91e8b5cc164745f. Such high version restriction is no more needed after rB9225fe933ae990. Missing bit in https://developer.blender.org/D11417. |
June 7, 2021, 14:23 (GMT) |
Cleanup: remove redundant cast, use const casts |
June 7, 2021, 14:09 (GMT) |
Cleanup: remove unused value |
June 7, 2021, 14:07 (GMT) |
Cleanup: quiet warning accessing deprecated attribute in bl_test |
June 7, 2021, 14:07 (GMT) |
Cleanup: use keywords for unit tests Prepare for function calls to be keyword only. |
June 7, 2021, 14:07 (GMT) |
Cleanup: use keyword only argument in bpy.props argument parsing No functional changes as logic elsewhere already ensured this. This just makes it obvious to anyone reading over the code that these arguments are keyword only. |
June 7, 2021, 14:01 (GMT) |
Merge branch 'master' into node-editor-edge-pan |
|
|
|


Master Commits
MiikaHweb | 2003-2021