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-05-27Merge Cleanup.Jason Wilkins
2011-05-26Merged with trunk: 34893-36905Jason Wilkins
2011-05-26Merged with trunk: 34340-34892Jason Wilkins
2011-05-26Merged with trunk: 33704-34399Jason Wilkins
2011-05-25Merged with trunk: 33093-33703Jason Wilkins
2011-05-25Merged with trunk: 32509-33092Jason Wilkins
2011-05-23fix own mistake [#27451] Flip to Top / Flip to Bottom menuitems on right clic...Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-10Fix #27217: Bézier control points moves bizarreSergey Sharybin
2011-04-29corrections for redundant null checks & transform printing a string into its ...Campbell Barton
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-04-21bugfix [#27091] Add new vertex at wrong position ( bpy.ops.mesh.dupli_extrude...Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-19Bugfix #26977 + Patch by Harley AchesonTon Roosendaal
2011-04-19patch [#26978] Minor Spelling Mistakes in Editor OperatorsCampbell Barton
2011-04-19fix [#27016] Add new vertex at wrong position ( bpy.ops.mesh.dupli_extrude_cu...Campbell Barton
2011-04-05Descriptions for some of curve operatorsSergey Sharybin
2011-04-01fix [#26713] Video Sequencer: Audio mute after making meta strip copy/pasteCampbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-22properties were being used with wrong type functions, this resulted in bad me...Campbell Barton
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-17Simple re-order of first/last point checking when adding point toSergey Sharybin
2011-02-15- Use the same logic as for BEZIERs when making segment of betweenSergey Sharybin
2011-02-15Fix #26087: in a curve, can't make segment if Fkey was pressed 2 times before...Sergey Sharybin
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14Fix #26082: Fkey in a curve witch was empty beforeSergey Sharybin
2011-02-14Active spline number should also be stored/restored by undo stack.Sergey Sharybin
2011-02-13Fix #26072: ctrl+LMB on an empty curve make Blender crashSergey Sharybin
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13wrong length used with strncmp when comparing RNA path.Campbell Barton
2011-02-05- Drivers should now be updated correct when curve changes topologySergey Sharybin
2011-02-03- Fixed bug with disappearing curve animation data created in editSergey Sharybin
2011-01-22comment dead code and fix 2 missing NULL checks (pointer used after NULL chec...Campbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06remove assignments which are unused.Campbell Barton
2011-01-04no need to define betz in editcurve.c, replace ob_get_key with inline check f...Campbell Barton
2011-01-04Fixed malicious selection checking in make segment operator.Sergey Sharybin
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2011-01-03Bugfix #25449Ton Roosendaal
2010-12-31Silence more compiler warnings.Guillermo S. Romero
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton