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
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
2013-03-22Fix for the custom_nodes.py template. Socket classes now return their drawing...Lukas Toenne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-23Missed instance of ThemeGeneric.back -> ThemeGradient.gradients.high_gradientAntony Riakiotakis
2013-02-08Fix uilists showing data names translated (reported on bf-translations ML by ...Bastien Montagne
2013-01-05Adding some example for new UIList...Bastien Montagne
2012-12-30add templates menu for OSL, use preprocessor directive color for decorators i...Campbell Barton