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-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
2013-08-18add hash function BLI_ghash_assign, BLI_edgehash_assignCampbell Barton
2013-08-18Code cleanup:Thomas Dinges
2013-08-16Remove unused and unfinished py bindingsSergey Sharybin
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-15Fix #36384: Inconsistent curve fill behaviourSergey Sharybin
2013-08-15BGE: The Action Actuator can now make use of additive blending.Mitchell Stokes
2013-08-14add materials.clear() method, matching other python list method.Campbell Barton
2013-08-13make materials.pop() and more like pythons list.popCampbell Barton
2013-08-11Fix RNA parameter passing issue with dynamic arrays, was computing the wrongBrecht Van Lommel
2013-08-08Fix #36317: keyframing metaball elements did not work yet, now you can keyframeBrecht Van Lommel
2013-08-06Usual edits/fixes to new UI messages...Bastien Montagne
2013-08-06Fix for an link error in makesrna with SCons. Reported by Thomas Dinges, tha...Tamito Kajiyama
2013-08-06fix [#36363] ray_cast face index with n_gonsCampbell Barton
2013-08-04avoid runtime overflow (1 << 31), for RNA and armature layer UI.Campbell Barton
2013-08-03add versions of MEM_reallocN, MEM_recallocN which take a string arg so new al...Campbell Barton
2013-08-03Cycles / SSS:Thomas Dinges
2013-08-03Dynamic Paint: Added a new "smoothness" parameter for waves.Miika Hamalainen
2013-08-02Fix [#35541]: Point cache doesn't load existing frames from disk if cache fil...Miika Hamalainen
2013-08-02Some versioning changes/patching of the brush system:Antony Riakiotakis
2013-08-01Cycles / Vector Transform node:Thomas Dinges
2013-07-30Missed a couple of files for the vsync commit (r58729).Mitchell Stokes
2013-07-29fix for possible dounle fclose in makesrna's replace_if_different function.Campbell Barton
2013-07-29make code style of makesrna.c conform to the rest of blender, was also some o...Campbell Barton
2013-07-28move suspicious break statement in drawDispListsolid() to prevent falling thr...Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-25adjust createSpaceNormalTangent so it can take values from a matrix without h...Campbell Barton
2013-07-23remove use_relative option from simple deform,Campbell Barton
2013-07-23code cleanup: remove deprecated bevel code (unused since 2.64)Campbell Barton
2013-07-23fix for crash when unlinking a scene from the renderlayers, also no need for ...Campbell Barton
2013-07-22transform was flushing the selection (inline), now skip this and use the sele...Campbell Barton
2013-07-20misc editsCampbell Barton
2013-07-20hidden wireframe option for mesh editmode, important for retopology mode (can...Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19add rna attribute 'frame_current_final', without this you had toCampbell Barton
2013-07-19code cleanup: case & brace placementCampbell Barton