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
2020-06-20Fix T75074: Select Hierarchy error, when object is not on view layerCampbell Barton
2020-06-15UI: Do not use term 'Subsurf'Aaron Carlisle
So not to be confused with subsurf scatter Differential Revision: https://developer.blender.org/D8005
2020-01-07Fix T69314: Broken Rotation to Deltas for Quaternionsmano-wii
2019-08-12Fix T68539: transferring uv (Ctrl+L) does not update immediately inPhilipp Oeser
object mode
2019-08-07Fix T68340: Add reference image to hidden collection failsCampbell Barton
2019-07-02Updated tooltips for operators 'Transfer Mix' and 'Join Shapes'. Fixes typoInes Almeida
2019-07-01Revert "Rename operator 'Join Shapes' to 'Transfer Mix'."Brecht Van Lommel
This reverts commit 741967079c393a9eb6babd60c92a716fafa5d3e9. We are in UI and API freeze, and this changes both.
2019-06-30Rename operator 'Join Shapes' to 'Transfer Mix'.Ines Almeida
The new name is consistent with the 'Transfer Shape' operator. - Updated the UI descriptions for both transfer operators.
2019-06-24UI: Rename Dupli-Face to Instance FaceAaron Carlisle
Part of T56648
2019-06-21Cleanup: use trailing commas for multi-line argumentsCampbell Barton
2019-05-15Objects: new 3D cursor alignment option when adding objectsHans Goudey
The choices are now World, View and 3D Cursor. This breaks Python API compatibility, add-ons that add objects with this parameter will need to be updated. Differential Revision: https://developer.blender.org/D4706
2019-05-09Cleanup: unused args/vars/imports in bl_operatorsCampbell Barton
2019-04-09Cleanup: styleCampbell Barton
2019-04-04Fix T63256: Make Dupli Face was broken since there are collectionsJacques Lucke
2019-03-20Cleanup: unused varsCampbell Barton
2019-03-14Cleanup: styleCampbell Barton
2019-03-04Cleanup: use single quotes for enumsCampbell Barton
2019-03-01RNA: move cursor into own structCampbell Barton
Without this it's impractical to subscribe to any change to the cursor. Fixes T61969 by having gizmos update on any change to the cursor.
2019-01-30Cleanup: line lengthCampbell Barton
2019-01-24bring back possibility to override camera per viewPhilipp Oeser
this can now be found in the sidebar View panel - uses existing 'lock_camera_and_layers' but renames the property to 'use_local_camera' - uses RNA_def_property_boolean_negative_sdna to flip the value - remove the local view code in rna_SpaceView3D_lock_camera_and_layers_set - update Python code - update Addons code will be separate commit Fixes T60756 Reviewers: billreynish, brecht Maniphest Tasks: T60756 Differential Revision: https://developer.blender.org/D4247
2019-01-02Fix poll function for SelectPattern operatorDalai Felinto
Note this is also broken in 2.7x. This is not a big deal since the operator is exposed in the correct menus. But some users were accessing it via the search menu which would lead to issues.
2019-01-02Fix T60030: Select pattern fails with pose bonesDalai Felinto
The original comment in the file was not acknoledging pose bones could be tacked here as well (my fault since I should not have trusted the comments and read the code intead). Problem introduced on aeb8e81f2741.
2018-12-19RNA: support setting default values for custom properties.Alexander Gavrilov
NLA requires a usable default value for all properties that are to be animated via it, without any exceptions. This is the real cause of T36496: using the default of 0 for a scale related custom property obviously doesn't work. Thus, to really fix this it is necessary to support configurable default values for custom properties, which are very frequently used in rigs for auxiliary settings. For common use it is enough to support this for scalar float and integer properties. The default can be set via the custom property configuration popup, or a right click menu option. In addition, to help in updating old rigs, an operator that saves current values as defaults for all object and bone properties is added. Reviewers: campbellbarton, brecht Differential Revision: https://developer.blender.org/D4084
2018-12-173D View: empty image option to show front/backCampbell Barton
Only back was possible.
2018-12-17DNA: clear / remove deprecated flagsCampbell Barton
- Clear deprecated flags for ID's: Scene, Sequence, World, Object & Mesh. - Clear deprecated flags for Spaces: outliner, 3D view & image. - Remove unused `Mesh.drawflag` - Remove unused `USER_ALLWINCODECS`, `USER_MMB_PASTE`. - Remove `V3D_SOLID_TEX` & `V3D_ZBUF_SELECT` - used in a few areas. - Flip `Object.empty_image_visibility_flag` (avoids do-version on each new flag) - Rename 'Backside' -> 'Back' in context of drawing - showing 'Back' makes sense.
2018-12-12Fix T59208: Error when loading reference/background image in edit modeJacques Lucke
2018-12-12UI: use consistent subdivision modifier name when creating from shortcuts.Brecht Van Lommel
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
2018-11-263D View: remove 3D cursorCampbell Barton
Use 3D cursor from the scene (was previously used for local-view).
2018-11-26Cleanup: unused vars, importsCampbell Barton
2018-11-21Image Empties: always show in orthographic view by defaultJacques Lucke
2018-11-20Images: "Image" submenu in "Add" menuJacques Lucke
The submenu has two entries currently: "Reference" and "Background". Both operators produce an image empty with different settings.
2018-11-11Fix T57776: Error when adding a Torus to the scene.Bastien Montagne
Not all Object.select_set() cases had been updated to new API... Tsst. ;)
2018-10-25Cleanup: unused variablesCampbell Barton
2018-10-10Remove Align to View OperatorCampbell Barton
This only worked on new objects, which is no longer needed. It didn't account for: - Quaternion or axis-angle rotation. - Parenting. - Constraints. If we support object rotation alignment, it might be best to make it a more general set of alignment operators (align transform, orientation - not limiting to view).
2018-10-10Empty Image: use draw size instead of object scaleCampbell Barton
Object scale has implications for parenting, use draw size instead. Also use add-empty view_align option instead of a separate operator.
2018-10-09Image Empties: Usability improvements and fixesJacques Lucke
- new "Align to View" option when loading a new image - automatically align to view when dropping an image into a viewport - larger default size for image empties - fix image empty gizmo in orthographic view - new "Align Objects to View" operator Reviewer: brecht Differential: https://developer.blender.org/D3778
2018-09-30Add Image Operator: minor tweaksCampbell Barton
- Use exception message on error. - Use 3D view cursor location (for local view).
2018-09-27Empty Object: new "Load Image as Empty" operatorJacques Lucke
New entry in the Add Object menu. Opens a file selector and creates a new empty object from the selected image. Previously more steps were needed to archieve the same. Differential: https://developer.blender.org/D3708 Reviewer: brecht
2018-09-11Cleanup: unused variablesCampbell Barton
2018-09-03Merge branch 'master' into blender2.8Bastien Montagne
Conflicts: source/blender/blenkernel/intern/collision.c
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3668
2018-08-12PyAPI: update scripts for matrix multiply operatorCampbell Barton
Operators: - add torus - align objects - bake physics - make dupli faces - smart project Templates: - 3D view ray cast Other: - Methods for bones/edit-bones
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
- Logical use of fields since they define type information. - Avoids using ordered-dict metaclass. Properties using regular assignments will print a warning and load, however the order is undefined.
2018-06-26Merge branch 'master' into blender2.8Campbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2018-06-01Fix broken set collection offset from cursor operator.Brecht Van Lommel
2018-04-23Pqrtiql fix of some operators in object.py.Bastien Montagne
They were still trying to set active object of Scene. Select hierarchy with extend option is still not zorking for some ;ysterious reasons. :/
2018-04-23Cleanup some remaining LOD stuff after BGE removal.Bastien Montagne
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
This caused too many problems syncing object modes with multiple objects/windows/workspaces, see: D3130 for details.