Commit Graph

90 Commits

Author SHA1 Message Date
fdfe8d4f41 UI: Do not user term 'Subsurf'
So not to be confused with **subsurf** scatter
2020-06-14 19:04:23 -04:00
7f50343d1c Addons: Use Manual URL prefix 2020-03-05 16:26:11 -05:00
bb977fbc72 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
75784ccbd4 Copy Attributes Menu: remove 'UV Image' option [edit mode]
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
2020-01-07 11:44:33 +01:00
8fff300d00 update manual links 2019-11-24 09:20:55 +11:00
cf63c4fb3a addons change categories: T70017 2019-09-23 11:20:43 +10:00
4e1cda9885 Spelling fixes in comments and descriptions, patch by luzpaz
Differential Revision: https://developer.blender.org/D5240
2019-07-31 13:28:52 +02:00
1860441ee7 Use collection and instance terminology in Python API
This follows naming convention agreed on in T56648.
2018-11-28 18:23:31 +01:00
1c75533d9c Merge branch 'master' into blender2.8 2018-10-19 18:13:31 +02:00
d7d3233715 Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3746
2018-10-19 18:12:29 +02:00
4179941c58 Merge branch 'master' into blender2.8 2018-10-18 20:25:28 +02:00
84b8171173 Copy Attributes: remove copy objects to buffer from menu in pose/edit mode.
This works on selected objects so only really makes sense in object mode.
2018-10-18 20:24:06 +02:00
5808784c02 Fix incorrect pose bone copy with multiple objects in pose mode. 2018-09-26 20:12:30 +02:00
bfe73b4cd2 Copy Attributes: update for latest API changes. 2018-09-06 16:15:35 +02:00
9ff1e5eca7 2.8: update for x_ray and draw/display renaming. 2018-09-06 13:03:16 +02:00
a622125808 Fix copy-attributes menu registration
Was using recently removed 'register_modules'
2018-07-12 15:44:52 +02:00
43fea1f151 Cleanup: pep8 2018-07-12 15:39:41 +02:00
cdbcfdb98f space_view3d_copy_attributes: version bump 2018-07-04 13:41:39 +02:00
e6a5a2a679 A few addons related cleanup after BGE removal 2018-04-17 18:18:32 +02:00
9d7cfcd8a9 Copy Attributes Menu: Add a message about needed selection, cleanup
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
2017-10-07 01:26:22 +02:00
07c0aac78a Fix more (un)registering issues in view3d_copy_attribute addon... 2016-11-29 20:47:04 +01:00
4f2529b587 Fix bad code in unresgister of space_view3d_copy_attribute. 2016-11-18 14:11:23 +01:00
5d62a34ffb Copy Atributes Addon
Adding new custom shape parameters to copy atributes addon
2015-10-01 21:26:05 -06:00
dfb5851a20 fix for T45225 prevents copy to buffer. (ctrl/c) 2015-06-29 02:57:45 +10:00
fa3133fa79 Cleanup: typos 2015-03-05 08:32:39 +11:00
f8664818ca 'SKIP_SAVE' on operator properties to prevent errors on second run, bug reporterd by ZanQdo on irc 2015-02-11 19:30:36 -05:00
2fe9e9163b fix for axis-angle rotation copying, used to be a copy of quats code. From a patch by Bartek Skorupa 2015-01-29 20:56:57 -05:00
fba637f316 Copy Attributes addon: Make copy bone shape also copy the wireframe display option 2014-11-08 17:19:41 -06:00
5bc482f647 Maintenance to bl_info, remove redundant tracker URL's 2014-05-21 13:04:43 +10:00
d5448fc90a Copy Attributes Addon: Copy bbone settings. Patch by Bassam 2014-02-20 00:06:21 -06:00
049a5a86ed Clean-up: Updated bl_info['tracker_url'] to developer.blender.org, some minor other edits 2014-02-04 03:05:05 +01:00
2872d0440f fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?
make addons blender versions consistent
2012-12-19 16:07:27 +00:00
90a7492448 formatting edits for bl_info 2012-12-19 15:42:01 +00:00
4a3b1aab38 pep8 cleanup 2012-09-26 21:23:02 +00:00
0e2fbe6da1 use sets when checking against multiple types 2012-08-25 11:55:26 +00:00
afdec492ce style cleanup 2012-07-29 12:06:18 +00:00
313153117b Fixed the broken mesh functions. 2012-07-07 08:07:47 +00:00
2dc06f6d50 Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:01:43 +00:00
a93b6af6cd update wiki version ro 2.6
finished
2012-06-23 15:05:39 +00:00
976e57ceb3 fix for keymaps unregister error 2012-05-20 16:10:51 +00:00
911691d6e8 small fix for bmesh (face materials)
added warning "some mesh functions broken"
2012-04-20 11:08:38 +00:00
f4a76dd604 fixed bug where copy protected transform wasn't working; lock_rotations_4d is a bool, just copy, don't try to iterate on it. 2012-02-13 20:43:24 +00:00
f5e765036d Code Cleanup: pep8 2012-02-05 09:40:34 +00:00
7771f0fee3 - Removed dots from the end of description
- Check for keymap availability to suppress warning messages when running
  blender in background mode
2012-01-18 20:51:26 +00:00
9291f167be remove api field, was never used. 2012-01-14 13:00:28 +00:00
f6dc4b39f6 minor pep8 edits 2012-01-01 10:23:20 +00:00
e1c5b9022d a little nicer use of matrix types, no functional changes 2011-12-31 09:59:39 +00:00
dc957fc300 added group membership copying to object menu. 2011-12-23 18:18:17 +00:00
9ac0a714be indentation edits and copy pyrimid from contrib (where I had made some edits), removed so this wont happen again. 2011-11-19 16:19:08 +00:00
ff43fa62cf Interesting that terminal now prints this kinda of errors!
RNA_def_struct_ui_text: 'MESH_OT_copy_face_settings' '' description ends with a '.' !
2011-10-01 09:57:55 +00:00