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
2022-02-09Cleanup: move file descriptions into doxygen file sectionCampbell Barton
2022-02-09Cleanup: move file descriptions into doxygen file sectionCampbell Barton
2022-02-08Fix T91871: Symmetrize Armature on custom bone shapePaolo Acampora
2022-02-04Fix T81541: Symmetrize Transform Constraint, Y rotational axis unexpected res...Sebastian Parborg
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-02-03Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-02-03Fix assert in original modifiers pointer update functionSergey Sharybin
2022-01-31Cleanup: use struct for GPU the select bufferCampbell Barton
2022-01-30Cleanup: Cmake: remove unnecessary definitions for internationalizationAaron Carlisle
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-21Cleanup: use BKE_pose_is_layer_visible in more placesPhilipp Oeser
2021-12-21Fix T92930: Outliner "Show Active" bone fails in certain situationsPhilipp Oeser
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-09Fix T93892: Changing bone name leaves non-functional vertex groupPhilipp Oeser
2021-11-20Cleanup: Else after returnHans Goudey
2021-11-18Merge remote-tracking branch 'origin/blender-v3.0-release'Sybren A. Stüvel
2021-11-18Pose Library: clarify apply/blend operator namesSybren A. Stüvel
2021-11-12Cleanup/document BKE_blender_copybuffer.Bastien Montagne
2021-11-09Cleanup: spelling, C style commentsCampbell Barton
2021-11-09Cleanup: clang-formatCampbell Barton
2021-11-09Armature Make/Clear Parent: Grey out options that don't do anythingDemeter Dzadik
2021-11-08Fix T92043: Relax/Push Pose does nothing for quaternion rotation.Alexander Gavrilov
2021-10-27WM: de-duplicate cursor motion checks for selection pickingCampbell Barton
2021-10-21Cleanup: Use array utility for cursor eventsAaron Carlisle
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-15Fix T92083: Crash renaming bone used in Armature modifier on curvePhilipp Oeser
2021-10-12Cleanup: spelling in commentsCampbell Barton
2021-10-04Cleanup: `Neighbour` -> `Neighbor`. and other minor UI messages fixes.Bastien Montagne
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-22Animation: Pose Slide Operator - Blend to NeighbourChristoph Lendenfeld
2021-09-17UI: expose "Lasso Select" & "Extrude to Cursor" in menusCampbell Barton
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-09-14Fix T89027: "factor" field in pose breakdowner not updatedChristoph Lendenfeld
2021-09-10Anim: Keylist drawing optimization by using arrays.Jeroen Bakker
2021-09-04RNA: support extracting names from paths without allocating memoryCampbell Barton
2021-09-01Cleanup: remove redundant strstr callsCampbell Barton
2021-08-25Cleanup: skip saving selection properties set in the keymapCampbell Barton
2021-08-09Cleanup/fixes in UI messages.Bastien Montagne
2021-08-06Cleanup: rename `FileList::asset_library` → `asset_library_ref`Sybren A. Stüvel
2021-08-06Cleanup: use const result in `ED_keyframes_find_*` functions.Jeroen Bakker
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-03Cleanup: Hide implementation details for ED_keyframe_keylist.Jeroen Bakker
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-26Fix: Instantly hide bones after hitting H key in pose slidingChristoph Lendenfeld