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
2019-01-15Fix T60498: Auto IK doesn't work immediately.Brecht Van Lommel
2019-01-15Correct last commitCampbell Barton
2019-01-15Fix T60507: Constrained transform shows all axesCampbell Barton
Regression in 579c01da600dd Move values_modal_offset use out of applyMouseInput to resolve order of initialization issue.
2019-01-14Fix T57852: Mesh X Mirror option not workingCampbell Barton
D3869 by @lichtwerk w/ own edits
2019-01-14Cleanup: move comments above definitionsCampbell Barton
For clang-format not to wrap definitions.
2019-01-11Fix T60411: crash in multi-object pose mode, with some armatures in rest pose.Brecht Van Lommel
2019-01-10Support proportional edit scaling on dopesheet keyframesPhilipp Oeser
Fixes T60361 Reviewers: brecht Maniphest Tasks: T60361 Differential Revision: https://developer.blender.org/D4188
2019-01-10Fix gizmo orientation w/ shear toolCampbell Barton
2019-01-08Fix inconsistent naming and behavior for base visible/selected/editable.Brecht Van Lommel
Fixes T60251.
2019-01-08Cleanup: comments causing bad clang-format outputCampbell Barton
2019-01-07Cleanup: add trailing commas to structsCampbell Barton
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
Needed for clang formatting to workaround bug/limit, see: T53211
2019-01-04Fix T59546: Grease Pencil Edit: Rotation around individual origins errorAntonioya
Thanks to Habib Gahbiche (@zazizizou) for helping fixing this bug. See D4156.
2019-01-03Transform: default shrink/fatten even-offset to falseCampbell Barton
Changed for 2.8 but this cases spikes for some geometry, see: T59968
2019-01-02Fix (unreported): unpredictable crashes when it is done snap after automerge.mano-wii
The `em->tottri` of an evaluated object can be different from the actual amount of looptris.
2019-01-02Fix T59886: Missing transform gizmo updateCampbell Barton
2018-12-28GP: Rename GP_STROKE_RECALC_CACHE to GP_STROKE_RECALC_GEOMETRYAntonioya
The GP_STROKE_RECALC_CACHE identifier was changed to GP_STROKE_RECALC_GEOMETRY because the previous name was confusing and could be confused with the recalculation of the Draw Manager cache.
2018-12-27Fix T59865: UV editor vertex snap to active does not make any sense.Sebastian Parborg
Differential Revision: https://developer.blender.org/D4129
2018-12-27Cleanup: styleCampbell Barton
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
Also (mostly in comments): behaviour -> behavior (we use American English).
2018-12-21GP: Move calculated center only for selected strokesAntonioya
2018-12-21Cleanup: unused argCampbell Barton
2018-12-20GP: Use only selected points to calc transform centerAntonioya
2018-12-20GP: Enable center for Local Origins onlyAntonioya
This produces very interesting effects when move using proportional editing.
2018-12-20GP: Undo center calculationAntonioya
This is breaking the transformation with falloff enabled.
2018-12-20Fix T59083: normal transform orientation ignores absolute grid snap.Sebastian Parborg
Absolute grid snap now takes into account the transform local axis. Differential Revision: https://developer.blender.org/D4069
2018-12-20Cleanup: namingCampbell Barton
2018-12-20Fix crash clicking on trackball widgetCampbell Barton
Missing check in newly added gizmo orientations.
2018-12-19UI: expose gizmo orientation as a single enumCampbell Barton
Avoids awkward logic from the popover, by faking an extra item in the enum.
2018-12-19UI: move gizmo orientation settings into popoverCampbell Barton
Instead of link toggle with enum, use a single popover that contains both settings. The code for this isn't nice - needing 3x panels for now. See D4075
2018-12-19Merge branch 'master' into blender2.8Philipp Oeser
2018-12-19Fix Proportional Edit Projected 2D method skiped center calculationPhilipp Oeser
rBa520e7c85c83 defined T_OVERRIDE_CENTER(1 << 25) which was already in use T_PROP_PROJECTED(1 << 25) thus skipping center calculation Fixes T58882, T59518 Reviewers: campbellbarton, brecht Maniphest Tasks: T58882, T59518 Differential Revision: https://developer.blender.org/D4100
2018-12-19Fix T59237: Instancing on a path doesn't do anythingSergey Sharybin
This commit makes it so curve path parent solving accepts an explicit arguments for both time and curve speed flag, making it so we don't have to mock around with scene's frame. One unfortunate issue still is that if the instancing object is used for something else, we might be running into a threading conflict. Possible solution would be to create a temp copy of an object, but then it will be an issue of preventing drivers from modifying other datablocks. At least the original issue is fixed now, and things behave same as in older Blender version. Additionally, the global variable which was defining curve speed flag behavior is gone now!
2018-12-19Gizmo: optional custom orientations for transformCampbell Barton
This aims to resolve a conflict where some users want to keep keyboard axis setting global, even when the orientation is set to something else. Move/rotate/scale can optionally each have a separate orientation. Some UI changes will be made next.
2018-12-19Transform: use the scenes transform orientationCampbell Barton
- Use the user orientation when pressing XYZ keys, second press switches to global. - Pressing again switches to global, or local if you're have global orientation set. The option for gizmos to have their own orientations will be added, see: D4075
2018-12-19Fix T57139: Transform overlay shows even when disabledCampbell Barton
Transform bypasses the gizmo API for drawing overlays, so custom checks are needed. Also don't draw the gizmo in other windows when transforming.
2018-12-19Merge branch 'master' into blender2.8Campbell Barton
2018-12-19Cleanup: spellingCampbell Barton
2018-12-19GP: Add calculation of center for transformation by stroke (WIP)Antonioya
2018-12-18Merge branch 'master' into blender2.8Bastien Montagne
Conflicts: source/blender/editors/transform/transform_conversions.c
2018-12-18Fix T59104: Snapping: Align rotation to target broken in edit mode.Bastien Montagne
This has been unbelievably painful to understand... And solution is only partially good actually, we may even want a single axis for all the islands in that case? But for now this is giving much better results already, compared to the random crazyness it used to produce.
2018-12-18Fix T58335: Grease Pencil Objects in Edit Mode have transform gizmos in ↵Charlie Jolly
wrong location Original fix P874 with changes from @brecht
2018-12-18Correct own error in changes to pose gizmo centerCampbell Barton
Multi-pose gizmo center calculation from 5d09f5223e63 now works as expected.
2018-12-18Transform: when snap affect is off for a transform mode, ignore snap ↵Brecht Van Lommel
settings entirely. Ref D4022.
2018-12-18Transform: option to use incremental snappingCampbell Barton
This resolves this issue where users would enable a snapping mode besides incremental (vertex for eg), then notice strange behavior w/ rotate and scale. While this ability can be useful, it's quite an obscure use case. Now changing snap-modes keeps rotate and scale using incremental snap, with the option for these modes to be affected by other snapping modes. D4022 by @kioku w/ own minor edits.
2018-12-14NLA: insert keyframes correctly for strips with non-Replace mode.Alexander Gavrilov
NLA strips support using the keyframe values in a variety of ways: adding, subtracting, multiplying, linearly mixing with the result of strips located below in the stack. This is intended for layering tweaks on top of a base animation. However, when inserting keyframes into such strips, it simply inserts the final value of the property, irrespective of these settings. This in fact makes the feature nearly useless. To fix this it is necessary to evaluate the NLA stack below the edited strip and correctly compute the raw key that would produce the intended final value, according to the mode and influence. Differential Revision: https://developer.blender.org/D3927
2018-12-14Fix T59358: Wrong status bar keymap for release confirms and right click select.Sebastian Parborg
Differential Revision: https://developer.blender.org/D4077
2018-12-14Transform: remove incorrect 3D view checkCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Missed last commitCampbell Barton