Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-20Cleanup: formatting using autopep8Germano Cavalcante
2022-04-13Snap Utilities Line: consider UI scaling for drawing and snappingGermano Cavalcante
Better match between monitors with different DPI.
2022-04-13Fix missing clip planes update in Snap Utilities LineGermano Cavalcante
Make sure you always check for state change.
2022-03-15Cleanup: fix source typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14313
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-01-05Cleanup: fix types in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-08-26Snap_Utilities_Line: update clip distance APIGermano Cavalcante
2019-06-28mesh_snap_utilities_line: Fix local contrainmano-wii
2019-06-25mesh_snap_utilities_line: new local constrain utilitiemano-wii
2019-06-22mesh_snap_utilities_line: update for changes in BlenderCampbell Barton
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
Mainly search-and-replace approach. Tested the enabled-by-default export/import addons. Seems to work with an exception of X3D which is still referencing Blender Internal material properties. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4866
2019-03-20Fix Operator activation via shortcut key.mano-wii
2019-03-18mesh_snap_utilities_line: Update for changes in Blendermano-wii
2019-02-11mesh_snap_utilities_line: Fix ghost objectsmano-wii
2019-02-11mesh_snap_utilitie_line: Don't always pass the active object mesh as the ↵mano-wii
main mesh.
2019-02-10mesh_snap_utilities_line: Cleanupmano-wii
Rename files, and split the `common_classes.py` file into `drawing_utilities.py`, `navigation_ops.py` and `widgets.py`
2019-02-08mesh_snap_utilities_line: Use depsgraph API to evaluate updatesmano-wii
And cleanup.
2019-02-06mesh_snap_utilties_line: Add Gizmos supportmano-wii
2018-12-25mesh_snap_utilities: don't initialize gpu and numpy at module levelmano-wii
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-11-27mesh_snap_utilities_line: Possible fix to NDOF navigationmano-wii
2018-11-06Snap Utilities Line: Move the code of zoom with target to an operator.mano-wii
2018-11-05Snap Utilities Line: FIx inverted rotation.mano-wii
And cleanup.
2018-11-05Snap Utilities Line: Use a custom rotation operator to be able to orbit ↵mano-wii
around a chosen pivot. This was previously done using `use_rotate_around_active`. But now no element of bmesh is selected.
2018-11-01Snap Utilties Line: Remove the suport of Gizmos.mano-wii
Gizmos is not the best option for this addon. For example: - you can not release objects created in the setup if you no longer need to draw the gizmo; - You can not reference the gizmo in the Operator.
2018-11-01Snap Utilities Line: Don't pass a pointer as the property of an operator.mano-wii
Any issues redoing will crash.
2018-11-01Snap Utilties Line: fix error messagesmano-wii
2018-11-01Snap Utilities Line: Adapt to the use of Gizmos in order to start drawing ↵mano-wii
the Tool without waiting for input
2018-10-30Addon Snap Utilities Line: Update to work in blender2.8mano-wii
Changes: - The operator follows the same style of the tools in the toolbar; - Now a new "Make Line" tool appears next to "Add Cube"; - The operator only works in edit mode; - The "create new object" option has been removed;