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-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07quiet warnings when building without libmvCampbell Barton
2011-11-07fix for error in own recent commit.Campbell Barton
2011-11-07minor warning nicer api useCampbell Barton
2011-11-07Bugfix [#29064] armature with curve contraint - crashJoshua Leung
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07Camera tracking integrationSergey Sharybin
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-06more macro --> bli math lib replacements.Campbell Barton
2011-11-06misc macro --> bli math lib functionsCampbell 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-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-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-05Merge with trunk r41545Miika Hamalainen
2011-11-05Dynamic Paint:Miika Hamalainen
2011-11-05macro formatting & remve some unused code.Campbell Barton
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-05Forgot to initialize sensor height when creating new camera.Sergey Sharybin
2011-11-04Fix #28865: Draw_bounds_type does not display Polyhedron or Capsule typesSergey 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-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-04Comments and other text editing:Joshua Leung
2011-11-04Bugfix [#28515] Dupliframes start/end animation broken since 2.56AJoshua Leung
2011-11-04- added docs and examples for bpy.app.handlersCampbell Barton
2011-11-04utility function to find the biggest area: BKE_screen_find_big_area(...), was...Campbell Barton
2011-11-03Depsgraph: more tweaking for update acces from python APIBrecht Van Lommel
2011-11-03Fix #29005: Bezier/Surface Datablock switching bug?Sergey Sharybin
2011-11-03Fix #28935: Material display error VBO + Texture Solid + ModifierSergey Sharybin
2011-11-03Bugfix [#29113] "Follow path" constraint subframes calculatedJoshua Leung
2011-11-03Depsgraph/Python: ensure datablocks with animation data get tagged as beingBrecht Van Lommel
2011-11-03correct spelling mistakesCampbell Barton
2011-11-03Depsgraph/Python: callbacks and properties to detect datablock changesBrecht Van Lommel
2011-11-02RenderEngine/Nodes: system to check for shading nodes compatibilityBrecht Van Lommel
2011-11-02Nodes: add support for shader nodes on world and lamps, in addition to materi...Brecht Van Lommel
2011-11-02World Stars:Thomas Dinges
2011-11-02Dynamic Paint:Miika Hamalainen
2011-11-02quiet some warnings.Campbell Barton
2011-11-01correct header, for some reason gcc doesnt warn about thisCampbell Barton
2011-11-01vertex group mirrorCampbell Barton
2011-11-01macro to check if an object type supports vgroupsCampbell Barton