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-24Fix T60816: Specify subtype for some properties of mesh operatorsJacques Lucke
Reviewers: brecht Differential Revision: https://developer.blender.org/D4248
2019-01-24Fix T60133: texture paint external editing not workingPhilipp Oeser
Operator relys on 3DView and was failing from Topbar and Properties Editor. Now tries to find the biggest 3DView and uses that. Reviewers: brecht Maniphest Tasks: T60133 Differential Revision: https://developer.blender.org/D4215
2019-01-24Fix T59972: UV live unwrap does not pack islands.Brecht Van Lommel
Packing was not being called after multi-object editing changes. Includes code refactoring to make function parameters more clear.
2019-01-24Fix T59933: timeline keyframe display not updating when selecting objects.Brecht Van Lommel
2019-01-24Fix T58502: scopes don't work in the image editorJacques Lucke
There were two problems: 1. The scopes were only updated when the "Scopes" category is active, but this category has been removed in Blender 2.8. 2. The scopes moved from the TOOLS to the UI region. However the update-code still searched for the "Scopes" category in the TOOLS region. Both problems are fixed with this commit: 1. Scopes have there own category again. 2. The update code is in the correct draw function now. Reviewers: brecht Differential Revision: https://developer.blender.org/D4245
2019-01-24Fix T60795: Crash when joining objects with shape keys.Bastien Montagne
Stupid mistake really, cannot use NO_MAIN here, temp shapekey is in Main. Using/fully supporting out-of-main temp IDs is still a bit WIP...
2019-01-24Fix T59423: Mesh deform modifier bind bug causing spiky deformations.mano-wii
The intersection was being tested between ray and tri, the correct one is segment and tri.
2019-01-24Fix T60807: Can't select when active pose object is hiddenCampbell Barton
Object mode locking wasn't accounting for the 3D view context which doesn't have an active object once its hidden.
2019-01-24Cleanup: use braces for single line if statementsCampbell Barton
2019-01-24Cleanup: Replace BASACT use w/ a variableCampbell Barton
2019-01-24Cleanup: removed unused 3D view header template.Brecht Van Lommel
2019-01-24Fix T58216: backdrop drawing in sequencer broken.Brecht Van Lommel
2019-01-24Fix T54581: Clip editor doesn't synchronize frame on layout changeSergey Sharybin
2019-01-24WM: Repeat Last no longer reuses skip-save propertiesCampbell Barton
PROP_SKIP_SAVE is often used as a way to detect the difference between adjusting options from the redo panel and initial execution. Repeat last operator was executing with skip-save properties set, preventing operators from initializing them based on the context. Fixes 60777.
2019-01-24Cleanup: styleCampbell Barton
2019-01-23Sculpt: add Topology Rake, to align edges along brush while painting.Jean Da Costa
This helps to generate cleaner topology and define sharp features for dynamic topology. Best used on relatively low-poly meshes, it is not needed as much for high detail areas and has a performance impact. Differential Revision: https://developer.blender.org/D4189
2019-01-23Fix T59152: dynamic topology constant detail should be in world space.Brecht Van Lommel
It seems more predictable, and makes more sense for future multi-object modes.
2019-01-23UI: fix horizontal scrollbar overlapping last row of filesgsr b3d
Depending on area size, the scrollbar covered the bottom of the text, with the extra it will only cover the padding at worst. Differential Revision: https://developer.blender.org/D4207
2019-01-23UI: make editor corner splitting / joining more reliable.Harley Acheson
* Add threshold for minimum amount of mouse movement for dragging to get activated. * Limit angles at which dragging is considered an action, do nothing if mouse does not clearly move up/down/left/right. * Increase action zone size vertically. Differential Revision: https://developer.blender.org/D4227
2019-01-23Fix T60791: Don't show automatic weights option when not supportedJacques Lucke
There are probably many more cases in which the menu looks a little different. However, I don't know them all and it's too easy to break something accidentally here. Maybe a user could try the different combinations of object types and check if there are entries that should not be there. Reviewers: brecht Differential Revision: https://developer.blender.org/D4240
2019-01-233D View: draw clipping regionCampbell Barton
Only for workbench solid/wire modes.
2019-01-23Refactor: use guard clauses instead of nested conditionalsJacques Lucke
2019-01-233D View: add back clipping draw code (disabled)Campbell Barton
Disabled for now because of draw-order issues. Also move clipping test out of view3d_draw_legacy.c
2019-01-23Fix T60781: DOF Distance (pick) crashesCampbell Barton
From own recent changes c8e75c2b00cfb7e8
2019-01-23Fix T58199: Spin tool top bar settings don't applyCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-23Revert "Fix T60126: Gradient affects hidden vertices when weight painting"Campbell Barton
This reverts commit 06a6b5dba459d4153d85c5894e3c3e72abeb34e3. The error is that geometry was hidden in the first place, this should only apply when selecting verts/faces.
2019-01-22UI: disable scene and view layer delete buttons when not available.Harley Acheson
Differential Revision: https://developer.blender.org/D4210
2019-01-22Fix T60602: outliner pose bone selection does not update in viewport.Sebastian Parborg
Differential Revision: https://developer.blender.org/D4223
2019-01-22GP: Fix UV error for second pointAntonioya
The UV was not calculated for second point (1), only first and > 1
2019-01-22GP: Recalc UV data for primitive strokesAntonioya
The data was not caculated when complete a primitive and it was only updated when use Edit mode.
2019-01-22UI: use same light icon for all light types in properties editor tabs.Joep Peters
Differential Revision: https://developer.blender.org/D4237
2019-01-22UV Editor: support snapping to center of pixels, in addition to corners.Joep Peters
Differential Revision: https://developer.blender.org/D4150
2019-01-22Fix T60126: Gradient affects hidden vertices when weight paintingJacques Lucke
Also includes some minor refactoring: use guard clauses instead of nested conditionals. Reviewers: brecht Differential Revision: https://developer.blender.org/D4238
2019-01-21GP: Cleanup previous commitAntonioya
2019-01-21Fix T60714: Avoid creation of nested objectsAntonioya
In grease pencil is not logic add an object inside other object in edit mode. The object must be created only in Object mode.
2019-01-21GP: Fix memory leaks when use cutter with weightsAntonioya
There were some issues when copy the weights and other memory leaks. Also some code cleanup.
2019-01-21Fix T60709: Apply Object Transform does nothing by defaultJacques Lucke
2019-01-21T60701: GP using cutter tool on stroke with vertex group crashes blenderAntonioya
2019-01-21Fix T55461: [Vertex Group] "Delete all unlocked groups" not working.Bastien Montagne
2019-01-21Cleanup: rename GPU function to set buffer lengthCampbell Barton
2019-01-213D View: add back clipping border operatorCampbell Barton
2019-01-20Fix T60678: GP, smoothing a stroke's weights multiple times will lead to ↵Antonioya
unweightable points
2019-01-20Fix T60671: GP weight paint crash when smoothing weightsAntonioya
2019-01-20Cleanup: remove all BLI_utiledefines' ugly vectorial macros.Bastien Montagne
Not only were those often making doublons with already existing BLI_math's stuff, but they were also used to hide implicit type conversions... As usual this adds some more exotic inlined vector functions (one of the rare cases where I really miss C++ and its templates... ;) ).
2019-01-19Cleanup: add trailing commasCampbell Barton
Prevents clang-format merging into a single line.
2019-01-18Add miter pattern options.Howard Trickey
Will document the new options in release notes, then in manual. Still a bit of work to do on the bulging shape that appears on cube corners if using arc inner miters, but will do that later. Also need to do something smarter in clamp overlap.
2019-01-18Fix T60615: Cycles baking not working with some modifiers.Brecht Van Lommel
Refactors Cycles mesh export a bit to avoid unnecessary copies and to be in sync with the Blender baker.
2019-01-18GP: Guides: Fix bug with Mkey and Circular guidesCharlie Jolly
Reported by @pepeland. Adding missing events on the first point was breaking the guide behaviour. Also, updated Ckey so it always defaults to Circular mode when guides are off.