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
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-05-08fix [#27324] WindowManager.invoke_search_popup() crashes blender and does ↵Campbell Barton
not work also minor formatting fixes.
2011-05-07Fix #27319: Text editor "Find" does not locate words.Sergey Sharybin
Added new option to find panel of space text which toggles case-esensitive search. Additional changes: - Send NC_TEXT|NA_EDITED when removing markers in find_and_replace modifier this prevents "sticked" markers which disappears on first redraw when search text wasn't found - Do not show "Text wasn't found" error when text to be searched is contained in the end of buffer and it's selected. Replacing/marking used to happen, but this popup message was really annoying for this case. TODO: It's incorrect to use UI_GetThemeColor4ubv from this operator
2011-05-07io_utils.axis_conversion(...) utility function to easily convert the forward ↵Campbell Barton
& up axis between different apps on import/export.
2011-05-07missed updating warp modifier UI, gave a py error when selecting texture UI ↵Campbell Barton
layer.
2011-05-06patch [#27205] Infinite recursion inside resolve_ncase() when passed a ↵Campbell Barton
driver letter on Windows that does not exist by Brandon Ehle (azverkan)
2011-05-05alternative to joe's commit r36451.Campbell Barton
loopcut now follows 'Release confirms' user preference.
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
- Constructive modifiers are enabled by default in sculpt mode. - There's option to disable all constructive modifiers in the "Options" panel of toolbox in sculpt mode, - Use one column in options panel to make strings easier to read - No modifiers would still be applied on multires
2011-05-04fix 2 bugs with addon installationCampbell Barton
- installing an addon which creates a new script directory didn't add this to the sys.path. - installing the addon was meant to set the search string to the addon name but was broken.
2011-05-03fix [#27143] Cannot import key configuration with systemwide installCampbell Barton
2011-05-03replace OBJECT_OT_location_apply, OBJECT_OT_scale_apply, ↵Campbell Barton
OBJECT_OT_rotation_apply with OBJECT_OT_transform_apply with 3 boolean options. added back menu item from 2.4x to apply Rotation & Scale.
2011-05-03=trunk=Joseph Eagar
Recommitted eltopo collision code (but disabled by default) with Genscher's permission. To use, you need to install liblapack and libblas
2011-05-02fix [#27148] *Invalid Path* in all "operator presets" dropdownsCampbell Barton
2011-05-02Fix #27165: uvedit mesh selection sync did not handle click / shift+clickBrecht Van Lommel
for switching selection modes in the header.
2011-05-02Related to bug #27004: there is now an option to disable color management forBrecht Van Lommel
GLSL. I've tried to find a quicker way to do it that still looks the same, but couldn't find a formula that didn't have major color shifts.
2011-05-02Fix #27243: missing seed button for halo materials.Brecht Van Lommel
2011-05-02=trunk=Joseph Eagar
Recommitted eltopo collision code (but disabled by default) with Genscher's permission. To use, you need to install liblapack and libblas
2011-05-01warp modifier, added in the render branch for durian.Campbell Barton
simple modifier, almost like a hook, except it can deform with 2 object source -> target, has option to preserve rotation and use different falloff types.
2011-05-01- remove UV_OT_select_inverse, instead use invert option for UV_OT_select_all.Campbell Barton
- fixed INVERT option for UV_OT_select_all.
2011-05-01Fix #27239: "A" menu in Sculptmode failsSergey Sharybin
Simple incorrect property accessing fix (enum_items vs. items). Additional change: removed hotkey to toggle airbrush in sculpt mode TODO: incorrect hotkeys are shown in stroke method menu, but it's how hotkey string detecting works now.
2011-05-01=trunk=Joseph Eagar
Made some improvements to the point density texture. Added support for tweaking the falloff with a custom curve. Also coded new falloff types based on the age or velocity of particles. Also added a test break check to the volumetric shade cache code, to avoid nasty hangups from the preview render (on render, exit, etc).
2011-04-29fix [#27199] Copy Mirrored UV Coords missing the reverse optionCampbell Barton
2011-04-29spelling corrections.Campbell Barton
2011-04-28fix [#27196] Traceback caused by preset selectionCampbell Barton
2011-04-252.5 Interface:Thomas Dinges
* Implemented a new operator "WM_OT_properties_context_change" to switch to a different tab inside the properties window. * This is used now inside the Modifier tab for Simulation Modifiers. Based on a mockup by Janne Karhu: http://www.pasteall.org/pic/11261 http://www.pasteall.org/pic/11262 Rather than having a delete button there anymore, the button changes the context to Physics/Particles, where you can edit the settings and delete the actual simulation.
2011-04-25fix [#27140] Negative Subdiv level in the operator panel.Campbell Barton
when relative option is disabled, don't allow setting the subdiv value to a negative number.
2011-04-252.5 UI scripts:Thomas Dinges
* Small cleanup of code and descriptions.
2011-04-22zoom operator.Campbell Barton
- continue zoom now uses the same options as dolly (hoz/vert & invert). - remove event mouse coord hack to bypass touchpad zoom invert, instead pass invert as an argument.
2011-04-21patch [#27094] Fix for property names in sunsky presetsCampbell Barton
from Ejner Fergo (ejnersan)
2011-04-21Bugfix [#27090] Available keying set fails in armature pose modeJoshua Leung
A change in the poll callback that Available KeyingSet used to use restricted its use to Object-mode only, while this could also be useful in Pose Mode (though it would only affect all channels there). Made this use a custom poll callback now that tests for whether the active object has an action. This does mean that if you select a bunch of objects with animation data, but the active object doesn't have it, then the keyingset will fail to fire, but that's been marked as a todo in the code.
2011-04-20Bug fix: "make fur" gave errors with multiple selected objects.Janne Karhu
* Also some code changes for "make smoke" and "make fluid" to suppress some python messages that were printed to the console.
2011-04-20update tooltip since this fixes paths from newer versions.Campbell Barton
2011-04-19Bugfix 26936Ton Roosendaal
EditMode mesh: tool "Mesh Rip Move" shouldnt be in the toolbar. The tool was coded to use the mouse position next to the selection. The rip then happens correctly after pressing V and move mouse away from selection.
2011-04-15fix [#26906] Panorama Button (Camera Data Properties)Campbell Barton
- render check for ortho/panorama combination wasn't working since the flags were not initialized at the time of checking. - disable panorama button in ortho mode.
2011-04-14fix for help menu docs linking to the wrong page, created a redirect so 2.57 ↵Campbell Barton
release doesn't get 404's.
2011-04-14api to support different kinds of relative paths on export, including ↵Campbell Barton
copying the files to a subdir.
2011-04-13Fixed a copy and paste error in "Copy Previous Settings" operator. ;-)Thomas Dinges
2011-04-12add randomize transform & object align back into the menu.Campbell Barton
2011-04-12less alarming warnings about the python api not being stable in online docs ↵Campbell Barton
and remove from interactive console.
2011-04-12change behavior of restoring old settingsCampbell Barton
- only attempt to restore old 'user' settings (not local), since bundled blender's always use their own settings. - only automatically run 'bpy.ops.wm.read_homefile()' after copying files if the user hasnt alreadt started making changes in the blend file.
2011-04-11py api: bpy.data.is_dirty wasn't working like image is dirty, instead is ↵Campbell Barton
would return if the file was saved or not. - rename to 'is_saved' (and negated). - add 'is_dirty' which is true when the files edits are not saved to disk.
2011-04-11operator & splash button to copy over old settings when blender version changes.Campbell Barton
2011-04-11api changes needed for for copying old settings to new.Campbell Barton
- py: bpy.utils.resource_path('USER', 2, 56) - C: BLI_get_folder_version(id, major, minor, check);
2011-04-11fix for one of the [#26854] UV issuesCampbell Barton
- add back UV X/Y number buttons, the report points out they are missing. - set the 2D cursor's subtype to PROP_COORDS (so buttons say x/y now)
2011-04-10- background job style cleanup.Campbell Barton
- assert if material assignment is called with lib. (so the callers can be corrected). - correct example docs
2011-04-10minor pep8 edits, also added 'test_pep8' & 'test_cmake' to the GNUmakefile ↵Campbell Barton
for convenience.
2011-04-10Labelling fixMatt Ebb
2011-04-08Fixes related to using Library files:Ton Roosendaal
- Assigning local materials to library objects disabled (crashes on undo/redo cases) - Disabling options in Material buttons to add/remove slots on library data - Drawing Object ID template in Object properties, this allows browse active Object, but especially shows library status then.
2011-04-08fix [#26674] Inconsistency in snapping CursorToSelection between UV_Editor ↵Campbell Barton
and 3d_View.
2011-04-06Name unification commit for console toggling operator.Sergey Sharybin
Requested by Dalai, approved by Campbell. Other requested from Dalai changes were rejected by our Python Departament.