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-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-10-05code cleanup: de-duplicate enum.Campbell Barton
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-08-26make SWAP macros typesafe using CHECK_TYPE macro.Campbell Barton
2012-08-20Sequencer: Python API for sequence modifiersSergey Sharybin
2012-08-12new parameter in assign_material() to specify where material shall be assigne...Gaia Clary
2012-08-12replace ELEM8(gs, ID_ME, ID_CU, ID_MB, ID_LT, ID_LA, ID_CA, ID_TXT, ID_SPK) w...Campbell Barton
2012-08-08Accidentally did a commit when I wanted to revert... (ignore my last revision)Mitchell Stokes
2012-08-08(no commit message)Mitchell Stokes
2012-07-24mask layer rna api: add exception when removing incorrect masklayer from mask...Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-03First load of spell and typo fixes (mostly UI messages, but also one or two p...Bastien Montagne
2012-06-27style cleanupCampbell Barton
2012-06-25Fix cycles not working in 3d local view, and missing update when toggling hidingBrecht Van Lommel
2012-06-08Particle Info node for Cycles. This can be used to access particle informatio...Lukas Toenne
2012-05-29BGE patch #28476: Character object physics typeBenoit Bolsee
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-06add back pose specials menu, also add back the ability to clear user transfor...Campbell Barton
2012-05-06Bugfix:Joshua Leung
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-23corrections from an article about using PVS-Studio static checker with blende...Campbell Barton
2012-04-15Style cleanup (mostly line length, also no final point in tips...).Bastien Montagne
2012-04-10Fix #30843: Blender Game in Metric Mode allows only a 10m Radius for Collisio...Sergey Sharybin
2012-04-10Address [#30842] Blenders Measurement Units set to Metric, makes some Precisi...Campbell Barton
2012-04-04switching shape keys in editmode needs to recalc normals.Campbell Barton
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-29skip using bmesh operators for converting to/from undo meshes (gives some spe...Campbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-18spelling cleanupCampbell Barton
2012-03-08Fix for setting uv_layer name for modifiersSergey Sharybin
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-03-05Fix for missed faces in mesh after switching active shape key in edit mode.Sergey Sharybin
2012-03-03"Fix" [#30431] UI string spelling & similar fixes.Bastien Montagne
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11Fix #29848: cycles not respecting dupli group visible layers, also exposedBrecht Van Lommel
2011-12-19svn merge ^/trunk/blender -r42680:42722Campbell Barton
2011-12-18- remove rna access to deprecated sequencer attributes x/y offset & zoom.Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton