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-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12Fix T100203: Freeze using `override_hierarchy_create` with Object level prope...Bastien Montagne
2022-08-12Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-12IDType `get_owner`: add an optional hint about owner ID.Bastien Montagne
2022-08-12Cleanup: repeated words in stringsCampbell Barton
2022-08-12Fix incorrect custom-data layer access for hide layersCampbell Barton
2022-08-12Fix: Broken mesh hide status RNA accessorsHans Goudey
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-11Cleanup: replace magic numberCampbell Barton
2022-08-10Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-10Render: remove camera shift hard limitsBrecht Van Lommel
2022-08-10Realtime Compositor: Add evaluator and engineOmar Emara
2022-08-09WM Modal Keymaps: Add accessors to modal event values.Bastien Montagne
2022-08-09WM Modal Keymaps: Add accessors to modal event values.Bastien Montagne
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-06Merge branch 'blender-v3.3-release'Howard Trickey
2022-08-06LineArt: Usability improvement for "Enclosed Shapes".YimingWu
2022-08-04Attempt to fix build errors on MSVCJulian Eisel
2022-08-04Outliner: Use UI names and grouping for library overrides propertiesJulian Eisel
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-08-04UI: Pass modifier & constraint icon to the corresponding RNA base typeJulian Eisel
2022-08-04Fix T99460: Allow creation new datablocks from evaluatedSergey Sharybin
2022-08-04Outliner: Use UI names and grouping for library overrides propertiesJulian Eisel
2022-08-04UI: Pass modifier & constraint icon to the corresponding RNA base typeJulian Eisel
2022-08-04Cleanup: quiet unused warningCampbell Barton
2022-08-04Fix T97251: Store generated type information for each UDIM tileJesse Yurkovich
2022-08-04Cleanup: spelling, code-blocksCampbell Barton
2022-08-02Cleanup: Simplify functions for adding and removing color attributesHans Goudey
2022-08-02Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-02Fix T100133: Crash when linking an evaluated object to a collection.Bastien Montagne
2022-08-01Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-01tweaks & fixes to UI messages.Bastien Montagne
2022-07-29Cleanup: Replace reinterpret_cast<> with static_cast<> in UI codeJulian Eisel
2022-07-29Fix attempt for MSVC build error after 42ccbb7cd1d5Julian Eisel
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-29Cleanup: quiet warnings in recent BLF and rna_ui changesCampbell Barton
2022-07-29Cleanup: Use const context argument for UIList callbacksHans Goudey
2022-07-27Fix build include for rna_curves.cThomas Dinges
2022-07-27Geometry Nodes: Rename "Field on Domain" to "Interpolate Domain"Hans Goudey
2022-07-26Python: Expose property to mute action groupsFalk David
2022-07-26Fix T98798: tag collection geometry when changing instance offsetJacques Lucke
2022-07-26Fix T98982: cannot change default value of some node group input typesJacques Lucke
2022-07-26GPencil: Update curve handle display after change overlay optionAntonio Vazquez
2022-07-25UI: Nishita sky: Increase Sun Elevation UI sensitivity and remove min/maxClément Foucault
2022-07-24Render: Update lightgroup membership in objects and world if lightgroup is re...Lukas Stockner
2022-07-21Cleanup: add ISMOUSE_MOTION macroCampbell Barton
2022-07-21Cleanup: spelling in comments, typos in tool-tipsCampbell Barton
2022-07-20Fix T99340: Image.frame_duration returning wrong value when image not loadedBrecht Van Lommel
2022-07-20IDManagement: Speedup ID unique name assignment by tracking used names/basena...Aras Pranckevicius
2022-07-20Constraints: add checks to specially handle the custom space target.Alexander Gavrilov