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 (Expand)Author
2020-04-29Fix crash with Orbit Around SelectionGermano Cavalcante
2020-04-29Tracking: Implement Nuke/Natron distortion modelSergey Sharybin
2020-04-29VR: Reset pose offsets when changing base poseJulian Eisel
2020-04-29Transform Orientation RefactorGermano Cavalcante
2020-04-29Merge branch 'blender-v2.83-release'Philipp Oeser
2020-04-29Depsgraph: use native BLI data structures in registryJacques Lucke
2020-04-29Fix T75522: Math node truncate operator tooltip provides no explanationPhilipp Oeser
2020-04-29Merge branch 'blender-v2.83-release'Philipp Oeser
2020-04-29Fix T75810: Child bone frozen when both Auto IK and X-Axis mirror arePhilipp Oeser
2020-04-29Merge branch 'blender-v2.83-release'Philipp Oeser
2020-04-29Armature posemode: add mouse independent "Select Linked" operatorPhilipp Oeser
2020-04-29Fix/cleanup: lib_query: missing case handling of new ID_SIM type.Bastien Montagne
2020-04-29Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-29Cleanup: use LISTBASE_FOREACH iterator everywhere possible in libquery.Bastien Montagne
2020-04-29Fix crash after 475bd6b occuring on each render end, we need another nullchec...Jens Verwiebe
2020-04-29Merge branch 'blender-v2.83-release'Antonio Vazquez
2020-04-29Fix T76185: GPencil from Curve ignores Cyclic when curve has only 2 pointsAntonio Vazquez
2020-04-29Cleanup: use const args for depsgraph functionsCampbell Barton
2020-04-29Cleanup: use doxy sections for multires & subdiv sourcesCampbell Barton
2020-04-29Fix crash after 475bd6b occuring on each render end, we need another nullchec...Jens Verwiebe
2020-04-28Cleanup: Use more descriptive names for functionsGermano Cavalcante
2020-04-28UI: Improve DataTransfer Modifier Error MessageHans Goudey
2020-04-28BLI: add VectorSet.is_empty methodJacques Lucke
2020-04-28GPencil: Remove redundant UVs textAntonio Vazquez
2020-04-28GPencil: Rename modifier Texture to Texture MappingAntonio Vazquez
2020-04-28Cleanup: remove unnecessary includesJacques Lucke
2020-04-28Depsgraph: use BLI::Vector for RelationsJacques Lucke
2020-04-28Depsgraph: Use BLI::Map for constraint_to_pchan_map_Jacques Lucke
2020-04-28Depsgraph: use BLI::Set for entry_tagsJacques Lucke
2020-04-28Merge branch 'blender-v2.83-release'Philipp Oeser
2020-04-28Fix T76179: Unable to select render passes when a render has fewerPhilipp Oeser
2020-04-28BLI: rename Vector.empty to Vector.is_emptyJacques Lucke
2020-04-28BLI: add Set.clear methodJacques Lucke
2020-04-28BLI: add Set.is_empty methodJacques Lucke
2020-04-28Depsgraph: use BLI::Map in RootPChanMapJacques Lucke
2020-04-28Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-28Depsgraph: Add IDProperties handling.Bastien Montagne
2020-04-28IDProperties: add a foreach looper and use it in libquery code.Bastien Montagne
2020-04-28BLI: add library to simplify writing dot graph exportersJacques Lucke
2020-04-28BLI: add Map.lookup_or_add_default methodJacques Lucke
2020-04-28Cleanup: Strict compiler warning in release modeSergey Sharybin
2020-04-28Depsgraph: Use BLI::Map in more placesJacques Lucke
2020-04-28BLI: add Map.is_empty() methodJacques Lucke
2020-04-28Depsgraph: Use BLI::Map for RNANodeQuery.id_data_map_Jacques Lucke
2020-04-28UI: Title case for 'Prefetch Frames' in VSEPablo Vazquez
2020-04-28Merge branch 'blender-v2.83-release'Campbell Barton
2020-04-28Fix select linked in pose modeCampbell Barton
2020-04-28Merge branch 'blender-v2.83-release'Campbell Barton
2020-04-28Fix T75993: Mark Seam from UV editor operates on unselected facesCampbell Barton
2020-04-28Merge branch 'blender-v2.83-release'Campbell Barton