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-10Remove remained part of debug code.Sergey Sharybin
2012-03-10Forgot to remove code used for debuggning in previous commit.Sergey Sharybin
2012-03-10Finally 2D stabilization auto scale factor should be calculated perfectlySergey Sharybin
2012-03-10style cleanup: unit codeCampbell Barton
2012-03-10Fix an infinite loop in get_levels_from_disps().Nicholas Bishop
2012-03-10picky changes to mouse cursor text selection behavior, previously as soon as ...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-09Previous fix for stabilization autoscale actually broke stabilizaiton itselfSergey Sharybin
2012-03-09Some fixes for 2D stabilization:Sergey Sharybin
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09Use sqrtf rather than sqrt in CCGSubSurf.cNicholas Bishop
2012-03-08- Clip draw as scene strip background works fine againSergey Sharybin
2012-03-08Fixing several issues with keyingsets:Bastien Montagne
2012-03-08Another fix due to recent DM refactoring, for compilation of navmesh...Bastien Montagne
2012-03-08Code cleanup: use named values for options in DerivedMesh drawing.Nicholas Bishop
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-03-08code cleanup: duplicate checks and double assignments.Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-08use BLI_path_cmp() rather then strcmp()Campbell Barton
2012-03-08fix for 2 crashes from missing NULL checks.Campbell Barton
2012-03-08edits to rna/tessface UV layer needed to get OBJ import/export functional.Campbell Barton
2012-03-07fix for error in r44711, needed to update sequencer callback.Campbell Barton
2012-03-07edit to cursor adjustment, use int rather then short to store the cursor posi...Campbell Barton
2012-03-07Unify string stepping delimiter code for text buttons, text editor and consol...Campbell Barton
2012-03-07Code cleanup: simplify the DerivedMesh.drawMappedFaces interface.Nicholas Bishop
2012-03-07Simplified the ntreeUpdate function by getting rid of the dependency list and...Lukas Toenne
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-07Code cleanup: use typedefs for DerivedMesh drawing callbacks.Nicholas Bishop
2012-03-07Fix textured-mode drawing in editmode.Nicholas Bishop
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-06Fix for fracture object crashSergey Sharybin
2012-03-06Actual fix for mango files crashes on loadSergey Sharybin
2012-03-06quiet some warnings and fix build error with strict casting rules.Campbell Barton
2012-03-06Fixed typo in tracking-related tweaks for depsgraph resulting with crashSergey Sharybin
2012-03-06Code cleanup: remove some PBVH material code that isn't needed anymore.Nicholas Bishop
2012-03-06Draw individual face's material and shading correctly in the PBVH.Nicholas Bishop
2012-03-06Code cleanup: remove unused parameter from some ccgSubSurf accessors.Nicholas Bishop
2012-03-06Bugfix and code cleanup: use better types for faceFlags in CCGDM.Nicholas Bishop
2012-03-06Code cleanup: remove unused drawFacesColored from DerivedMesh.Nicholas Bishop
2012-03-05copying a mesh was generating tessfaces which isnt neededCampbell Barton
2012-03-04fix for building openjpeg image support on OpenSUSE 12.1, also quiet compile ...Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-04Many i18n fixings, based on [#30428] [2.62] Translation Issues.Bastien Montagne
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-03option for the Armature Actuator to change the influence of a bone constraint.Dalai Felinto
2012-03-03"Fix" [#30431] UI string spelling & similar fixes.Bastien Montagne
2012-03-02style cleanupCampbell Barton