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-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton
2022-09-07Fix building with MSVCCampbell Barton
2022-09-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-09-06Cleanup: IDManagement: Simplify `owner_get` calllback of IDTypeInfo.Bastien Montagne
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-05GPU: remove 'GPU_SHADER_2D_IMAGE'Germano Cavalcante
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-05Fix T100820: Crash renaming modifier with visibility driverSergey Sharybin
2022-09-02DRWManager: New implementation.Clément Foucault
2022-09-02Fix: Wrong enum used in Mix Node for factor modeCharlie Jolly
2022-09-02Realtime Compositor: Implement dilate erode nodeOmar Emara
2022-09-01Node Editor: Visual tweaks to node linksLeon Schittek
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-31GPencil: Apply Brush Size to Outline thickness while drawingAntonio Vazquez
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-31Cleanup: formatCampbell Barton
2022-08-31Node: Mix nodeCharlie Jolly
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-29I18n: disambiguate and make a few more strings translatableDamien Picard
2022-08-29Add missing RNA text for the MeshUVLoop structDamien Picard
2022-08-29GPencil: New conversion to outline in draw modeAntonio Vazquez
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-08-26Cleanup: use booleansCampbell Barton
2022-08-26makesrna: type check bool/int/float/enum get/set callbacksCampbell Barton
2022-08-26Cleanup: use matching function signatures for RNA callbacksCampbell Barton
2022-08-26Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-26Fix Sequence.frame_start being rounded to int when assignedCampbell Barton
2022-08-26Cleanup: reduce variable scopeCampbell Barton
2022-08-25Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-25Fix T100255: Make RigidBodyWorld (and effector_weights) collections refcounted.Bastien Montagne
2022-08-25Merge branch 'blender-v3.3-release'Philipp Oeser
2022-08-25Fix T100599: dont reset parent inverse setting parent type the samePhilipp Oeser
2022-08-24Cleanup: Deduplicate RNA mesh element index retrievalHans Goudey
2022-08-23Depsgraph: use more fine grained update tags for scenesBrecht Van Lommel
2022-08-23Merge branch 'blender-v3.3-release'Richard Antalik
2022-08-23Fix T98954: Color management is very slow with sequencer soundRichard Antalik
2022-08-23Fix T100286: Crash accessing freed depsgraph object instancesCampbell Barton
2022-08-23Merge branch 'blender-v3.3-release'Philipp Oeser
2022-08-23Compositor: handle NODE_DO_OUTPUT in RNA when setting a node activePhilipp Oeser
2022-08-23Fix T99524: GPencil not updating when frame num is changedFalk David
2022-08-22Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-22I18n: systematically tag all messages in `RNA_ENUM_ITEM_HEADING`.Bastien Montagne
2022-08-22I18n: disambiguate a few translationsDamien Picard
2022-08-22Revert "Fix T99259: Python API: ViewLayer.aovs.remove isn't available"Jeroen Bakker
2022-08-22Fix T99259: Python API: ViewLayer.aovs.remove isn't availableMangal Kushwah
2022-08-19UI: increase range of font size for text editor & consoleCampbell Barton
2022-08-19Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-19Cleanup: unused argument warningCampbell Barton
2022-08-19Fix logical errors in RNA_path_array_index_token_findCampbell Barton