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
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-27Cleanup: remove duplicate LIB_TAG_NEW untag codeErik Abrahamsson
2021-05-26Fix particlesystem not duplicating their pointcache in NO_MAIN case.Bastien Montagne
2021-05-20Merge branch 'blender-v2.93-release'Sebastian Parborg
2021-05-20Fix T87854: Add clamp option to Path AnimationSebastian Parborg
2021-05-18Merge branch 'blender-v2.93-release'Campbell Barton
2021-05-18Fix T88026: Repeated switch to rendered viewport crashesCampbell Barton
2021-05-17Merge branch 'blender-v2.93-release'Brecht Van Lommel
2021-05-17Fix T86278: vertex color baking not working with modifiersBrecht Van Lommel
2021-04-30Object: rename BKE_object_runtime_free, leave data clearedCampbell Barton
2021-04-30Object: improve on fix for Object.to_mesh() crash T86871Campbell Barton
2021-04-30Cleanup: rename BKE_pose_channels_hash_{make => ensure}Campbell Barton
2021-04-26Cleanup: Replace modifyVolume with modifyGeometrySetHans Goudey
2021-04-20Geometry Nodes: support geometry nodes modifier on volume objectsJacques Lucke
2021-04-16Fix T87522: frame selected does not take instances into accountJacques Lucke
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-09Cleanup: use const for BKE_where_on_path and related structsCampbell Barton
2021-04-08Spreadsheet: support showing data of specific nodeJacques Lucke
2021-04-08Fix T81707: Spline IK Joints "Floating" above curveSebastian Parborg
2021-03-29Cleanup: Remove no-op id recalc statementSergey Sharybin
2021-03-29Fix T78650: Lattice evaluation writes to shared dataSybren A. Stüvel
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-23Fix (unreported) object duplicate code wrongly duplicating linked objects.Bastien Montagne
2021-03-22Fix T83638: mirror modifier with mirror object renders wrong motion blurJishan Singh
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-20Python: Add to_curve method to the object APIOmar Emara
2021-02-10Merge branch 'blender-v2.92-release'Jacques Lucke
2021-02-10Fix T85492: fix check if object has visible instancesJacques Lucke
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2021-01-22Cleanup: spelling, remove outdated/invalid commentsCampbell Barton
2021-01-21Cleanup: spellingCampbell Barton
2021-01-19Refactor modifier copying code.Bastien Montagne
2021-01-19Refactor modifier copying code.Bastien Montagne
2021-01-04Cleanup: spelling (use 'gimbal' instead of 'gimble')Campbell Barton
2020-12-28Add operator to copy a modifier to all selected objectsErik Abrahamsson
2020-12-22Cleanup: Reduce variable scope in object.cHans Goudey
2020-12-21Fix/workaround geometry nodes not working with deformation motion blurBrecht Van Lommel
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-14UI/Assets: Support generating object preview imagesJulian Eisel
2020-12-14Fix missing string escape for RNA path creationCampbell Barton
2020-12-10Geometry Nodes: rename modifyPointCloud to modifyGeometrySetJacques Lucke
2020-12-02Geometry Nodes: active modifier + geometry nodes editorHans Goudey
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-27Fix T82156: Object with constraints translates when parentedSybren A. Stüvel
2020-11-19Cleanup: Grammar: "Allow to" vs gerundHans Goudey
2020-11-16Fix broken pointcache on disk in some cases.Bastien Montagne
2020-11-10Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-10Fix T82555: Crash using copied object from PythonCampbell Barton
2020-11-06Refactor: move Object .blend I/O to IDTypeInfo callbacksJacques Lucke