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
2018-07-24Fix incorrect active object setting in scripts.Brecht Van Lommel
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
2018-06-26Merge branch 'master' into blender2.8Campbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2018-03-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-22Cleanup: Use more python way of checking booleanSergey Sharybin
2018-03-21Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-21Tracking: Make object created form tracks active and selectedSergey Sharybin
2018-03-21Tracking: Warn when no tracks are selected when creating meshSergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-22SceneRenderLayer Removal/RefactorDalai Felinto
2017-10-31Merge branch 'master' into blender2.8Campbell Barton
2017-10-31Tracking: Create mesh from selected tracks onlySergey Sharybin
2017-08-14Merge branch 'master' into blender2.8Bastien Montagne
2017-08-14Tracking: Fix missing checks in operator poll functionsSergey Sharybin
2017-07-07Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-07-07Fix T51978: Setup Tracking Scene after Motion Tracking fails the first timeSergey Sharybin
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-25Cleanup: imports, indentation, long linesCampbell Barton
2017-03-20Merge branch 'master' into blender2.8Campbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2015-06-07Cleanup: use staticmethodsCampbell Barton
2015-04-22Cleanup: pep8, spellingCampbell Barton
2015-02-16UI messages fixes and cleanup.Bastien Montagne
2015-02-16Tracking: Expose Filter Tracks operators to the Cleanup panelSergey Sharybin
2015-02-13cleanupCampbell Barton
2015-02-12Tracker operators: filter & copy track settingsCampbell Barton
2014-09-21Tracking: Fix ground plane normal facing downwardsSergey Sharybin
2014-09-11Tweaks to setup trackign scene in order to fix usability issuesSergey Sharybin
2014-06-02Improve behavior of Setup Tracking Scene when default nodes exists in the treeSergey Sharybin
2014-06-02Fix possible issues when blender is compiled without CyclesSergey Sharybin
2014-06-02Keep active layer when setting up tracking sceneSergey Sharybin
2014-02-27RNA: rename matrix_for_frame -> matrix_from_frameCampbell Barton
2014-02-26Fix 3D tracks to mesh not aligning mesh properlySergey Sharybin
2014-02-19Fix for Copy Settings From Active TrackSergey Sharybin
2013-04-11Hide preview for nodes created with Setup Tracking SceneSergey Sharybin
2013-04-11Setup tracking scene shall work with Cycles nowSergey Sharybin
2013-04-11Fix for Setup Tracking Scene operatorSergey Sharybin
2012-10-08style cleanup: pep8Campbell Barton
2012-08-04Camera tracking presetsSergey Sharybin
2012-07-05Fix for [#32016] Tracking Settings Presets not workingThomas Dinges
2012-07-05style cleanupCampbell Barton
2012-04-08code cleanup: remove unused imports/defines + other redundant code.Campbell Barton
2012-03-27Port Setup Tracking scene to bmesh apiSergey Sharybin
2012-03-26Setup tracking scene works again nowSergey Sharybin
2012-03-23last commit broke cycles, also add BMESH_TODO's for python scripts that need ...Campbell Barton
2012-02-09Reset Use Active Clip for Follow Track constraints when linking empty to a trackSergey Sharybin
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton