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
path: root/source
AgeCommit message (Collapse)Author
2020-05-07Fix T75793: Mirror modifier UV flip only works on first UDIM TilePhilipp Oeser
Was flipping around the 0-1 range, now (optionally) flip around each tile. Also added this option for BMesh bmo_mirror. Reviewed By: campbellbarton Maniphest Tasks: T75793 Differential Revision: https://developer.blender.org/D7460
2020-05-07Merge branch 'blender-v2.83-release'Antonio Vazquez
2020-05-07Fix T76500: Annotation Tooltip in Movie Clip Editor is using old grease ↵Antonio Vazquez
pencil text
2020-05-07Cleanup: Replace for loop with LISTBASE_FOREACH macroAntonio Vazquez
2020-05-07Blenlib: Added explicit BLI_INLINE in perlin noise.Stefan Werner
A few tiny functions were not inlined even in some release configurations. Added BLI_INLINE as extra compiler hint in places that the profiler showed at hot spots when populating geometry with hair.
2020-05-07GPencil: Add support for Link ModifiersAntonio Vazquez
This adds support to the Link modifiers data. This was missing. Also I did a small cleanup using LISTBASE_FOREACH macro. Related to T76478 Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D7643
2020-05-07Fix menu search expanding file browser menusCampbell Barton
2020-05-07Cleanup: use eSpace_Type in switch statementsCampbell Barton
Use eSpace_Type in cases where it's likely newly added spaces should be handled.
2020-05-07Cleanup: comments for menu searchCampbell Barton
2020-05-07Fix uninitialized variable in recent menu search commitCampbell Barton
2020-05-07BLT: include a non-executing reference to context in macrosCampbell Barton
Prevent errors when building without translations.
2020-05-07Cleanup: missing headerCampbell Barton
2020-05-06GPencil: Split Curve geometry functions to new fileAntonio Vazquez
This prepare the code for future curve editors
2020-05-06Fix build error after rBb9bb752e0e852dHans Goudey
This looks like a misplaced variable definition, which is then used out of scope later.
2020-05-06Annotations: Add different arrow styles for line toolJuanfran Matheu
This patch adds different kind of shapes/styles for the line extremes while using the annotation line tool. Current Styles: (following @mendio mockup) - Arrow (closed arrow) - Open Arrow - Segment - Square For future it would be great to have icons, it would be more intuitive (and less space) with previews of what each end / start of line does, like the google slides one as reference: {F8511116} Reviewed By: #grease_pencil, antoniov, HooglyBoogly Differential Revision: https://developer.blender.org/D7608
2020-05-06Fix expanding time-line menus when searchingCampbell Barton
2020-05-06Fix error in last commitCampbell Barton
2020-05-06UI: search menus from all visible areas when using the edit menuCampbell Barton
Without this, only actions in the top-bar were visible which isn't very useful. Now menus are extracted from the areas used in the active window, unless this search is activated by the key shortcut, in this case the current area is used.
2020-05-06Depsgraph: Fix memory leakJacques Lucke
I introduced the issue in rBb21a3e77027.
2020-05-06Merge branch 'blender-v2.83-release'Sebastián Barschkis
2020-05-06Fix T76430: Quick smoke not rendering Cycles and EeveeSebastián Barschkis
Temporary fix that will skip cache invalidation from flow / effector objects.
2020-05-06Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-06Fix T76416: Armature Deform parenting option doesn't work with Grease Pencil ↵Philipp Oeser
objects If we parent with type `PAR_ARMATURE` (where vertexgroups are already set up and named correctly according to the corresponding bones), we still need an armature modifier. This just wasnt added. In contrast to meshes [which add their armature modifier early in `ED_object_parent_set`], grease pencil used to do this (adding the armature modifier) in `ED_gpencil_add_armature_weights`. Now split ED_gpencil_add_armature_weights in two: - ED_gpencil_add_armature - ED_gpencil_add_armature_weights (which calls ED_gpencil_add_armature) - use ED_gpencil_add_armature for the PAR_ARMATURE case Maniphest Tasks: T76416 Differential Revision: https://developer.blender.org/D7625
2020-05-06Merge branch 'blender-v2.83-release'Antonio Vazquez
2020-05-06Fix T76470: GPencil sequence interpolate crash when not enough frames in layerAntonio Vazquez
If try to interpolate a layer without an active a next frame, the interpolation failed. Now, check for both frames before start interpolation.
2020-05-06Cleanup: Remove unused parameterAntonio Vazquez
2020-05-06Cleanup: Remove old invalid commentAntonio Vazquez
2020-05-06Cleanup: move search templates into their own filesCampbell Barton
2020-05-06Cleanup: restore text alignment lost by clang-formatCampbell Barton
2020-05-06Cleanup: use doxy sectionsCampbell Barton
2020-05-06Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-06Cleanup: warningCampbell Barton
2020-05-06Fix T76445: Selecting an object no longer cycles past the activeCampbell Barton
In 2.79, selecting an object would cycle past the first object even if selection cycling wasn't in use. Restore this behavior as it wasn't intentionally removed and it's useful to be able to select an object behind the current active object.
2020-05-06Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-06Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-06Fix T76392: Crash loading app-template with Load UI disabledCampbell Barton
2020-05-06Cleanup: warningsCampbell Barton
2020-05-05Fix wrong XR notifier bit valueJulian Eisel
2020-05-05Merge branch 'blender-v2.83-release'Pablo Dobarro
2020-05-05Fix T75743: Implement restore for brushes that modify their own dataPablo Dobarro
This implements the restore function for Draw Face Sets and Layer, which don't affect coordinates or masks directly. This is needed for the anchored and dot brush strokes. Layer frees the current displacement and a new one is created on each stroke sample. Draw Face Sets copies the data back from the first undo node to the mesh datalayer. Also fixes T75727 Reviewed By: jbakker Maniphest Tasks: T75727 Differential Revision: https://developer.blender.org/D7442
2020-05-05Fix T76414: crash using Python module that uses NVRTCBrecht Van Lommel
Hide the nvrtc* symbols just like we did for cu* already.
2020-05-05UI: Gray out shortcut indicator in search menusJulian Eisel
In other menus we already gray out the shortcut string, just in the search menu that wasn't the case. We may also want to draw other hints like this in the future, e.g. the library name for linked data-blocks in search menus. And then it's also nicer to have it grayed out to separate it visually from the data-block name.
2020-05-05Tasks: support build with TBB version 2017Brecht Van Lommel
Make the task pool implementation compatible with older versions that are used by install_deps.sh.
2020-05-05Build: print TBB ON/OFF state on first configure, cleanup old TBB logicBrecht Van Lommel
2020-05-05Fix T76417: Gpencil Join did not supported weight joinAntonio Vazquez
Now the operator keep the weights of all strokes when joining.
2020-05-05Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-05Fix T76402: App templates prevent factory settings theme resetCampbell Barton
2020-05-05Cleanup: use int instead of short for lasso array lengthCampbell Barton
There was no reason to use a short here, this was just a convention from existing code.
2020-05-05Cleanup: warningsCampbell Barton
2020-05-05Merge branch 'blender-v2.83-release'Campbell Barton