Campbell Barton
2dc6b22382
patch [ #35789 ] Quick hack select more/less tool for armatures
...
by Pedro Riera (priera), Andrey Dubravin and parts rewritten by myself.
2013-07-19 10:51:54 +00:00
Campbell Barton
df299ab500
patch [ #36032 ] Quick Hack lattice random selection
...
by Andrey Dubravin (daa)
2013-07-19 10:44:39 +00:00
Campbell Barton
8053b9a801
re-commit temp workaround [ #35920 ], this still fails for OSX retina display,
...
but at least it resolves for DPI values other then 72.
2013-07-17 10:48:32 +00:00
Bastien Montagne
20d6cd008b
Style cleanup of UI messages.
...
Mostly, "weight groups" -> "vertex groups", and usual case/endpoints/typos/etc.
As a remainder, please read http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#UI_Messages before writing UI messages!
2013-07-16 13:12:58 +00:00
Campbell Barton
b2b6d56443
move keymap ui into modules, its not loaded on startup anymore.
2013-07-08 22:57:51 +00:00
Campbell Barton
8a388a7bef
fix [ #36043 ] Missing Tooltip for Excluded Paths field of Auto Run Python Scripts in User Preferences -> File
...
also select more/less were flipped for mesh menu compared to everywhere else.
2013-07-08 07:40:32 +00:00
Campbell Barton
2c87b88180
re-arrange space_userpref_keymap, no need to use a subclass here, just import the module and call draw_keymaps().
...
- making this change now because some addons developers are interested in showing keymap UI in their addons prefs and using the class involved making a fake class instance which isnt needed.
2013-07-08 07:25:33 +00:00
Tamito Kajiyama
15a2287a8e
Fix for incorrect clipping of Freestyle strokes when the viewport preview is used.
2013-07-07 15:29:00 +00:00
Campbell Barton
52e083fc3f
remove dummy menu which WM_OT_context_menu_enum needed, use popup menu directly instead.
2013-07-06 03:04:48 +00:00
Campbell Barton
7132bfe664
fix [ #35977 ] Bake Action doesn't work properly
...
there are cases where you want to use visual-keying but not remove constraints, also it wasnt obvious that clearing constraints used a different method of keyframing.
So split these into 2 options.
2013-07-04 23:52:02 +00:00
Tamito Kajiyama
db71b5ef88
Partial fix for Bug #35695 : Freestyle produces extra line across an object with pointed areas.
...
The reported problem is a visual artefact (extra lines) generated by
ChainingIterators.pySketchyChainingIterator used for sketchy chaining with the Same Object
option disabled in the Parameter Editor mode. The issue is caused by an inconsistency in
the internal data structure (i.e., view map). For now this fatal error condition is addressed
to avoid visually incorrect results. Another fix will follow to address the cause of the
internal inconsistency.
2013-07-04 20:24:22 +00:00
Brecht Van Lommel
1268eda19b
Fix #35994 : shape key mirror without topology did not properly work after
...
doing mirror with topology.
2013-07-04 11:37:32 +00:00
Thomas Dinges
285ef99931
Cycles:
...
* Added 2 new nodes to combine and separate HSV colors.
Screenshot:
http://www.pasteall.org/pic/show.php?id=54828
2013-07-03 23:46:56 +00:00
Thomas Dinges
e7fc69bdfd
Merged revision(s) 57908-57978 from trunk/blender into soc-2013-dingto.
2013-07-03 22:12:42 +00:00
Campbell Barton
75aed60ed8
remove checks for active object in the weight panel, this is incorrect for weight transfer and we better rely on operators poll functions.
2013-07-03 21:07:41 +00:00
Gaia Clary
bce00b605c
Weight Paint: Enable Transfer Weights tool for Obejcts with no Vertex Groups
2013-07-03 15:57:30 +00:00
Campbell Barton
ffaebe2237
reduce imports on startup
2013-07-03 01:20:32 +00:00
Campbell Barton
b96aa8800e
bump up openmp limit for release,
...
also remove 'Vertex ' prefix for items in the vertex menu.
2013-07-02 04:34:39 +00:00
Thomas Dinges
465a7195b4
Merged revision(s) 57828-57907 from trunk/blender into soc-2013-dingto
2013-07-01 15:23:48 +00:00
Joshua Leung
4f3f95751a
Bugfix [ #35936 ] Can't create new vertex group when using Ctrl G menu
...
This was caused by r.57812
There were two problems here:
1) vertex_group_vert_select_unlocked_poll() had faulty logic which meant that
it always failed when there were no vgroups present yet - the final return
always just fell through
2) Since the "Assign to New Groups" option was actually implemented using the
same operator as "Assign to Active Group" (just with an extra parameter set), if
the active group was locked, it was not possible to "Assign to New Group" (even
though a new group would not be locked).
2013-07-01 13:02:53 +00:00
Campbell Barton
5ae37494f6
revert own fix for adding nodes with (DPI != 72), the fix doesn't work for OSX retina displays.
2013-06-30 11:56:15 +00:00
Brecht Van Lommel
77e0709e48
Fix #35551 : the topology mirror setting affected shape key and vertex group but
...
this was confusing as there was no setting visible for it. Now these menus
contain an entry to mirror without and with topology mirror.
2013-06-28 17:13:09 +00:00
Gaia Clary
e5ff9cced4
weight Paint: moved Auto Normalize and Multipaint options below Blend selector
2013-06-28 17:10:25 +00:00
Thomas Dinges
4a113cab0a
Merged revision(s) 57768-57827 from trunk/blender into soc-2013-dingto
2013-06-27 16:16:54 +00:00
Thomas Dinges
ee85587a43
Blender 2.68 Release maintenance:
...
* Update readme and release-log links to 2.68.
2013-06-27 11:30:53 +00:00
Campbell Barton
29547509b4
fix for adding nodes with a DPI besides 72 causing offset.
2013-06-27 06:49:23 +00:00
Campbell Barton
3ff36f928c
3d text tool - 'insert lorem' was crashing, also add this to the text menu.
2013-06-27 04:18:01 +00:00
Campbell Barton
2085a42e52
pep8 cleanup
2013-06-27 03:05:19 +00:00
Thomas Dinges
63f1e253c3
Merged revision(s) 57671-57767 from trunk/blender into soc-2013-dingto
2013-06-26 11:46:55 +00:00
Gaia Clary
47cfdc4494
Fixed operator call (due to renamed operator parameter)
2013-06-25 22:58:45 +00:00
Thomas Dinges
00234dab2f
Merged revision(s) 57587-57670 from trunk/blender into soc-2013-dingto
2013-06-23 18:04:13 +00:00
Campbell Barton
23c053748d
add missing notifiers for mask tools, some wouldn't refresh the compositor.
2013-06-23 15:48:00 +00:00
Campbell Barton
219f3ea85d
mask menus were missing from the image editor.
2013-06-23 15:12:26 +00:00
Campbell Barton
c6adbe794e
comment the icon file from the theme buttons since its not working.
2013-06-22 18:08:58 +00:00
Campbell Barton
c721d82f25
move sort from vert/edge/face into mesh menu only (sorting isn't such a common operation).
...
correct own recently added assert.
2013-06-20 19:09:18 +00:00
Campbell Barton
2dc88ca338
support proportional editing with x-mirror enabled.
2013-06-20 18:19:42 +00:00
Thomas Dinges
370ebad2f9
Cycles / Vector Transform Node:
...
* First step towards a new vector transform node, to convert Points/Vectors between World/Object/Camera space.
This only contains the Blender UI, RNA... code, no Cycles integration yet.
2013-06-20 08:20:30 +00:00
Campbell Barton
c00b408052
Snap to Symmetry (editmesh tool)
...
Update from a script I had in 2.4x, useful if you have mesh data which is _almost_ symmetrical,
there was no good way to automatically make the minor adjustments to make the mesh fully symmetrical.
Options for...
- symmetry-axis.
- blending between the +/- side.
- center mid verts.
Access from Mesh menu.
2013-06-19 21:35:06 +00:00
Thomas Dinges
e6fc174152
Merged revision(s) 57499-57586 from trunk/blender into soc-2013-dingto
2013-06-19 20:40:54 +00:00
Bastien Montagne
881dbac5d9
This commit tackles the "context" buttons in Properties header, which were still using "ugly" old UI code.
...
It removes buttons_header.c file, adds a (small) space_properties.py one, with a PROPERTIES_HT_header class, which simply uses the RNA enum to draw the context buttons.
It also fixes that enum, btw, it always featured all contexts, which means you could (try to!) set through RNA invalid contexts...
Thanks to brecht and dingto for the reviews.
2013-06-19 19:37:17 +00:00
Campbell Barton
841c200767
report exceptions when enabling and disabling modules in blenders interface.
...
so if pressing the addon checkbox fails it tells why rather then failing silently.
2013-06-19 05:17:31 +00:00
Campbell Barton
447e9a4cd5
add option to enable auto-execute scripts, but exclude certain directories.
2013-06-18 18:11:52 +00:00
Campbell Barton
b0872918ea
fix [ #35771 ] "Specials" ->"Size Y" doesn't work for Cycles area lamp
2013-06-18 06:23:30 +00:00
Bastien Montagne
5bd5e69e98
Add back nl_NL to enabled tranlations, as we now have a (very limited) start of it.
2013-06-17 19:49:06 +00:00
Bastien Montagne
2091eca962
Usual UI messages style edits...
2013-06-17 10:01:35 +00:00
Antony Riakiotakis
e044891d78
Fix #35774 Confusing Text in Texture Paint Panel
...
A simple copy-paste error.
2013-06-16 14:54:14 +00:00
Campbell Barton
564902582c
rename world_to_camera -> world_to_camera_view
2013-06-16 14:35:15 +00:00
Thomas Dinges
0429595440
Merged revision(s) 57423-57498 from trunk/blender into soc-2013-dingto
2013-06-16 12:05:39 +00:00
Tamito Kajiyama
865096919d
Fixed the feature edge selection by Freestyle face marks to properly account for border edges.
2013-06-16 00:15:05 +00:00
Campbell Barton
bac418b691
show dissolve edge/vert/face in the delete menu, irrespective of the current mode.
2013-06-15 13:33:28 +00:00