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-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-26Cleanup: reduce CDDM use, remove unused function callsCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-10-15Fix scan-fill normal flipping for displist & mask fillingCampbell Barton
2019-08-25Curve: remove tessface calculation when calculating modifiersCampbell Barton
2019-08-24Transform: option to transform origins in object modeCampbell Barton
2019-08-22Cleanup: typo in last commitCampbell Barton
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-06-09Fix T65638: memory leak - modifiers on curves.Bastien Montagne
2019-05-29Fix T65275: missing dereferenceJacques Lucke
2019-05-21Fix T64842: crash rendering files with bevel curvesBrecht Van Lommel
2019-05-13Curve: Remove duplicated and confusing argumentSergey Sharybin
2019-05-10Cleanup: Remove unused functionsSergey Sharybin
2019-05-10Cleanup: Remove old deprecated DerivedMesh functionsSergey Sharybin
2019-04-24Fix T61184 linked curves with curve modifiers arent drawn correctlyClément Foucault
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-05Fix T62112: wrong curve face countJacques Lucke
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: move object bounding-box into runtime structCampbell Barton
2019-02-14Fix T61353: Crash converting a curve to a meshCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05BKE_library: id_copy: More general usage of LIB_ID_COPY_LOCALIZE.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-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-03Fix T59925: Crash when adding any generative modifier on a curve with more th...Bastien Montagne
2018-12-27Fix T59389: Solidify Modifier does not work with 'beveled' Curve objects.Bastien Montagne
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-28Fix T56906: Mesh from Curve not working on curves beveled by curves.Bastien Montagne
2018-11-19Revert "BKE object: Correct bound box of bezier curve objects not matching th...mano-wii
2018-11-19BKE object: Correct bound box of bezier curve objects not matching the object...mano-wii
2018-10-16Cleanup: replace check for derivedFinal w/ mesh_evalCampbell Barton
2018-10-15Mesh: remove DerivedMesh for boundbox calculationCampbell Barton
2018-10-15Mesh: remove DerivedMesh for displist conversionCampbell Barton
2018-09-20Cleanup: move DerivedMesh wrappers for modifiers further down the hierarchyJacques Lucke
2018-09-20Put the Radius property of Curve points under shape key control.Alexander Gavrilov
2018-09-19Cleanup: Remove some DerivedMesh wrappers for modifiersJacques Lucke
2018-07-30Cleanup/Refactor: Move CurveCache runtime data into Object.runtime struct.Bastien Montagne
2018-06-28Removed most calls to modifier_deformVerts_DM_deprecated()Sybren A. Stüvel
2018-06-22Modifiers: Remove remaining parts of md->sceneSergey Sharybin
2018-06-12Merge branch 'master' into blender2.8Bastien Montagne
2018-06-12Cleanup/simplify G.main usages.Bastien Montagne
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-06Fix double-free of custom dataSybren A. Stüvel
2018-06-06DerivedMesh deprecation: Removed some functions in displist.cSybren A. Stüvel
2018-06-06Modifiers: ported curve_calc_modifiers_post() internals from DerivedMesh → ...Sybren A. Stüvel