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-11-10Fix (unreported) potential assert in viewlayer synchronization.Bastien Montagne
2020-11-06Refactor: move remaining ViewLayer .blend I/O to blenkernelJacques Lucke
2020-11-06Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2020-10-29Refactor: move Collection .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-02Fix non-thread safe code in view layer object hashBrecht Van Lommel
2020-09-15Fix T80597: Assigning material slot from Python console failsCampbell Barton
2020-09-14Fix T72584: Hiding a collection don't hide a child object in viewport when in...Manuel Castilla
2020-09-10Cleanup: spellingCampbell Barton
2020-09-09Cleanup: Remove warning re: const qualifier discardedDalai Felinto
2020-09-09Fix T76346: Moving objects in outliner doesn't update local collectionsDalai Felinto
2020-08-30Cleanup: pass v3d as const to view layer utilitiesCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-01Cleanup: spellingCampbell Barton
2020-07-21Cleanup: `layer_collection_sync`: use `LISTBASE_FOREACH_MUTABLE`.Bastien Montagne
2020-07-21Cleanup: `layer_collection_sync`: use proper naming.Bastien Montagne
2020-05-29Fix T73972: Collection in outliner grayed out when all collection children ar...Manuel Castilla
2020-04-21Fix T75969: view layer add with Copy Settings does not copy all dataBrecht Van Lommel
2020-04-09Collections: preserve exclude flag of child collections when unexcludingSzymon Ulatowski
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-26Add option to Copy the active view layer, and add an empty view layerChris Clyne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-11-04Fix T71250: ID user decrement error with ID properties in ViewLayerLukas Stockner
2019-10-16Fix multi-object edit mode and local view/collectionsDalai Felinto
2019-10-15Fix T70838: crash on cycles render after recent fixDalai Felinto
2019-10-15Fix T70670: Hidden collections are still rendered by Cycles in the ViewportDalai Felinto
2019-10-09Local Collections: Allow users to show hidden collectionsDalai Felinto
2019-09-24Fix T70080: Newly created objects not visible with local collectionsDalai Felinto
2019-09-24Make new objects (from enabled collections or append) visible to local viewsDalai Felinto
2019-09-19Fix crash in local collections with excluded layerJulian Eisel
2019-09-19Fix T66154: viewlayer hide/exclude settings getting lost for linked collectionsBrecht Van Lommel
2019-09-13Per-Viewport Collection VisibilityDalai Felinto
2019-08-16Collections: change active if hidden or excludedNathan Craddock
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-18Fix T64312: Selection inconsistencies when switching collectionsDalai Felinto
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-08Collections: Never change the collection views visibility when unhiding itDalai Felinto
2019-06-03Fix T65448 - Outliner - Show all inside in disabled collection crashDalai Felinto
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-15Outliner Restriction: Naming sanitization and iconDalai Felinto
2019-05-11Outliner Visibility UpdateDalai Felinto
2019-04-30Remove BKE_scene_object_base_flag_sync_from_objectDalai Felinto
2019-04-30Refactor: Use object select API - ED_object_base_selectDalai Felinto
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Fix T63204: Toggle collection visibility with shiftDalai Felinto
2019-03-25Fix T62865: Make Single User after Objects to Scene must be done twice.Bastien Montagne
2019-03-12Fix T62388: object.visible_get() not affected by object.hide_viewport.Brecht Van Lommel