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 (Expand)Author
2020-10-16Fix syntax error in IC-KeymapCampbell Barton
2020-10-16RNA: support building WITH_PYTHON=OFFCampbell Barton
2020-10-16Cleanup: remove f-string useCampbell Barton
2020-10-16Cleanup: assign variables for re-used context membersCampbell Barton
2020-10-16Cleanup: spellingCampbell Barton
2020-10-16Windows: Fix build issue on windowsRay Molenkamp
2020-10-16Fix build error with clean buildsJulian Eisel
2020-10-15Outliner: Use operator option to decide which item to renameJulian Eisel
2020-10-15Fix T76597: Support Keyframe: Copy To SelectedWayde Moss
2020-10-15Fix error in previous commitJulian Eisel
2020-10-15Cleanup: Refactor lookup for hovered Outliner element for renamingJulian Eisel
2020-10-15Fix T81675: Renaming collapsed collection in Outliner renames nested itemsJulian Eisel
2020-10-15Silence warningDalai Felinto
2020-10-15Fix T81580: No doversion for Emission StrengthDalai Felinto
2020-10-15Fix Cloth brush grab artifacts in the affected areaPablo Dobarro
2020-10-15Fix T81743: Changed behaviour in RGB Curves node interpolationSybren A. Stüvel
2020-10-15Fix brush tip delta orientation with anchored strokesPablo Dobarro
2020-10-15Fix T81649: Cloth simulation dynamic area mode tearing the meshPablo Dobarro
2020-10-15Sculpt: Use mpoly flags to sync Face Sets visibilityPablo Dobarro
2020-10-15Fix Multires edge adjacency info returning wrong vertex indicesPablo Dobarro
2020-10-15Sculpt: Add global automasking settings support in filtersPablo Dobarro
2020-10-15Sculpt: Use cursor depth in trimming gesturesPablo Dobarro
2020-10-15Sculpt: Show paint brush cursor in all toolsPablo Dobarro
2020-10-15Fix mask expand creating wrong masks when the cursor is not over the meshPablo Dobarro
2020-10-15Sculpt: Experimental Pen Tilt SupportPablo Dobarro
2020-10-15Fix T80625: Trimming tools not working with transformed objectsPablo Dobarro
2020-10-15Improve Voxel Remesher volume projection artifacts on sharp edgesLeha
2020-10-15Fix T81697: Property search crash with python handlersHans Goudey
2020-10-15UI: Add reset to default value to keymapHans Goudey
2020-10-15Cleanup: Use DNA defaults for grease pencil modifiersHans Goudey
2020-10-15CMake/macOS: set package_ROOT for PNG, JPEG, TIFFAnkit Meel
2020-10-15Cleanup: Animation, simplify channel selection codeSybren A. Stüvel
2020-10-15Cleanup: Animation, rename function to match operatorSybren A. Stüvel
2020-10-15Fix part of T74918: 3D Viewport: Jump, when mouse crosses a window corner.Bastien Montagne
2020-10-15Cleanup: rename BPy_GetContext -> BPY_context_getCampbell Barton
2020-10-15Cleanup: remove duplicate context variable (__py_context)Campbell Barton
2020-10-15Fix T80768: Subdivision Surface modifier uses viewport subdivision settings w...Janusch Patas
2020-10-15Cleanup: Do not compare bool value to 0.Bastien Montagne
2020-10-15Fix T81520: Crash setting the Cycles device from PythonCampbell Barton
2020-10-15PyAPI: throw exception when cycles is given an invalid device nameCampbell Barton
2020-10-15Cleanup: defer importing '_cycles' in properties.pyCampbell Barton
2020-10-15Cleanup: use defined sizes when accessing file date/timeCampbell Barton
2020-10-14Cleanup: Comment formatting, grammarHans Goudey
2020-10-14Fluid: Add phystype to fluid particle settingsSebastián Barschkis
2020-10-14UI: Show more information in open file tooltipJuanfran Matheu
2020-10-14Fix T81633 Workbench: TAA never resolve when enabling both X-Ray and cavityClément Foucault
2020-10-14Fix T81004 Python: Images drawn in the Sequence Editor have wrong colorsClément Foucault
2020-10-14GL: FrameBuffer: Set GL_FRAMEBUFFER_SRGB if neededClément Foucault
2020-10-14PyDocs: GPU Module: Examples: convert all gl_FragColor variables to FragColorAaron Carlisle
2020-10-14Fix warning for duplicate field in DNA defaultsHans Goudey