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
2014-01-17Code Cleanup: avoid bpy.context when its passed in as an argCampbell Barton
2014-01-17Forgot in previous commit to take care of user preferencesgaiaclary
2014-01-17Improved the Quit Confirm behaviour: Now confirm only shows up when current ↵gaiaclary
session is dirty
2014-01-15Fix a bunch of UI string issues...Bastien Montagne
2014-01-14Bevel Modifier: add width type and profile control.Howard Trickey
This adds to the modifier the new controls that have been added to the bevel tool.
2014-01-14Fix T38205, typo in Add Torus operator.Thomas Dinges
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
This adds an ImageUser to such empties with all the typical settings. Reviewed By: brecht, campbellbarton Differential Revision: https://developer.blender.org/D108
2014-01-13UI Icons: store icons in git as uncompressed pixmaps (D196)Campbell Barton
this allows for updating icons without committing a new PNG each time (which is inefficient with git). The data files are converted into a PNG at builds time and used just as they were before.
2014-01-13UI Icons: use a python script rather then a shell (for non unix systems)Campbell Barton
2014-01-13UI: remove create new directory popup for button in file browser header.Andrew Buttery
We do keep it when typing an new directory name in the directory text field. Reviewed By: brecht, billrey Differential Revision: https://developer.blender.org/D188
2014-01-13Code Cleanup: spellingCampbell Barton
2014-01-12UI: Add a "New" button for the particle system, consistent to other areas ↵Andrew Buttery
like materials, world and textures. Differential Revision: https://developer.blender.org/D171
2014-01-11Fix T38145: python error popup when pressing shift+Z in blender game mode.Brecht Van Lommel
2014-01-09Fix T38077: Scaling bones in EditMode drawn using envelope display mode ↵Joshua Leung
scales joint radii instead When trying to scale bones in EditMode and the bones were drawn using envelope display mode, this resulted in the joint radii (i.e. the inner part of envelopes) being adjusted instead. It turns out that this was due to an old hack that was put in place back in 2.4x (see the tracker logs for full details of the problem here). This commit introduces the following fixes: 1) Removed the old hack. Scaling (S) works normally now. 2) Ctrl-Alt-S (i.e. "Scale Envelopes/BBones") is as-is. That is, it is used to adjust the size falloff-region around a bone (i.e. the "dist" property) 3) Added Alt-S hotkey in EditMode for armatures for adjusting the radii of bones. This change just means that the "TFM_BONE_ENVELOPE" mode is now able to be accessed from the UI as a tool on its own right (instead of being accessible via the old undocumented hack). This tool adjusts the radii of the bone joints, which define the actual full-influence region of the envelopes.
2014-01-08UV Unwrap: smart uv unwrap would fail still on some very small facesCampbell Barton
2014-01-07Cycles: Update Integrator Presets and Total Samples info for latest changes.Thomas Dinges
2014-01-07Cycles: Volume Scatter node was missing in the Add Node menu.Thomas Dinges
2014-01-07Fix T38044: Filter Key Binding shows Incorrect resultCampbell Barton
2014-01-07Object Operators: make-dupliface and join-uvs weren't using UNDO.Campbell Barton
also improve make-dupliface tip
2014-01-06Code Cleanup: osl styleCampbell Barton
2014-01-06Cycles / OSL: Add a new procedural texture template, Lyapunov fractals.Thomas Dinges
Based on a patch by Sylvio Sell, OSL port by myself. Task and example renders: https://developer.blender.org/T32305
2014-01-05Text3d: paste additionsCampbell Barton
- Add paste from system clipboard which behaves like paste from file. - Paste from file now replaces the selection rather then just adding to the end. - Move paste operations into the 'Edit' menu. - Added generic paste functions: font_paste_wchar, font_paste_utf8. - Fix paste max length check not taking the selection length into account.
2014-01-04Text API: make text.current_line_index writableCampbell Barton
use for setting the text position when writing system info.
2014-01-04Revert "Quick fix for system info text always being scrolled out of view ↵Campbell Barton
when loaded for the first time" This can be done without extending the API, using RNA access instead.
2014-01-04Quick fix for system info text always being scrolled out of view when loaded ↵Joshua Leung
for the first time Added an API method to Text datablocks for moving the cursor to a specific line in the file. This makes it possible to reset the cursor position at the end of the sysinfo operator.
2014-01-04UI / 3D Toolbar: Animation panel had a too large gap at the top.Thomas Dinges
2014-01-04Add "Basic" and "Options" tabs for Mesh Edit Mode.Jonathan Williamson
This creates the initial two tabs for Edit Mode to makes the new toolbar tabs usable. Further toolbar organization is to follow, but this at least makes the features work with the current organization.
2014-01-04Add missing separator between Group: and Parent:Jonathan Williamson
2014-01-04Rename "Objects" to "Group:" and separate parent operators into "Parent:" ↵Jonathan Williamson
section. This also shortens the naming for the operators since they're now under clear labels.
2014-01-04Rename Add to Group and Remove from Group operators in the toolbar.Jonathan Williamson
The default operator names are too long and rather "obtuse" to use @Billrey's words.
2014-01-04Fix formatting on section names in the Relations tab.Jonathan Williamson
2014-01-04Rename "Object" to "Operations" in the 3D View Toolbar Basic tab.Jonathan Williamson
This makes the naming less confusing, since all of the tools apply to objects.
2014-01-04Fix alignment of Grease Pencil options.Jonathan Williamson
2014-01-04Remove individual panels for primitive objects, adding only primary ones.Jonathan Williamson
This makes for a much cleaner panel with a lot less wasted space. Thanks DingTo for the suggestions.
2014-01-04Cleanup the Grease Pencil panel of the 3D View Toolbar.Jonathan Williamson
This makes the panel slightly cleaner, giving more separation between the distinct elements. It also adds a new "Measure" label, so that the Ruler/Protractor is not so closely "related" to the Grease Pencil.
2014-01-04Add Undo/Redo and Undo History to the History tab of the 3D View ToolbarJonathan Williamson
2014-01-04Add "Bake Action" to Animation tab of 3D View Toolbar.Jonathan Williamson
This is based on the rationale here, in order to begin giving a more complete set of animation tools to the toolbar: https://developer.blender.org/file/data/hlt2vtyqo4iqwookyack/PHID-FILE-ghcjwtxvl7siwidxlw6b/3D_View_Object_Mode_Tools.png
2014-01-04Adding Relations category to 3D View Toolbar.Jonathan Williamson
This creates the tab for relations in the toolbar. This tab includes those operators that relate to objects relationships with other objects and data.
2014-01-04Adding remaining object categories to the Create tab of the 3D View Toolbar.Jonathan Williamson
This adds the remaining object categories to the Create tab, including Nurb Surfaces, Lamps, Meta objects, etc. I've also updated the labeling for the various buttons to be consistent with one another.
2014-01-04Add "Add Curve" buttons to 3D View ToolbarJonathan Williamson
This creates a series of buttons in the 3D View toolbar to add new curve objects to the scene. This new panel is categorized under the Create tab.
2014-01-04Add Mesh buttons for 3D View ToolbarJonathan Williamson
This adds buttons in the 3D View toolbar to add new mesh objects to the scene. These buttons are added via the Create tab/category, soon to be populated with other object types as well. A panel is added for both Object mode and Edit mode so as to not display in incorrect context (such as Pose Mode).
2014-01-04Basic Tab for Object Mode 3D View ToolbarJonathan Williamson
This updates the organization and naming of the Basic tab for the 3D View toolbar. It reorganizes the tools that were already there and adds Mirror and Duplicate Linked object operators.
2014-01-04Object Mode Toolbar TabsJonathan Williamson
Summary: Here are the initial tabs for the 3D View Object Mode toolbar. This is based on the discussions between myself and @billrey in T37569 P.S. apologies for the duplicate. The first one I mistakenly sent to the Edit Mode task, T37568. I have corrected it and also made a couple changes, per @campbellbarton's request. Reviewers: campbellbarton CC: campbellbarton, brecht, billrey Maniphest Tasks: T37569 Differential Revision: http://developer.blender.org/D129
2014-01-02Bring back edit curve add menuSergey Sharybin
It was wrongly considered unused in rB5fdfa6d47542db32426ac080f071a1fd751e05a7
2014-01-01Fix T38008: Bug in templates operator_nodes.pyBastien Montagne
2014-01-01Clean up Zoom Style section of Input PreferencesJonathan Williamson
This removes some grouping labels and improves option names to make them self explanatory and consistent with one another. Before: https://www.dropbox.com/sh/zp4ildwpuew1w4x/RSLGK_gOG7 After: https://www.dropbox.com/s/c131zb5zb1ds5ap/Screenshot%202013-12-31%2018.54.38.png
2014-01-01Align Author field and label horizontallyJonathan Williamson
This aligns the User Preferences > File > Author field and label horizontally, saving space and making it more consistent with author text fields within the same section.
2014-01-01Improve readability of System panel of User PreferencesJonathan Williamson
This commit adjusts the spacing of the items in User Preferences > System. The spacing is adjusted via separators between each section of options. This better differentiates between groups of options. It also removes a few extra separators for more consistency.
2013-12-31Fix T37935: 3dsmax key configuration broken after recent mesh operator changes.Brecht Van Lommel
2013-12-29Text3d: add select all operatorCampbell Barton
also add Edit menu for 3d text and move cut/copy/paste there.