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
2013-04-11py api: minor change to operator attribute access, do identity comparison wit...Campbell Barton
2013-03-28code cleanup: python/pep8 and double-promotion warnings.Campbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-08disable translations for some python buttons.Campbell Barton
2013-01-30Fix #34016: add backwards compatibility for deprecated region.callback_addBrecht Van Lommel
2013-01-16style cleanupCampbell Barton
2013-01-14fix fox AddonPreferences not getting registered automatically and leak when r...Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-21make Node.links return a tuple, this may you can't do socket.links.append() b...Campbell Barton
2012-12-21Explicit python class for NodeSocket RNA type in bpy_types. This defines a ut...Lukas Toenne
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-05-09fix [#31383] EditBone.align_orientation() uses Vector.normalize() incorrectlyCampbell Barton
2012-04-13bmesh todo: vertex dirtmap now working again.Campbell Barton
2012-04-08style cleanup: pep8 some C/styleCampbell Barton
2012-04-07dont display any file as a preset in the menu (limit to *.py, *.xml)Campbell Barton
2012-03-23rna/python api change: rename Mesh.faces --> tessfaces, since existing script...Campbell Barton
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-02-27fix for problem that happened since bmesh mere mesh.from_py_data() - edge dat...Campbell Barton
2012-02-19misc changes from trunk (avoid confusion since these were not intentional dif...bmeshCampbell Barton
2011-11-17Add access to UVs from python, patch python unwrap scripts to work wtih ngonsAndrew Wiggin
2011-10-24svn merge ^/trunk/blender -r41200:41226 .Campbell Barton
2011-10-23minor formatting edits (80 char width)Campbell Barton
2011-10-18svn merge ^/trunk/blender -r41075:41099Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-09-21svn merge -r40295:40367 ^/trunk/blenderCampbell Barton
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-09-09svn merge -r40034:40051 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-08correct fix for #28558Campbell Barton
2011-09-08svn merge -r39991:40034 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-08fix [#28558] more edge_keys than edgesCampbell Barton
2011-09-03svn merge -r39877:39878 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-09-01ability to create polygons and loops from python (low level mesh creation acc...Campbell Barton
2011-08-30minor edits, pep8 - also correct float -> double promotion for blf.Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-26correct missing bpy doc references.Campbell Barton
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-25reverse vector multiplication order for some internal functions.Campbell Barton
2011-07-12Merging trunk up to r38329.Joerg Mueller
2011-07-10cleanup for python scripts - unused vars and importsCampbell Barton
2011-06-21Merge with trunk r37677Joerg Mueller
2011-06-18fix for error caused with module relocation - broke loading ngons in OBJ filesCampbell Barton
2011-06-063D Audio GSoC:Joerg Mueller
2011-05-26move less common mesh operations out of bpy_types into bpy_extras.mesh_utilsCampbell Barton
2011-03-15pep8 edits and remove commented code from last commit.Campbell Barton
2011-03-12library loading api.Campbell Barton
2011-03-09py/ui: ensure extensions which add draw functions for menus/headers/panels al...Campbell Barton
2011-03-07Py/Operators: FBX Exporter setting order was still randomized.Campbell Barton
2011-03-03fix for own error [#26310] "Randomize Transform" operator has widgets jumbledCampbell Barton