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-15added more code comments and removed some magic constantsLukas Steiblys
2011-02-15a fix for bug #25806Lukas Steiblys
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-15Fix for [#26083] Animated Particle Textures have no effectJanne Karhu
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-15corrention for bpy.props docstrings.Campbell Barton
2011-02-15Move mikktspace code to own library, so it is clear that it is alsoNathan Letwory
2011-02-15fix for own error with image info display, also dont draw if the mouse is out...Campbell Barton
2011-02-15fix warnings.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-15Tweak priority so link error on Linux is solved. Reported by Hypercrush on IRC.Nathan Letwory
2011-02-14more vars made staticCampbell Barton
2011-02-14This commit will switch blender to use tangent space generated withinM.G. Kishalmi
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-14comments for how py-rna calls api new classes. small speedup for StructRNA.__...Campbell Barton
2011-02-14improve py/rna exception messages.Campbell Barton
2011-02-14py rna api: turn class.is_register into a class property rather then a class ...Campbell Barton
2011-02-14SVN maintenance.Guillermo S. Romero
2011-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-02-14Bone Colour Sets (theme ones) can now be edited from the UserJoshua Leung
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-14fix for string copy error in own recent commitCampbell Barton
2011-02-13Fix #26072: ctrl+LMB on an empty curve make Blender crashSergey Sharybin
2011-02-13warning cleanup.Campbell Barton
2011-02-13Patch 26068Ton Roosendaal
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-13Bugfix #26066Ton Roosendaal
2011-02-13Small addition to particle grid distribution:Janne Karhu
2011-02-13corrected error from commit r34810.Campbell Barton
2011-02-13fix for error building.Campbell Barton
2011-02-13Some more fixes for particle textures:Janne Karhu
2011-02-13Fix for [#26053] Blender Crash with Particules TexturesJanne 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-13Reverting part of 34810Joshua Leung
2011-02-13Fixing compiling on windowsJoshua Leung
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton