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-18Bugfix #26127Ton Roosendaal
2011-02-18- clear some warningsCampbell Barton
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-17One more small text space usability: select work by double-click on itSergey Sharybin
2011-02-17Simple re-order of first/last point checking when adding point toSergey Sharybin
2011-02-17Split cursor_set into two operators:Sergey Sharybin
2011-02-17Spall text space usability:Sergey Sharybin
2011-02-17clear some unused warningsCampbell Barton
2011-02-17OpenGL playblasts now respect Preview Range, making it easier toJoshua Leung
2011-02-17incorrect type passed to BKE_free_animdata()Campbell Barton
2011-02-17Bugfix [#26106] No instant visual feed back for Dupliframes, parentingJoshua Leung
2011-02-16Bugfix #26096Ton Roosendaal
2011-02-16sphinx doc gen: multiple examples possible and include the scripts docstring ...Campbell Barton
2011-02-16Marker Drawing Bugfix:Joshua Leung
2011-02-16Forgot to actually hook up this operator...Joshua Leung
2011-02-16Particle settings can now be pinned too:Janne Karhu
2011-02-16PoseLib Bugfixes, Cleanups, and Missing OperatorsJoshua Leung
2011-02-16Fix for compiler warning: forgot to hook up a poll callback I definedJoshua Leung
2011-02-16PoseLib UI and Bugfixes:Joshua Leung
2011-02-16Pose Lib: Start of PoseLib UI in Armature buttonsJoshua Leung
2011-02-15- Do not use old anchor toggling operator. It used to set brush flags 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-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-15PoseLib: Adding support for custom propertiesJoshua Leung
2011-02-15fix for own error with image info display, also dont draw if the mouse is out...Campbell Barton
2011-02-15UI Tweaks: Text field in Rename Markers popup now gets focus when theJoshua Leung
2011-02-15Ctrl-0 can now be used to just reset a single component of an array toJoshua Leung
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-14Bug fix #26021Ton Roosendaal
2011-02-14Previous commit to small optimization of sculpting broke smooth and layerSergey Sharybin
2011-02-14First modifiers with deformMatrices callback used to be applied twice whenSergey Sharybin
2011-02-14Active spline number should also be stored/restored by undo stack.Sergey Sharybin
2011-02-14misc small changes:Campbell Barton
2011-02-14Forgot NLA Editor support for this...Joshua Leung
2011-02-14Graph Editor part of the changes in the previous commit...Joshua Leung
2011-02-14DopeSheet: Add menu entries and hotkeys to select all keyframesJoshua Leung
2011-02-13Fix #26072: ctrl+LMB on an empty curve make Blender crashSergey Sharybin
2011-02-13warning cleanup.Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-13corrected error from commit r34810.Campbell Barton
2011-02-13Some more fixes for particle textures:Janne Karhu
2011-02-13Added an operator warning for missing material & texture in response to [#260...Janne Karhu
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13Related to #26061: Camera does not appear selected in outliner when it isSergey Sharybin
2011-02-13Fix #26059: select_vertex_path fails when vertices aren't selected 1 by 1 in guiSergey Sharybin
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-13wrong length used with strncmp when comparing RNA path.Campbell Barton
2011-02-12Sculpting on deformed meshSergey Sharybin