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-07-09Cleanup: rename BKE_animdata_{add=>ensure}_idCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: Remove unused "for_orco" argument to curve evaluationHans Goudey
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: spellingCampbell Barton
2021-06-13Cleanup: use return arg prefix for ED_object_add_generic_get_optsCampbell Barton
2021-06-13Cleanup: avoid the possibility of 'enter_editmode' being left unsetCampbell Barton
2021-06-11Fix object assets getting duplicated after droppingJulian Eisel
2021-06-08Fix T87703: Failed assert when dragging object data-block into 3D ViewJulian Eisel
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-25GPencil: Add a use_light option when creating object.YimingWu
2021-05-20Materials: support materials when applying modifierJacques Lucke
2021-05-10LineArt: Custom UI for adding GP object.YimingWu
2021-05-09Merge branch 'blender-v2.93-release'Pablo Vazquez
2021-05-09GPencil: Name Scene Line Art objects "Line Art"Pablo Vazquez
2021-05-06Merge branch 'blender-v2.93-release'Philipp Oeser
2021-05-06Fix radius not taken into account when adding curve guide force fieldPhilipp Oeser
2021-04-30Fix all objects getting selected sometimes when droppping objectJulian Eisel
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Fix uninitialized local-view flag on object creationCampbell Barton
2021-04-29GPencil: Add "Convert Text to Gpencil"Antonio Vazquez
2021-04-29Add break statement missing from 5cb1e18f72077dcb9608a9ec8360caea70fbf329Campbell Barton
2021-04-29GPencil: Add Layer and Material to Blank objectsAntonio Vazquez
2021-04-19Cleanup: use 'wmOperator.ptr' in draw functionsCampbell Barton
2021-04-19Fix creating operator properties without an owner_idCampbell Barton
2021-04-01Curve: Remove 'CU_2D' flag used for nurbsGermano Cavalcante
2021-03-28Cleanup: re-order expensive checks for indirect ID useCampbell Barton
2021-03-28Cleanup: revert part of da160dc32d1518dc3e59a8fb7995b59c88870444Campbell Barton
2021-03-28Fix T86992: Tagged ID deletion conflicts with freeing objectsCampbell Barton
2021-03-28Workaround T86992: Tagged ID deletion conflicts with freeing objectsCampbell Barton
2021-03-27Object: faster object deletionCampbell Barton
2021-03-26LineArt: Fix unreported material user count error when apply modifierAntonio Vazquez
2021-03-24Cleanup: Remove unecessary enum funcsHans Goudey
2021-03-24Fix T86884: Don't remove the "line art object add" enum itemSebastian Parborg
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-02-24UI: Clean up "Dupli" to "Instance"Yevgeny Makarov
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-14Cleanup: spellingCampbell Barton
2021-02-13Cleanup: spellingCampbell Barton
2021-02-10Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-22Cleanup: spelling, remove outdated/invalid commentsCampbell Barton
2021-01-19UI: Deselect other objects when dragging into 3D ViewJulian Eisel
2021-01-18Fix T84586: missing Outliner redraws for certain NLA operatorsPhilipp Oeser
2021-01-15Fix "Make Instances Real" to work with nodes modifier instancesHans Goudey
2021-01-07UI: Fix various issues with UI textYevgeny Makarov
2021-01-06Fix object moved to cursor when editing last operation after dropping objectJulian Eisel
2021-01-04Cleanup: clang-formatCampbell Barton