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
path: root/source
AgeCommit message (Expand)Author
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07Removing a wrong node_type_storage (checked and confirmed by lukas_t).Bastien Montagne
2011-11-07Fix #29174: Vertex normals temporarily incorrect after deleting a faceSergey Sharybin
2011-11-07fix [#29183] Make duplicates real: parent informations of the group is not co...Campbell Barton
2011-11-07minor editsCampbell Barton
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-11-06replace macros with bli math functions for nodesCampbell Barton
2011-11-06Fix for bug #29046, the factor buffer input was not used correctly in curve n...Lukas Toenne
2011-11-06more macro --> bli math lib replacements.Campbell Barton
2011-11-06misc macro --> bli math lib functionsCampbell Barton
2011-11-06replace macros with math functions for render codeCampbell Barton
2011-11-06replace macros with bli math functions for particles codeCampbell Barton
2011-11-06Second attempt at getting rid of bsystem_time()Joshua Leung
2011-11-06use BLI math functions for kdopbvh (no functional change)Campbell Barton
2011-11-06Removed old "bsystem_time()" function, which by now is just aJoshua Leung
2011-11-06As discussed on the mailing list, removing the non-functional,Joshua Leung
2011-11-06PyUnicode_From_STR_String utility function which passes STR_String to PyUnico...Campbell Barton
2011-11-05remove po/ since the workflow for translations uses branches which isnt that ...Campbell Barton
2011-11-05Code refactoring: split lamp functions from object.c into new lamp.c.Brecht Van Lommel
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-11-05Fix #29162: grease pencil did not decrement user count on adding new datablockBrecht Van Lommel
2011-11-05Disable x-mirror option when proportional edit is enabled.Sergey Sharybin
2011-11-05py operators - don't use the screen as an operators ID anymore, screen's don'...Campbell Barton
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-11-05GPU BuffersNicholas Bishop
2011-11-05more DNA object editsCampbell Barton
2011-11-05- view bounds (now split from collision bounds) was still being used for bge ...Campbell Barton
2011-11-05misc doc editsCampbell Barton
2011-11-05Fix #29138: changing game engine physics type from soft body to occluder, nav...Brecht Van Lommel
2011-11-05Fix #29141: fill / beautify fill produced incorrect results in edge selection...Brecht Van Lommel
2011-11-05Forgot to initialize sensor height when creating new camera.Sergey Sharybin
2011-11-05UI: fix region embossing being drawn 1 pixel misaligned, due to wrong opengl ...Brecht Van Lommel
2011-11-04Fix #28865: Draw_bounds_type does not display Polyhedron or Capsule typesSergey Sharybin
2011-11-04Fix #29024: Logic Bricks allow same name for multiple bricksSergey Sharybin
2011-11-04Fix #29155: Inconsistency with 0 and Del hotkeysSergey Sharybin
2011-11-04correct some warnings, also sensor_x was being paassed to object_camera_matri...Campbell Barton
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-04Fix #29139: Comp Group nodes don't retain nameSergey Sharybin
2011-11-04Depsgraph: add "Dependency Relations" operator to print the dependency graph toBrecht Van Lommel
2011-11-04Fix #29146: object used for particle instancing did not update when affectedBrecht Van Lommel
2011-11-04Changes to node sockets default values to deal better with artists workflowSergey Sharybin
2011-11-04Fix #29051: Set Origin - Center: Bounds does not workSergey Sharybin
2011-11-04Do not run versioning code for new files. All stuff from current verisoningSergey Sharybin
2011-11-04cleanup some BLF macros and dont over-alloc BGE's PyObjectPlus when setting s...Campbell Barton
2011-11-04Comments and other text editing:Joshua Leung
2011-11-04Bugfix [#28515] Dupliframes start/end animation broken since 2.56AJoshua Leung