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
2011-02-16bugfix [#26094] Going to Bone Roll menu brings up python errorCampbell Barton
2011-02-12update templates for registration changesCampbell Barton
2011-02-11minor python register changes.Campbell Barton
2011-02-09use update() rather then update_tag(), needed for making edge data.Campbell Barton
2011-02-07rename ID.update() --> update_tag() since this function only tags for updatin...Campbell Barton
2011-02-01Script to test import operators, so a single command can execute an operator ...Campbell Barton
2011-01-26update to background_job template to use --factory-startup option.Campbell Barton
2011-01-24fix [#25757] Torus script uses radians for rotation in panelCampbell Barton
2011-01-14add icons to show community vs official scripts as well as buttons to filter ...Campbell Barton
2011-01-12simple add mesh operator template.Campbell Barton
2011-01-11Adding script template for adding Builtin Keying SetsJoshua Leung
2011-01-11- bpy.data.lamps.new() now takes a type argument since lamp type also sets cl...Campbell Barton
2010-12-22== text editor templates ==Luca Bonavita
2010-12-16- fix [#25246] export default scene to X3D crashes exporter, own fault but al...Campbell Barton
2010-12-11ported back background_job template from 2.4x, useful for automating blender ...Campbell Barton
2010-12-08pedantic word ordering change.Campbell Barton
2010-11-24bugfix [#24884] Loading any preset leads to crashCampbell Barton
2010-11-17cleanup the operator template and rename to operator_exportCampbell Barton
2010-10-12update for gamelogic templatesCampbell Barton
2010-10-03py/rna access to setting the header text - can be used in modal operators.Campbell Barton
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-09-02rna context renameCampbell Barton
2010-08-24- move more active properties into their collections:Campbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-11mathutils module methods only contained matrix constructors, move these to ma...Campbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-02remove register/unregister from templatesCampbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-08added imports to templatesCampbell Barton
2010-06-14naming changesCampbell Barton
2010-05-23replace context.areas.spaces[0] with context.space_dataCampbell Barton
2010-05-20view3d modal operator templateCampbell Barton
2010-04-27update for changes to blf moduleCampbell Barton
2010-04-18Updating operator_simple template with new register functions andDaniel Salazar
2010-04-11PyAPICampbell Barton
2010-03-06pep8 cleanupCampbell Barton
2010-02-28make BGL and BLF modile names lowercaseCampbell Barton
2010-02-28python BLF module for drawing text, updated template to draw text in the 3D v...Campbell Barton
2010-02-28- template with an example of a modal operator drawing with opengl (draw a li...Campbell Barton
2010-02-24[#21295] Escape key doesn't cancel python modal operatorsCampbell Barton
2010-02-23pep8 cleanup + correction for external player operator return value.Campbell Barton
2010-02-21modal operator python templateCampbell Barton
2010-01-31pep8 changesCampbell Barton
2010-01-25Mathutils refactor & include in sphinx generated docs, (TODO, include getset'...Campbell Barton
2010-01-23- panel python templateCampbell Barton
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-14spelling errors, no real changes to code.Campbell Barton
2010-01-14UV operator templateCampbell Barton