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-11-01Copy Attributes: Updates for Blender 3.4Aaron Carlisle
- Remove time offset -- this feature was removed in Blender 2.61 - Cleanup Code - Rename groups to collections - Rename dupli to instancing - Remove BGE feature - Remove non existent `MESH_MT_CopyImagesFromLayer` - Update operator labels Addresses parts of T100240
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-11-15Copy Attributes: Copy Custom PropertiesDemeter Dzadik
This patch adds the functionality to copy custom properties from active to selected bones, or from active to selected objects. Test file: {F11494335} It is currently not possible to copy custom properties from a bone to an object or vice versa, which is consistent with the fact that it is not possible to do this with constraints. Maybe in future. Reviewed By: bassamk, sybren Differential Revision: https://developer.blender.org/D11299
2021-08-25Same change as in D8422, that patch forgot to address object constraints.Demeter Dzadik
2021-05-11Fix addons to use PoseBone.custom_shape_scale_xyz.Alexander Gavrilov
Use new properties introduced in rBfc5bf09fd88c33.
2021-04-27Fix T87671: Copy attributes: Copy weights operator errors on non-meshPhilipp Oeser
objects
2020-08-11Copy Attributes: Use new constraints.copy() which works better with Armature ↵Demeter Dzadik
constraints Currently when copying Armature constraints with the Copy Attributes addon, it does not copy the targets. rB64a584b38a73d4745e introduced a new constraints.copy() function to the Python API which handles this correctly and elegantly with just one line of code. Reviewed By: sybren Differential Revision: https://developer.blender.org/D8422
2020-06-15UI: Do not user term 'Subsurf'Aaron Carlisle
So not to be confused with **subsurf** scatter
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-01-07Copy Attributes Menu: remove 'UV Image' option [edit mode]Philipp Oeser
Since uv_textures are gone in 2.8, remove the option to copy 'UV Image' in editmode (was giving errors obviously and prevented other usage in editmode) Fixes T72881
2019-11-24update manual linksmeta-androcto
2019-09-23addons change categories: T70017meta-androcto
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
2018-10-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-10-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-18Copy Attributes: remove copy objects to buffer from menu in pose/edit mode.Brecht Van Lommel
This works on selected objects so only really makes sense in object mode.
2018-09-26Fix incorrect pose bone copy with multiple objects in pose mode.Brecht Van Lommel
2018-09-06Copy Attributes: update for latest API changes.Brecht Van Lommel
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2018-07-12Fix copy-attributes menu registrationCampbell Barton
Was using recently removed 'register_modules'
2018-07-12Cleanup: pep8Campbell Barton
2018-07-04space_view3d_copy_attributes: version bumpCampbell Barton
2018-04-17A few addons related cleanup after BGE removalDalai Felinto
2017-10-07Copy Attributes Menu: Add a message about needed selection, cleanuplijenstina
Bump version to 0.4.8 Pep 8 cleanup Imports as tuples Update wiki link Consistent property definitions Add a menu label info about the needed selection if poll is false Add missing info strings to location, rotation an scale functions Add separators for the Object mode CTRL + C menu Fix the broken generation of Layer Menus by defining them explicitly The code for registering menus was removed
2016-11-29Fix more (un)registering issues in view3d_copy_attribute addon...Bastien Montagne
2016-11-18Fix bad code in unresgister of space_view3d_copy_attribute.Bastien Montagne
2015-10-02Copy Atributes AddonZanQdo
Adding new custom shape parameters to copy atributes addon
2015-06-28fix for T45225 prevents copy to buffer. (ctrl/c)Brendon Murphy
2015-03-05Cleanup: typosCampbell Barton
2015-02-12'SKIP_SAVE' on operator properties to prevent errors on second run, bug ↵bassam kurdali
reporterd by ZanQdo on irc
2015-01-30fix for axis-angle rotation copying, used to be a copy of quats code. From a ↵Bartek Skorupa
patch by Bartek Skorupa
2014-11-09Copy Attributes addon: Make copy bone shape also copy the wireframe display ↵Daniel Salazar
option
2014-05-21Maintenance to bl_info, remove redundant tracker URL'sCampbell Barton
2014-02-20Copy Attributes Addon: Copy bbone settings. Patch by BassamDaniel Salazar
2014-02-04Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some ↵CoDEmanX
minor other edits
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-12-19formatting edits for bl_infoCampbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-08-25use sets when checking against multiple typesCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-07Fixed the broken mesh functions.Adam Wiseman
2012-07-03Style edit (mostly), use """ for docstrings (not ''').Bastien Montagne
2012-06-23update wiki version ro 2.6Brendon Murphy
finished
2012-05-20fix for keymaps unregister errorBrendon Murphy
2012-04-20small fix for bmesh (face materials)Brendon Murphy
added warning "some mesh functions broken"
2012-02-14fixed bug where copy protected transform wasn't working; lock_rotations_4d ↵v2.62Bassam Kurdali
is a bool, just copy, don't try to iterate on it.