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-03-05Cleanup: redundant castsCampbell Barton
2020-03-05Cleanup: material API namingCampbell Barton
2020-03-05Cleanup: formatting, strip trailing spaceCampbell Barton
2020-03-04Cleanup: replace unnecessary MEM_callocN callsCampbell Barton
2020-03-04Fluid: Bounding boxes for effector objectsSebastián Barschkis
2020-03-04Fluid: Added sanity grid initializations in smoke / liquid scriptsSebastián Barschkis
2020-03-04Fluid: Fix issue with fire emissionSebastián Barschkis
2020-03-04Fluid: Naming cleanup for flags gridSebastián Barschkis
2020-03-04Fluid: Added an option to delete fluid inside obstaclesSebastián Barschkis
2020-03-04Fluid: Optimization for extrapolation functions in smoke / liquid scriptsSebastián Barschkis
2020-03-04Fix T74434: Video Sequencer: Alt+ clicking (assign to all selected) doesPhilipp Oeser
2020-03-04Fix T71578: knife tool draws some points incorrectlyJacques Lucke
2020-03-04Build System: Add OpenXR-SDK dependency and WITH_XR_OPENXR build optionJulian Eisel
2020-03-04Cleanup: use MEM_recallocN_id utility functionCampbell Barton
2020-03-04RNA: ensure missing calls to RNA_enum_item_end crash in debug modeCampbell Barton
2020-03-04Fix T74426: Crash in the IK Pose Brush preview with null preview chainPablo Dobarro
2020-03-04Cleanup: spellingCampbell Barton
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: ID make local: remove `id_in_bmain` argument.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-03-04UI: rename View Selected" to "Frame Selected"Asad-ullah Khan
2020-03-04Fix T73797: Selection/Editing after Make Single User for Object DataPhilipp Oeser
2020-03-04Cleanup: avoid the term old when storing/restoring context variablesCampbell Barton
2020-03-04Cleanup: remove unused BLI_strncat_utf8Campbell Barton
2020-03-04Fix possible buffer overflow from incorrect 'strncat' useCampbell Barton
2020-03-04BLI_string_utils: add BLI_string_join_array_by_sep_charCampbell Barton
2020-03-04Cleanup: replace CLAMP macros with functionsCampbell Barton
2020-03-04BLI_math: inline clamp functionsCampbell Barton
2020-03-04Cleanup: replace commented code with define checkCampbell Barton
2020-03-04Cleanup: cmake indentationCampbell Barton
2020-03-04CMake: make OpenVDB depend on OpenEXRCampbell Barton
2020-03-04BLI_math: add clamp_v# and clamp_v#_v#v# utility functionsTiago Chaves
2020-03-03Fix T72028: Crash switching to vertex paintPhilipp Oeser
2020-03-03Modifiers: Wave add invert vgroup optionBastien Montagne
2020-03-03IDs: change FILTER_ID_* to 64 bit to make space for new ID typesBrecht Van Lommel
2020-03-03IDs: modify wm.previews_clear operator to make space for new ID typesBrecht Van Lommel
2020-03-03RNA: support 64 bit boolean bitflags in DNABrecht Van Lommel
2020-03-03Fix: USD Build error on windowsRay Molenkamp
2020-03-03Fix Snake Hook rake on rotated objectsPablo Dobarro
2020-03-03Fix hardness not resetting when using reset brushPablo Dobarro
2020-03-03USD: Added support for exporting metaballsSybren A. Stüvel
2020-03-03Cleanup: USD, marked overridden function with `override`Sybren A. Stüvel
2020-03-03Cleanup: USD, removed unused codeSybren A. Stüvel
2020-03-03Fix T71871: Quadriflow remesh operator don't stack operationsSebastian Parborg
2020-03-03Remove the "use mesh curvature" option from quadriflowSebastian Parborg
2020-03-03Fix delaunay triangulation, bad indices for output faces.Howard Trickey
2020-03-03Revert "Fix T74110: EEVEE Shadow Pass"Jeroen Bakker
2020-03-03Cleanup: formatting, spellingCampbell Barton
2020-03-03Subdiv: Fix/Workaround for surface partial derivativesSergey Sharybin
2020-03-03Separate operators (mesh/curve/armature/gpencil): take user preferencesPhilipp Oeser