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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-17re-commit temp workaround [#35920], this still fails for OSX retina display,Campbell Barton
but at least it resolves for DPI values other then 72.
2013-07-16Style cleanup of UI messages.Bastien Montagne
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-09move keymap ui into modules, its not loaded on startup anymore.Campbell Barton
2013-07-08fix [#36043] Missing Tooltip for Excluded Paths field of Auto Run Python ↵Campbell Barton
Scripts in User Preferences -> File also select more/less were flipped for mesh menu compared to everywhere else.
2013-07-08re-arrange space_userpref_keymap, no need to use a subclass here, just ↵Campbell Barton
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-07Fix for incorrect clipping of Freestyle strokes when the viewport preview is ↵Tamito Kajiyama
used.
2013-07-06remove dummy menu which WM_OT_context_menu_enum needed, use popup menu ↵Campbell Barton
directly instead.
2013-07-05fix [#35977] Bake Action doesn't work properlyCampbell Barton
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-05Partial fix for Bug #35695: Freestyle produces extra line across an object ↵Tamito Kajiyama
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-04Fix #35994: shape key mirror without topology did not properly work afterBrecht Van Lommel
doing mirror with topology.
2013-07-04remove checks for active object in the weight panel, this is incorrect for ↵Campbell Barton
weight transfer and we better rely on operators poll functions.
2013-07-03Weight Paint: Enable Transfer Weights tool for Obejcts with no Vertex GroupsGaia Clary
2013-07-03Fix #35974: smoke flow force field icon missing in add menu.Brecht Van Lommel
2013-07-03reduce imports on startupCampbell Barton
2013-07-02bump up openmp limit for release,Campbell Barton
also remove 'Vertex ' prefix for items in the vertex menu.
2013-07-01Bugfix [#35936] Can't create new vertex group when using Ctrl G menuJoshua Leung
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-06-30revert own fix for adding nodes with (DPI != 72), the fix doesn't work for ↵Campbell Barton
OSX retina displays.
2013-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
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-28weight Paint: moved Auto Normalize and Multipaint options below Blend selectorGaia Clary
2013-06-27Blender 2.68 Release maintenance:Thomas Dinges
* Update readme and release-log links to 2.68.
2013-06-27fix for adding nodes with a DPI besides 72 causing offset.Campbell Barton
2013-06-273d text tool - 'insert lorem' was crashing, also add this to the text menu.Campbell Barton
2013-06-27pep8 cleanupCampbell Barton
2013-06-26Fixed operator call (due to renamed operator parameter)Gaia Clary
2013-06-23add missing notifiers for mask tools, some wouldn't refresh the compositor.Campbell Barton
2013-06-23mask menus were missing from the image editor.Campbell Barton
2013-06-22comment the icon file from the theme buttons since its not working.Campbell Barton
2013-06-20move sort from vert/edge/face into mesh menu only (sorting isn't such a ↵Campbell Barton
common operation). correct own recently added assert.
2013-06-20support proportional editing with x-mirror enabled.Campbell Barton
2013-06-20Snap to Symmetry (editmesh tool)Campbell Barton
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-19This commit tackles the "context" buttons in Properties header, which were ↵Bastien Montagne
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-19report exceptions when enabling and disabling modules in blenders interface.Campbell Barton
so if pressing the addon checkbox fails it tells why rather then failing silently.
2013-06-18add option to enable auto-execute scripts, but exclude certain directories.Campbell Barton
2013-06-18fix [#35771] "Specials" ->"Size Y" doesn't work for Cycles area lampCampbell Barton
2013-06-17Add back nl_NL to enabled tranlations, as we now have a (very limited) start ↵Bastien Montagne
of it.
2013-06-17Usual UI messages style edits...Bastien Montagne
2013-06-16Fix #35774 Confusing Text in Texture Paint PanelAntony Riakiotakis
A simple copy-paste error.
2013-06-16rename world_to_camera -> world_to_camera_viewCampbell Barton
2013-06-16New icon: CAMERA_STEREODalai Felinto
Adding only the .svg file, the PNG can make once the multiview branch is merged. I wanted to commit this to avoid having conflicts in the .svg file if someone works on new icons too. The new icon is at X-23
2013-06-16Fixed the feature edge selection by Freestyle face marks to properly account ↵Tamito Kajiyama
for border edges.
2013-06-15show dissolve edge/vert/face in the delete menu, irrespective of the current ↵Campbell Barton
mode.
2013-06-14Change edgeloop delete to use dissolve, fixes bug [#35738].Campbell Barton
Was using edge-slide & remove-doubles but this was error prone since remove doubles could fail in some cases or find doubles where it shouldn't (with very small scale objects). This gives more predictable behavior when the edges of a loop wouldnt slide (in that case they would just drag over to one of the sides with no user control) and multiple edge loops work better too. eg: - http://www.graphicall.org/ftp/ideasman42/edge_loop_del_update.png
2013-06-13minor edits to world_to_camera() utility function, include Z so you can tell ↵Campbell Barton
if the points in font of the camera and avoid divide by zero.
2013-06-13handy function for getting the 2d camera coords for a worldspace location.Campbell Barton
bpy_extras.object_utils.world_to_camera(scene, obj, coord)
2013-06-13Removed the Material Boundary option from the edge detection options inTamito Kajiyama
the Parameter Editor mode. The Material Boundary toggle button takes effect only in the Python Scripting mode. Instead the Parameter Editor mode automatically determines which edge types need to be computed on the basis of user-specified line selection criteria in terms of edge types. Problem report from Light BWK through personal communications, thanks!
2013-06-12minor changes to the script auto-execution based on Brecht's suggestions.Campbell Barton
2013-06-11fix [#35574] Export Key Map issueCampbell Barton
problem was the keymap failed to import but didnt give any feedback, now it displays error message.
2013-06-11Cycles / Wavelength to RGB node:Thomas Dinges
* Added a node to convert wavelength (in nanometers, from 380nm to 780nm) to RGB values. This can be useful to match real world colors easier. * Code cleanup: ** Moved color functions (xyz and hsv) into dedicated utility files. ** Remove svm_lerp(), use interp() instead. Documentation: http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles/Nodes/More#Wavelength Example render: http://www.pasteall.org/pic/show.php?id=53202 This is part of my GSoC 2013. (revisions 57322, 57326, 57335 and 57367 from soc-2013-dingto).
2013-06-10Cycles lamp specials menu now includes separate X/Y size for area lampsBrecht Van Lommel
and strength (for the basic default node setup, this can't work with with arbitrary nodes).
2013-06-10Correction to previous maya keymap commitSergey Sharybin
Added UNDOflag to the wrong operator..