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
2019-06-25mesh_snap_utilities_line: Fix unregistry of global keymaps.mano-wii
Pointed out in T65968.
2019-06-25mesh_snap_utilities_line: new local constrain utilitiemano-wii
2019-06-25mesh_snap_utilities_line: Cleanup stylemano-wii
2019-06-22mesh_snap_utilities_line: update for changes in BlenderCampbell Barton
2019-05-30mesh_snap_utilities_line: fix missing detail in last update.mano-wii
I should've tested first.
2019-05-25mesh_snap_utilities: New linkmano-wii
2019-05-25mesh_snap_utilities_line: Fix point size drawing.mano-wii
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-04-26mesh_snap_utilities_line: match blender 2.8 updatesmano-wii
2019-03-20Fix Operator activation via shortcut key.mano-wii
2019-03-18mesh_snap_utilities_line: Update for changes in Blendermano-wii
2019-02-13mesh_snap_utilities_line: Fix attempt to make line in object out of edit modemano-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-11mesh_snap_utilities_line: New solution for creating framebuffer out of the ↵mano-wii
right rendering context The way was to delay the initialization of the framebuffer for the test_select method. (This rendering context issue gives a lot of headache)!
2019-02-11mesh_snap_utilities_line: dereference global snap_contextmano-wii
Missed in the last commit
2019-02-11mesh_snap_utilities_line: Fix framebuffer being created and cleaned in the ↵mano-wii
wrong context The solution is somewhat hackistic because it requires the creation of a global framebuffer at the time the addon is registered
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-09mesh_snap_utilities_line: Fix attempt failed to get the original empty datamano-wii
2019-02-08mesh_snap_utilities_line: Use depsgraph API to evaluate updatesmano-wii
And cleanup.
2019-02-06mesh_snap_utilities: Intersect property removed by accidentmano-wii
2019-02-06mesh_snap_utilties_line: Add Gizmos supportmano-wii
2019-02-06mesh_snap_utilities_line: Fix error message if object has no facemano-wii
2019-02-06mesh_snap_utilities_line: Fix failed object detection in orthographic viewmano-wii
2019-01-02mesh_snap_utilities_line: fix face creationmano-wii
2019-01-02mesh_snap_utilities_line: fix ram and vram leakagemano-wii
2019-01-02mesh_snap_utilities_line: Fix F8 constraintmano-wii
2019-01-02mesh_snap_utilities_line: reset length_entered_valuemano-wii
2018-12-31mesh_snap_utilities_line: lock the snap when entering values.mano-wii
2018-12-25mesh_snap_utilities: don't initialize gpu and numpy at module levelmano-wii
2018-12-21mesh_snap_utilities_line: select the snapped element at the end of the operationmano-wii
In the pre-blender2.8 versions, the elements were selected during the operation to be identified. Now this is no longer necessary. However, the ability to leave the last element selected proved useful.
2018-12-21mesh_snap_utilities_line: finish operation when pressing Entermano-wii
Make the behavior look similar to the knife Tool.
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-20mesh_snap_utilities_line: fix error messages when undomano-wii
2018-12-20mesh_snap_utilities_line: workaround for tool registrationmano-wii
2018-11-28mesh_snap_utilities_line: Hide by setting the version as not supported in ↵mano-wii
blender2.8. The Tool API for python is incomplete.
2018-11-27mesh_snap_utilities_line: Possible fix to NDOF navigationmano-wii
2018-11-27mesh_snap_utilities_line: Fix tool keymapmano-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-30Snap Utilties Line: remove line accidentally leftmano-wii
2018-10-30Snap Utilities Line: Fixed verts and edges ignored on some facesmano-wii
2018-10-30Snap Utilities Line: remove hack to clear the header textmano-wii
2018-10-30Update for 'header_text_set' change in 2.8Campbell Barton
2018-10-30Snap Utilities Line: Cleanupmano-wii