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
2017-01-31Let scene_collection and layer_collection to have the same fallbackDalai Felinto
2017-01-31Fix logic for bpy.context.scene_collectionDalai Felinto
2017-01-30bpy.context.layer_collectionDalai Felinto
2017-01-30Collection Editor based on patch by Julian EiselDalai Felinto
2017-01-25Add scene active layerDalai Felinto
2017-01-25Remove scene layer and collection from contextDalai Felinto
2017-01-18Fix context operator testDalai Felinto
2017-01-10Add new objects and some Base > ObjectBase convertionDalai Felinto
2017-01-05RNA: bpy.context.scene_collectionDalai Felinto
2017-01-04Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2016-12-30Fix missing `particlemode` context mode, after recent particle-removal revert.Lukas Tönne
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-12-16From review: curly brackets reinforcementDalai Felinto
2016-12-12Scene copy (full or link) working for layersDalai Felinto
2016-10-25Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-10-22Fix T49656: Crash when starting playback while using JACK audio with A/V syncJörg Müller
2016-09-27Fix most toolbar panels not visibleJulian Eisel
2016-08-06Merge branch 'master' into blender2.8Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-04-12Removed most particle system code from RNA.Lukas Tönne
2016-03-01Fix T47632: Revert "Fix (unreported) crash when opening a file from splash sc...Bastien Montagne
2016-02-23Fix (unreported) crash when opening a file from splash screen when 'load UI' ...Bastien Montagne
2016-02-07Added Context.editable_objects/basesJoshua Leung
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-07-16Renamed CTX_data_linestyle_from_scene() to BKE_get_linestyle_from_scene().Tamito Kajiyama
2014-06-13Code cleanup: spellingCampbell Barton
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama
2014-04-22Add type checks for Python context overridesCampbell Barton
2014-04-07Fix own broken rB95b25e7333c4 (crash on any undo op :/).Bastien Montagne
2014-04-07Fix T39562: Properties panel Pinning is brokenBastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-07-27fix for reading outside allocated memory when switching to the 3D view.Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-06-10fix [#35691] Context Override replaces instead of overridesCampbell Barton
2013-04-13code cleanup: remove unused string formatting in bli_adddirstrings(), also re...Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2012-12-28revert r53356, this stopped the leak but still wasn't working nice.Campbell Barton
2012-12-28The new feature printing changed properties in python history list didn't free Ton Roosendaal
2012-12-19improve info view property output for properties.Campbell Barton
2012-11-16Python/Context: do not allow any UI context access from threads like renderBrecht Van Lommel
2012-10-25hide text overlays when 'Only Render' option is enabled.Campbell Barton
2012-07-29code cleanup:Campbell Barton