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-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-03-06Cleanup: use 'r_' prefix for return argumentsCampbell Barton
2020-03-06Cleanup: use BLI_strnlen instead of strlenCampbell Barton
2020-03-06Cleanup: clang-formatCampbell Barton
2020-03-06Cleanup: use MEM_recallocN_idCampbell Barton
2020-03-06Cleanup: spellingCampbell Barton
2020-03-06Cleanup: add decimal values for event types, order by valueCampbell Barton
2020-03-06Cleanup: quiet switch warningsCampbell Barton
2020-03-06Cleanup: redundant-decls warningCampbell Barton
2020-03-06UI: Using Consistent Font Icon in File BrowserHarley Acheson
2020-03-05Sculpt Face SetsPablo Dobarro
2020-03-05UI: File Browser FavoritesHarley Acheson
2020-03-05UI: Mac File Browser System List ChangesYevgeny Makarov
2020-03-05Fluid: Optimization in mesh generating loopSebastián Barschkis
2020-03-05Cleanup: Move std::deque to depsgraph_type.hSybren A. Stüvel
2020-03-05Add an session-wise uuid integer to IDs.Bastien Montagne
2020-03-05Fix T74332: selection sync replacing parent selectionNathan Craddock
2020-03-05Fluid: Fix initial velocities for new static emission modeSebastián Barschkis
2020-03-05Fluid: Diffusion settings now optionalSebastián Barschkis
2020-03-05EEVEE: Render Passes BlendingJeroen Bakker
2020-03-05Fix T74446: Liquid Inflow Does Not WorkSebastián Barschkis
2020-03-05Initial step for IDTypeInfo refactor 'cleanup' project.Bastien Montagne
2020-03-05Cleanup: Clarified commentSybren A. Stüvel
2020-03-05Fix T74431: EEVEE AO Render PassJeroen Bakker
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: 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-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