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
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-22bmesh py api:Campbell Barton
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-03-21style cleanup: bmeshCampbell Barton
2012-03-21bmesh docs:Campbell Barton
2012-03-21fix for Quaternion.to_axis_angle() returning a zero axis vector.Campbell Barton
2012-03-21spelling cleanup: tesselate -> tessellate (last of these found)Campbell Barton
2012-03-21fix to possible bug running python callbacks - bpy.app.handlers.* to support ...Campbell Barton
2012-03-20fix [#30589] RNA function descriptions not showing in Python console on autoc...Campbell Barton
2012-03-20style cleanupCampbell Barton
2012-03-20py api:Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-20style cleanup: minor change to bmesh py repr + comment on loop radial next/pr...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-18bmesh py api:Campbell Barton
2012-03-18code cleanup: not all mathutils callback creation functions tool unsigned cha...Campbell Barton
2012-03-18swap BMLoopCol r/b color, requires subversion bump.Campbell Barton
2012-03-17bmesh py api:Campbell Barton
2012-03-17minor mathutils code cleanup - use mathutils callbacks as unsigned chars ever...Campbell Barton
2012-03-17bmesh py api:Campbell Barton
2012-03-17bmesh py api:Campbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-16bmesh py api:Campbell Barton
2012-03-16bmesh py api:Campbell Barton
2012-03-15missed these last commitCampbell Barton
2012-03-15prepare for adding bmesh py api for customdata layer access - no functional c...Campbell Barton
2012-03-15comment cleanupCampbell Barton
2012-03-14mathutils py api:Campbell Barton
2012-03-14bmesh py api: finished todo - editable select_historyCampbell Barton
2012-03-14documentation edit to address bmesh py api bug [#30453]Campbell Barton
2012-03-13bmesh py api: more comprehensive intro page, also fix some spelling errors.Campbell Barton
2012-03-13bmesh python api:Campbell Barton
2012-03-13workaround [#30480] Knife tool flickerCampbell Barton
2012-03-11remove Object member from BMesh struct - was only used for undo and BMEditMes...Campbell Barton
2012-03-11[#30503] Callback for render job completionCampbell Barton
2012-03-11bmesh python api additions:Campbell Barton
2012-03-11bmesh py api - correct class references in docs and rename mesh conversion fu...Campbell Barton
2012-03-11bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh r...Campbell Barton
2012-03-11bmesh:Campbell Barton
2012-03-10code cleanup: remove unused variable assignents and added bmesh submodule lin...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09added API function to C and pythonCampbell Barton
2012-03-09bmesh py api, new functions:Campbell Barton
2012-03-08Add missing include.Nathan Letwory
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-08use BLI_path_cmp() rather then strcmp()Campbell Barton
2012-03-06fix for own error in edge-rotate keeping edge customdata - this was crashing ...Campbell Barton