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 (Collapse)Author
2017-01-31bpy.ops.collections.* accessible outside collection editorDalai Felinto
2017-01-31bpy.ops.collections.select()Dalai Felinto
When we introduce overrides we will extend it to have override_index, and if it is -1, only set the collection
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
Those are the operators for the collections editor, and the collection property panel
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
This is extracted from the layer-manager branch. With the following changes: * Renamed references of layer manager to collections manager * I didn't include the editors/space_collections/ draw and util files. I still need to bring the drawing code here, so we see something.
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
# Conflicts: # source/blender/makesdna/DNA_scene_types.h
2017-01-26Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
Note: renamed blo_do_versions_after_linking_280 to do_versions_after_linking_280 to following the pattern of do_versions_after_linking_270
2017-01-26Mesh batch caches update from depsgraphDalai Felinto
We no longer need to rely on Derived mesh flag since the mesh is properly flushed from the depsgraph
2017-01-26Depsgraph: mesh cache depends needs updates when geometry changes (patch by ↵Dalai Felinto
Sergey Sharybin)
2017-01-26Fix blenderplayer buildDalai Felinto
2017-01-26Use the ultimate depsgraph callback functionDalai Felinto
Note: when in edit mode this depsgraph update is not being called. We are using DerivedMesh in those cases, so it is fine. I would like to investigate this though
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
This was making crash happen for any operation :/ shame on me
2017-01-26Fixup in doversioningDalai Felinto
2017-01-26Depsgraph: Add placeholder function to handle objects updateSergey Sharybin
This way @dfelinto can do some special trickery in there.
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
This is a ground work for the upcoming changes in Blender 2.8 branch where we need to do special actions to reconstruct shaders when material changes.
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
The idea was to link something to a parent, but the point is: we must not pass owner deep and then have any parent-type-related logic implemented in the "children".
2017-01-26Fix (unreported) crash when file browser attempts to show preview of some ↵IRIE Shinsuke
defective font Confirmed with the Wine's bundled fonts.