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-08-22Manipulator: template for Python manipulatorCampbell Barton
2017-07-27Merge branch 'master' into blender2.8Campbell Barton
2017-07-26Minor template code patch. (objectHitList =/= hitObjectList)Aaron Carlisle
2017-07-17Manipulator: split alpha out of color propertyCampbell Barton
2017-06-26Manipulator: Python APICampbell Barton
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-24Use new manual URLAaron Carlisle
2016-12-28Update manual links in 'add object' py template.Bastien Montagne
2016-06-27Rename script stubCampbell Barton
2016-04-01Hide layers from UI in templateCampbell Barton
2016-03-22Fix add mesh templateBassam Kurdali
2016-01-27Fix T47252: FileBrowser: buffer overflow with scripts defining too long 'filt...Bastien Montagne
2015-12-02Update template for changes in ray-castCampbell Barton
2015-11-20Correct error in background job templateCampbell Barton
2015-06-07Cleanup: pep8Campbell Barton
2015-05-25Fix T44842: Modal Timer (template) should return {'CANCELLED'} when cancelled!Bastien Montagne
2015-05-25Fix T44822: python enums' itemf callback did not handle 'NULL' context case.Bastien Montagne
2015-05-12Minor tweaks to preview templatesCampbell Barton
2015-05-12Doc: correct rst syntaxCampbell Barton
2015-05-12Doc: replace addons -> scripts in docstringCampbell Barton
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-04-22Cleanup: pep8, spellingCampbell Barton
2015-03-05Correction to previous commitJulian Eisel
2015-03-05Fix T43900: "Operator Mesh Add" template failsJulian Eisel
2015-01-12Fix T43206: region_2d_to_origin_3d has no ortho offsetCampbell Barton
2014-10-29Fix T42389: Removed outdated comment from custom_nodes.py example script.Lukas Tönne
2014-09-22Fix T41902: Flipped persp/ortho region_2d_to_vector_3dCampbell Barton
2014-09-21Py Template: Set the active object in batch exportCampbell Barton
2014-09-17Cleanup: pep8Campbell Barton
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-04-15Style cleanup: C & pep8Campbell Barton
2014-01-01Fix T38008: Bug in templates operator_nodes.pyBastien Montagne
2013-11-23Add ctrl-click rename to most lists in Blender UI and templates/examples.Bastien Montagne
2013-11-16Addons: remove tracker URL from addon template, as this is no longer used,Brecht Van Lömmel
2013-11-12Small example for dynamic node labels in the custom_nodes.py template script.Lukas Toenne
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-22minor changes to templatesCampbell Barton
2013-10-10Change to node output socket drawing: Instead of always drawing only the sock...Lukas Toenne
2013-09-29Fix broken example, reported by Codemanx on IRC, thanks.Bastien Montagne
2013-08-29UIList: update examples and templates.Bastien Montagne
2013-08-17use 'with' keyword for script stub (recommended with py3).Campbell Barton
2013-07-30Minor change to the custom_nodes.py template that has some consequences for a...Lukas Toenne
2013-06-09Fix for unintended commit of python template file ...Lukas Toenne
2013-06-09Removed the unused draw_add_menu function from pynodes template. This was pre...Lukas Toenne
2013-06-09Removed deprecated XXX comment from custom_nodes.py, importing node base type...Lukas Toenne
2013-06-09Added an example for using the new node categories system to the custom_nodes...Lukas Toenne
2013-06-09Removed the 'custom node group' example from the pynodes template script. Thi...Lukas Toenne
2013-05-08Updated the custom_nodes.py template script to reflect socket draw API change...Lukas Toenne
2013-05-05correction for uv template, also some doxygen comment corrections. Campbell Barton
2013-05-05correct bmesh api crossref and update uv-operator template.Campbell Barton