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
2013-09-08Some fixes to tips...Bastien Montagne
2013-09-07shrink-wrap constraint, improve and remove some limitations.Campbell Barton
2013-09-07rna wrap WM_cursor_warpCampbell Barton
2013-09-07wrap cursor setting so python can make use of it, eg:Campbell Barton
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-05Expose theme color of shadow UVs (These include UVs that are drawn inAntony Riakiotakis
2013-09-05Bugfix #35920Ton Roosendaal
2013-09-05simplify idprop reallocation with MEM_recallocNCampbell Barton
2013-09-05BGE: Removing the touch sensor and converting all touch sensors to collision ...Mitchell Stokes
2013-09-04Added better support for line styles in the Outliner.Tamito Kajiyama
2013-09-04Cycles: add a sharpness input to the Cubic SSS falloff. When set to 1 this willBrecht Van Lommel
2013-09-03Related to #36382: for linked object point caches, show a message that diskBrecht Van Lommel
2013-09-03add checks for bad args to RNA_def_property_ui_range & RNA_def_property_range...Campbell Barton
2013-09-03allow negative offset for floor constraint.Campbell Barton
2013-09-02Ack... Followup to r59743: in fact, bitflags groups are not always wanted/nee...Bastien Montagne
2013-09-02fix odd (intentional) behavior with vertex parent,Campbell Barton
2013-09-02Cleanup!Bastien Montagne
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-30Cleanup, bitflags as bitshift ops, and some formating...Bastien Montagne
2013-08-30minor ui editsCampbell Barton
2013-08-29Support transformation around 2D cursor in movie clip editor.Sergey Sharybin
2013-08-29Last uiList patch (for now!): filtering and reordering of shown elements.Bastien Montagne
2013-08-29fix [#36570] Changing the filename of a image strip doesnt refresh sequencerCampbell Barton
2013-08-28Fix #36555: preview render in properties editor did not get cancelled andBrecht Van Lommel
2013-08-28Cycles / Sky Texture:Thomas Dinges
2013-08-28Fix #36584, in python inputs/outputs of created node group not accessable by ...Lukas Toenne
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-08-27Followup to r59536: make "is_argument_optional" available to py, and use it i...Bastien Montagne
2013-08-27This commit adds optional parameters for pyfunc implementations of RNA API (i...Bastien Montagne
2013-08-26RNA fixes regarding dynamic array properties in functions parameters (reviewe...Bastien Montagne
2013-08-26Revert r59500, has too much drawbakcs in term of speed... This bug ([#36289])...Bastien Montagne
2013-08-25Fix [#36289] Not change children object on freez layer when change frame.Bastien Montagne
2013-08-24style cleanup: space around for loop wrappersCampbell Barton
2013-08-24code cleanup: change to r59443, TRUE/FALSE are deprecated, see BLI_sys_types.hCampbell Barton
2013-08-24Code cleanup: use TRUE/FALSE instead of 1/0 for bool properties default value...Bastien Montagne
2013-08-23set function args in BLI_math_rotation as const where possible.Campbell Barton
2013-08-23Tracking Python API improvementsSergey Sharybin
2013-08-22Fix [#36530] Texture tab refreshing problemBastien Montagne
2013-08-21rename recently added BLI_ghash_assign() -> BLI_ghash_reinsert()Campbell Barton
2013-08-20disable material index clamping, fbx importer doesn't know the total number o...Campbell Barton
2013-08-19Usual UI messages fixes...Bastien Montagne
2013-08-19Fix [#36438] Adding Metaball when unit scale is smaller than 0.01 seemingly h...Bastien Montagne
2013-08-19Fix [#36454] 'Tiles' settings in Render/Performance panel don't respect keyfr...Bastien Montagne
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-08-19Tag object-data level boundbox as invalid rather than freeing itSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel