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-21I swear, it was just an innocence change in guardedalloc!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-30remove nan-makefilesCampbell Barton
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-15remove unused vars & avoid some clang warnings.Campbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-10[bugfix] Curve tilt button in 3d toolbar showing wrong shortcutLuca Bonavita
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-29Bugfix #25397Ton Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-20Fix #25315: Curve points keyframe changes made in edit mode get lostSergey Sharybin
2010-12-20Fix for last own commit: missed mode check in addvert_Nurb, soSergey Sharybin
2010-12-19Made ctrl-point curve extruding more consistent with mesh edit mode:Sergey Sharybin
2010-12-19[#25278] Ctrl-left click in beizer edit mode with no selection resultsJoshua Leung
2010-12-18- Rename operator "Set Curve Radius" to "Set Curve Weight" to "Set Goal Weight"Sergey Sharybin
2010-12-14curve hide keys were still not right, now match mesh editmode.Campbell Barton
2010-12-14Change set handle types back to menu now menus have key access - V+A, V+V, V+...Campbell Barton
2010-12-13Bugfix #25197Ton Roosendaal
2010-12-10IRC report fix:Ton Roosendaal
2010-12-09Related to previous commit:Ton Roosendaal
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-12-07Got rid of old-school searching CVs for index update.Sergey Sharybin
2010-12-06Update curve animation data when loading UndoCurve -- fixes memory corruptionSergey Sharybin
2010-12-06Curves CV animationSergey Sharybin
2010-12-06Curves shape keys:Sergey Sharybin
2010-12-06bugfix [#25046] Bold and Italics checkboxes for Text objects seem to do nothingCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-05- Fixed dead-lock when subviding curveSergey Sharybin
2010-12-03IRC fix:Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03Fix #25017: Bezier Curve Deform Twisting after adding Shape KeysSergey Sharybin