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-31bpy.ops.collections.* accessible outside collection editorDalai Felinto
2017-01-31bpy.ops.collections.select()Dalai Felinto
2017-01-31bpy.ops.collections.collection_new()Dalai Felinto
2017-01-31Remove old layers bitflag from viewport 3d header templateDalai Felinto
2017-01-31Let scene_collection and layer_collection to have the same fallbackDalai Felinto
2017-01-31Initial implementation of instancingClément Foucault
2017-01-31Show Render Layer panel to clay engine.Clément Foucault
2017-01-31Add icon to collection panelDalai Felinto
2017-01-31Fix logic for bpy.context.scene_collectionDalai Felinto
2017-01-31Unittest: refresh blender between testsDalai Felinto
2017-01-30Mesh batch caches should not be stored in fileDalai Felinto
2017-01-30Properties Editor: Collection contextDalai Felinto
2017-01-30Collections Editor: populate header with operatorsDalai Felinto
2017-01-30SceneCollection.objects.active_index (for user interface)Dalai Felinto
2017-01-30Collection related operators barebonesDalai Felinto
2017-01-30RNA: collection overrideDalai Felinto
2017-01-30bpy.context.layer_collectionDalai Felinto
2017-01-30Fixed unfreed memoryClément Foucault
2017-01-30Fix crash on read fileClément Foucault
2017-01-30Fixed Pointer problem. Now materials are working.Clément Foucault
2017-01-30Added scene.active_engine_settingsClément Foucault
2017-01-30Collection Editor based on patch by Julian EiselDalai Felinto
2017-01-30Layers: allow anonymous collection, and set active collection when linking itDalai Felinto
2017-01-30Fixed Engine name lengthClément Foucault
2017-01-30Fix read/writefile.cClément Foucault
2017-01-30Changes to DNA/RNA. Follow same layout as sensors.Clément Foucault
2017-01-29Change in DNA/RNA. Still missing freeing and read/write.Clément Foucault
2017-01-27Added switch to test viewport cacheClément Foucault
2017-01-27Temporarily prevent crash on edit modeDalai Felinto
2017-01-27Merge remote-tracking branch 'origin/render-layers' into clay-engineDalai Felinto
2017-01-27Introduce Dynamic Batches + Relationship lines + Clear some matrix warningsClément Foucault
2017-01-26Merge branch 'render-layers' of git.blender.org:blender into clay-engineClément Foucault
2017-01-26Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2017-01-26Mesh batch caches update from depsgraphDalai Felinto
2017-01-26Depsgraph: mesh cache depends needs updates when geometry changes (patch by S...Dalai Felinto
2017-01-26Fix blenderplayer buildDalai Felinto
2017-01-26Use the ultimate depsgraph callback functionDalai Felinto
2017-01-26Fix include compilation error on MSVC 2015.Clément Foucault
2017-01-26Fix compilation error on windowsClément Foucault
2017-01-26Fixup for selected_objects contextDalai Felinto
2017-01-26Fixup in doversioningDalai Felinto
2017-01-26Depsgraph: Add placeholder function to handle objects updateSergey Sharybin
2017-01-26Merge branch 'master' into blender2.8Sergey Sharybin
2017-01-26Depsgraph: Fix typo in assertSergey Sharybin
2017-01-26Blender 2.8: Apparently auto-merge worked incorrect in the merge commitSergey Sharybin
2017-01-26Merge branch 'master' into blender2.8Sergey Sharybin
2017-01-26Depsgraph: Link from material to object shadingSergey Sharybin
2017-01-26Depsgraph: Add relation from node tree to material it's coming fromSergey Sharybin
2017-01-26Depsgraph: Remove owner argument from relations builder as wellSergey Sharybin
2017-01-26Fix (unreported) crash when file browser attempts to show preview of some def...IRIE Shinsuke