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-02-09Main fix for outliner, but still need changesDalai Felinto
2017-02-09Change ITER_BEGIN to work in C++ (include object type in the macro)Dalai Felinto
2017-02-09Fix logic in CollectionEngineSetting updateDalai Felinto
2017-02-09CollectionEngineSettings calculate: set COLLECTION_PROP_USE for combined prop...Dalai Felinto
2017-02-09Fix crashes on outliner (fixup for rB2a16a4ee)Dalai Felinto
2017-02-08Fix uninitialized var with FOREACH_SCENE_OBJECTCampbell Barton
2017-02-08create BKE_scene_layer_activeDalai Felinto
2017-02-08Bring back Lasso and Circle selection backDalai Felinto
2017-02-08Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-02-08Alembic: #undef'ed the correct macroSybren A. Stüvel
2017-02-07Sequencer: Some extra speedup in color space conversionSergey Sharybin
2017-02-07Sequencer: Speedup conversion to sequencer spaceSergey Sharybin
2017-02-07Layers: get/update CollectionEngineSettings (depsgraph placeholder)Dalai Felinto
2017-02-07Param `is_cached` not being used in` bvhtree_from_mesh_edges_setup_data`Germano Cavalcante
2017-02-07Fix missing hair after rendering with different viewport/render settingsSergey Sharybin
2017-02-07Clay-Engine (merge clay-engine)Clément Foucault
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-02-06Specify the correct size of the BVHTree of edgesGermano Cavalcante
2017-02-06Standardization and style for BKE_bvhutilsGermano Cavalcante
2017-02-06Fix 'public' global 'g_atexit' var in Blender.Bastien Montagne
2017-02-06Fix compilation error after recent changeSergey Sharybin
2017-02-06Use hash instead of linear lookup in armature deformSergey Sharybin
2017-02-06Add special texture sampling function which takes image pool argumentSergey Sharybin
2017-02-06Fix memory leak when building without audaspaceSergey Sharybin
2017-02-05Cleaning of the last commit: lack of attention with the debug of time X(Germano Cavalcante
2017-02-05Optimize BVHTree creation of vertices that have BLI_bitmap testGermano Cavalcante
2017-02-04Fix T50590: BI lamp doesn't hold a texture in this case.Bastien Montagne
2017-02-02Merge branch 'master' into blender2.8Bastien Montagne
2017-02-02Fix T50535: Cycles render segfault when Explode modifier before hair particle...Sergey Sharybin
2017-01-31Merge branch 'master' into blender2.8Bastien Montagne
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2017-01-31Fix compilation error: too few arguments to function call.Kévin Dietrich
2017-01-31Use the same solution to test the pixel distance to the AABB, with BoundBoxGermano Cavalcante
2017-01-31Make 'make local' twice quicker.Bastien Montagne
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-31Fix missing non-ID nodetrees in ID relationships built from library_query.cBastien Montagne
2017-01-31Add optional, free-after-use usages mapping of IDs to Main.Bastien Montagne
2017-01-30Alembic/CacheFile: fix crash de-referencing NULL pointer.Kévin Dietrich
2017-01-29Remove `BKE_boundbox_ray_hit_check`Germano Cavalcante
2017-01-27Fix T50534: Part I, cleanup loop normals generated during modifier stack eval...Bastien Montagne
2017-01-26Mesh batch caches update from depsgraphDalai Felinto
2017-01-26Use the ultimate depsgraph callback functionDalai Felinto
2017-01-26Depsgraph: Add placeholder function to handle objects updateSergey Sharybin
2017-01-26Merge branch 'master' into blender2.8Sergey Sharybin
2017-01-26Fix unfreed memory after cleaning render layersDalai Felinto
2017-01-25Convert MBC_ API to Mesh (instead of derived mesh) and move it to mesh_renderDalai Felinto
2017-01-24Merge branch 'master' into blender2.8Sergey Sharybin
2017-01-24Fix typo in commentSergey Sharybin
2017-01-24Depsgraph: Remove legacy updateDepgraph callbacks from modifiersSergey Sharybin