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
2019-08-23Armature: add BKE_armature_transformCampbell Barton
2019-08-23Cleanup: const args, naming, doxy groups, clang-formatCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-07-29Fix T67777: Linked rig crashes Blender 2.8 RC3 on File|New.Bastien Montagne
2019-07-26Fix T67507: Set origin on armature moves incorrectly parented objectsSergey Sharybin
2019-07-17Fix T59713: Armature layer dots not updated on changesmano-wii
2019-07-11Cleanup: clang-formatCampbell Barton
2019-07-10Fix T66567: Weight painting crashes with specific meshSergey Sharybin
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-14Armature: implement universal hash table lookup of Bone objects by name.Alexander Gavrilov
2019-05-01Modifiers: support parallelism in Armature and Lattice Deform.Alexander Gavrilov
2019-05-01BKE_pchan: add BKE_pchan_rot_to_mat3Campbell Barton
2019-04-28Fix T63794: duplicating an armature clears B-Bones' custom handle references.Tomoaki Kawada
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-23Cleanup: rename the curveInX etc bbone DNA fields to curve_in_x etc.Alexander Gavrilov
2019-04-23B-Bones: split the Scale In/Out properties into X and Y values.Alexander Gavrilov
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-18Armature: remove remains of the object-level deformation data cache.Alexander Gavrilov
2019-04-18Fix T63332: backup and restore bPoseChannel_Runtime data during COW.Alexander Gavrilov
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Fix T63599: fix the zero ease hack for the B-Bone end matrix.Alexander Gavrilov
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-13Fix T37500: implement Bendy bone segment deformation interpolation.Alexander Gavrilov
2019-04-04Cleanup: remove B-Bone shape pointers from bPoseChanDeform.Alexander Gavrilov
2019-03-12Make B-Bone deformation code more robust with bad cached segment data.Alexander Gavrilov
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: move object bounding-box into runtime structCampbell Barton
2019-02-11Cleanup: use "_Runtime" suffix for DNACampbell Barton
2019-02-06Cleanup: Remove deprecated ghosting codeJacques Lucke
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: typo in comment.Bastien Montagne
2019-02-05Cleanup: replace BKE_id_copy_ex by BKE_id_copy where possible.Bastien Montagne
2019-02-05Cleanup: BKE_library: rename id_copy to BKE_id_copy.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-23GP: Remove unneeded armature codeAntonioya
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-12-20Cleanup: namingCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-11RNA: provide access to bone parent transform math from Python.Alexander Gavrilov
2018-12-07Cleanup: styleCampbell Barton
2018-12-02Merge branch 'master' into blender2.8Campbell Barton
2018-12-02Cleanup: BKE b-bone API namingCampbell Barton
2018-11-27RNA: expose access to B-Bone shape data from Python.Alexander Gavrilov
2018-11-23Depsgraph: add a new operation node for computing B-Bone segments.Alexander Gavrilov
2018-11-22Cleanup: newlines in error printsCampbell Barton