-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom version of fake_bpy_modules
to the project
#114
Commits on Jun 13, 2024
-
Added a copy of fake-bpy-module to the project to customize it for Mc…
…blend's type-checking needs.
Configuration menu - View commit details
-
Copy full SHA for a7f1061 - Browse repository at this point
Copy the full SHA a7f1061View commit details -
Adjusting fake-bpy-module to make it work with VSCode's Pyright:
- Renamed the stub files to use the .pyi extension instead of .py (somehow it helps the linter with parsing the files) - Moved the modules of the 'bpy' package to their own packages (subpackages of 'bpy'). Stops pyright from complaining about 'invalid' imports. - Adjusted the pyproject toml to include fake-bpy-module packages relevant for the Mcblend project.
Configuration menu - View commit details
-
Copy full SHA for 76ceee4 - Browse repository at this point
Copy the full SHA 76ceee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba001e - Browse repository at this point
Copy the full SHA 2ba001eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6670b - Browse repository at this point
Copy the full SHA 3e6670bView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3eda421 - Browse repository at this point
Copy the full SHA 3eda421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f51938 - Browse repository at this point
Copy the full SHA 7f51938View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f858f - Browse repository at this point
Copy the full SHA a3f858fView commit details -
Added extra type annotations to some of the Vector from mathutils mod…
…ule propertise like (xyz, xzy etc.).
Configuration menu - View commit details
-
Copy full SHA for cb4e169 - Browse repository at this point
Copy the full SHA cb4e169View commit details -
Configuration menu - View commit details
-
Copy full SHA for 593672f - Browse repository at this point
Copy the full SHA 593672fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cce747d - Browse repository at this point
Copy the full SHA cce747dView commit details
Commits on Jun 15, 2024
-
Removed 'get_co', 'set_co', 'matmul' and 'matmul_chain' from typed_bp…
…y_access. Improved the __matmul__ implementations for 'Matrix', 'Vector' and 'Quaternion' from mathutils.
Configuration menu - View commit details
-
Copy full SHA for 7fafa6c - Browse repository at this point
Copy the full SHA 7fafa6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c65ec8 - Browse repository at this point
Copy the full SHA 7c65ec8View commit details -
Removed 'get_context_object' from typed_bpy_access and changed all pa…
…rts of code that use 'context.active_object' to 'context.object'
Configuration menu - View commit details
-
Copy full SHA for dfbeaff - Browse repository at this point
Copy the full SHA dfbeaffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b421e7 - Browse repository at this point
Copy the full SHA 1b421e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 615f5c7 - Browse repository at this point
Copy the full SHA 615f5c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf5cb5 - Browse repository at this point
Copy the full SHA fdf5cb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 081f7a5 - Browse repository at this point
Copy the full SHA 081f7a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6486d0a - Browse repository at this point
Copy the full SHA 6486d0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 456f42f - Browse repository at this point
Copy the full SHA 456f42fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a917e8 - Browse repository at this point
Copy the full SHA 6a917e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7afb644 - Browse repository at this point
Copy the full SHA 7afb644View commit details -
Configuration menu - View commit details
-
Copy full SHA for b019245 - Browse repository at this point
Copy the full SHA b019245View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4637cd8 - Browse repository at this point
Copy the full SHA 4637cd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd04c0 - Browse repository at this point
Copy the full SHA 9fd04c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c961aef - Browse repository at this point
Copy the full SHA c961aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87dee64 - Browse repository at this point
Copy the full SHA 87dee64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e5888 - Browse repository at this point
Copy the full SHA 31e5888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 071d43c - Browse repository at this point
Copy the full SHA 071d43cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67644d6 - Browse repository at this point
Copy the full SHA 67644d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0d1f9 - Browse repository at this point
Copy the full SHA bc0d1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85ff2ca - Browse repository at this point
Copy the full SHA 85ff2caView commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0821328 - Browse repository at this point
Copy the full SHA 0821328View commit details -
Removed following functions from typed_bpy_access:
- get_matrix - get_matrix_local - get_matrix_parent_inverse - get_matrix_world - set_matrix - set_matrix_local - set_matrix_local - set_matrix_parent_inverse - set_matrix_world
Configuration menu - View commit details
-
Copy full SHA for 3792cde - Browse repository at this point
Copy the full SHA 3792cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab55e5c - Browse repository at this point
Copy the full SHA ab55e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b64a3e - Browse repository at this point
Copy the full SHA 8b64a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdb9d61 - Browse repository at this point
Copy the full SHA bdb9d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5301e5 - Browse repository at this point
Copy the full SHA a5301e5View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9b3ca9 - Browse repository at this point
Copy the full SHA f9b3ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2aa140 - Browse repository at this point
Copy the full SHA a2aa140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 520a234 - Browse repository at this point
Copy the full SHA 520a234View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce842f8 - Browse repository at this point
Copy the full SHA ce842f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fcf7fe - Browse repository at this point
Copy the full SHA 1fcf7feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22db65c - Browse repository at this point
Copy the full SHA 22db65cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac04edb - Browse repository at this point
Copy the full SHA ac04edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 859920a - Browse repository at this point
Copy the full SHA 859920aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6942ade - Browse repository at this point
Copy the full SHA 6942adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e7dcf - Browse repository at this point
Copy the full SHA d4e7dcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be46cf - Browse repository at this point
Copy the full SHA 9be46cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b74bd7 - Browse repository at this point
Copy the full SHA 0b74bd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc69815 - Browse repository at this point
Copy the full SHA cc69815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d0e59e - Browse repository at this point
Copy the full SHA 5d0e59eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a7494 - Browse repository at this point
Copy the full SHA 30a7494View commit details -
Configuration menu - View commit details
-
Copy full SHA for adfe050 - Browse repository at this point
Copy the full SHA adfe050View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f06b6 - Browse repository at this point
Copy the full SHA c3f06b6View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d29271 - Browse repository at this point
Copy the full SHA 2d29271View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed75cb1 - Browse repository at this point
Copy the full SHA ed75cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed2bb98 - Browse repository at this point
Copy the full SHA ed2bb98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c9de0 - Browse repository at this point
Copy the full SHA 65c9de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a30e9e1 - Browse repository at this point
Copy the full SHA a30e9e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94c728d - Browse repository at this point
Copy the full SHA 94c728dView commit details
Commits on Jun 19, 2024
-
Simplified the functions used for accessing the custom Mcblend proper…
…ties. Now they work directly with the objects that contain these properties.
Configuration menu - View commit details
-
Copy full SHA for f0ebd55 - Browse repository at this point
Copy the full SHA f0ebd55View commit details -
Configuration menu - View commit details
-
Copy full SHA for a357955 - Browse repository at this point
Copy the full SHA a357955View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6225cb - Browse repository at this point
Copy the full SHA c6225cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66ea2bb - Browse repository at this point
Copy the full SHA 66ea2bbView commit details